- Dec 09, 2009
-
-
Devang Patel authored
llvm-svn: 90898
-
Daniel Dunbar authored
llvm-svn: 90897
-
Fariborz Jahanian authored
in objective-c++ mode without being too lenient. llvm-svn: 90895
-
Evan Cheng authored
- Also support the 'q' NEON registers asm code. llvm-svn: 90894
-
- Dec 08, 2009
-
-
John McCall authored
tested. Fixes PR5727. llvm-svn: 90893
-
Daniel Dunbar authored
llvm-svn: 90890
-
Anders Carlsson authored
llvm-svn: 90887
-
Mike Stump authored
llvm-svn: 90884
-
Daniel Dunbar authored
llvm-svn: 90883
-
Mike Stump authored
llvm-svn: 90882
-
Douglas Gregor authored
llvm-svn: 90881
-
Daniel Dunbar authored
llvm-svn: 90880
-
Douglas Gregor authored
llvm-svn: 90879
-
Daniel Dunbar authored
- This fixes 2003-05-21-BitfieldHandling. llvm-svn: 90876
-
Daniel Dunbar authored
llvm-svn: 90875
-
Fariborz Jahanian authored
in objective-c++ mode. Fixes radar 7443165 llvm-svn: 90874
-
Daniel Dunbar authored
llvm-svn: 90873
-
Daniel Dunbar authored
llvm-svn: 90872
-
Daniel Dunbar authored
llvm-svn: 90871
-
Daniel Dunbar authored
llvm-svn: 90870
-
Daniel Dunbar authored
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files. llvm-svn: 90869
-
Evan Cheng authored
Revert 90789 for now. It caused massive compile time regression. Post-ra scheduler slowed down dramatically with this. llvm-svn: 90868
-
Fariborz Jahanian authored
mode as they are pervasive. llvm-svn: 90867
-
Bob Wilson authored
llvm-svn: 90866
-
Fariborz Jahanian authored
intended functionality change. llvm-svn: 90865
-
Bob Wilson authored
I'm not aware that this does anything significant on its own, but it's needed for another patch that I'm working on. llvm-svn: 90864
-
Douglas Gregor authored
print exception specifications on function types and declarations. Fixes <rdar://problem/7450999>. There is some poor source-location information here, because we don't track locations of the types in exception specifications. Filed PR5719. Failures during template instantiation of the signature of a function or function template have wrong point-of-instantiation location information. I'll tackle that with a separate commit. llvm-svn: 90863
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=80043 llvm-svn: 90860
-
Douglas Gregor authored
into transparent contexts; instead, we'll look into their nearest enclosing non-transparent contexts further up the stack. Fixes PR5479. llvm-svn: 90859
-
Devang Patel authored
There is no need to supply ModuleCU to addType() as a parameter. llvm-svn: 90858
-
Devang Patel authored
llvm-svn: 90857
-
Benjamin Kramer authored
llvm-svn: 90856
-
Benjamin Kramer authored
llvm-svn: 90855
-
Benjamin Kramer authored
llvm-svn: 90854
-
Benjamin Kramer authored
llvm-svn: 90853
-
Benjamin Kramer authored
llvm-svn: 90852
-
Benjamin Kramer authored
llvm-svn: 90851
-
Duncan Sands authored
forwarding any uses). GlobalDCE can also do this, but is only run at -O3. llvm-svn: 90850
-
John McCall authored
horrible isAddressOfOperand hack in TreeTransform, since that syntactic information is managed by the initial parser callbacks now. That's enough insomniac commits for one night. llvm-svn: 90849
-
John McCall authored
Template instantiation can re-use DeclRefExprs. llvm-svn: 90848
-