- Jul 22, 2009
-
-
Douglas Gregor authored
llvm-svn: 76774
-
Douglas Gregor authored
const T can be matched with, e.g., volatile int [5] llvm-svn: 76773
-
Mike Stump authored
llvm-svn: 76772
-
Mike Stump authored
llvm-svn: 76771
-
Devang Patel authored
This requires llvm rev. 76769 or higher. llvm-svn: 76770
-
Devang Patel authored
llvm-svn: 76769
-
Sanjiv Gupta authored
llvm-svn: 76768
-
Devang Patel authored
llvm-svn: 76767
-
Douglas Gregor authored
[class.union]p1", from John McCall! llvm-svn: 76766
-
Devang Patel authored
llvm-svn: 76765
-
Devang Patel authored
This fixes unittest failure. llvm-svn: 76764
-
Devang Patel authored
llvm-svn: 76763
-
Evan Cheng authored
llvm-svn: 76762
-
Sanjiv Gupta authored
llvm-svn: 76761
-
Ted Kremenek authored
BugReporter API. No real functionality change. llvm-svn: 76760
-
Devang Patel authored
Derive MDString directly from MetadataBase. Introduce new bitcode block to hold metadata. llvm-svn: 76759
-
Fariborz Jahanian authored
via ASTContext. llvm-svn: 76758
-
Douglas Gregor authored
data members of class templates. We don't instantiate the definitions yet, however. llvm-svn: 76756
-
Steve Naroff authored
Fix a couple recent ABI regressions noticed during code review (fallout from the ObjC type system rewrite). It's unfortunate that the mangling includes the low-level structs. Nevertheless, we need this for binary compatibility with GCC. llvm-svn: 76755
-
Daniel Dunbar authored
llvm-svn: 76754
-
Eli Friedman authored
operations. llvm-svn: 76753
-
Mike Stump authored
the wrong function. :-) llvm-svn: 76752
-
Chris Lattner authored
llvm-svn: 76751
-
Chris Lattner authored
llvm-svn: 76750
-
Chris Lattner authored
llvm-svn: 76747
-
Ryan Flynn authored
llvm-svn: 76744
-
-
Douglas Gregor authored
out of line. llvm-svn: 76740
-
Duncan Sands authored
llvm-svn: 76736
-
Richard Osborne authored
be placed in the standard data / bss sections. llvm-svn: 76735
-
Torok Edwin authored
there is no MachineFunction here. llvm-svn: 76734
-
Duncan Sands authored
on linux platforms. The binutils assembler does not recognize the "s" flag, see for example http://sourceware.org/binutils/docs/as/Section.html llvm-svn: 76733
-
Eli Friedman authored
functions with a single use; eliminating the single use may eliminate the function from the current module, but usually doesn't eliminate it from the final program. llvm-svn: 76730
-
Evan Cheng authored
llvm-svn: 76729
-
Evan Cheng authored
Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-caution. r12 could be live once we have mixed 32-bit and 16-bit instructions. llvm-svn: 76728
-
Evan Cheng authored
llvm-svn: 76727
-
Eli Friedman authored
llvm-svn: 76726
-
Evan Cheng authored
llvm-svn: 76725
-
Chris Lattner authored
and friends) has been removed awhile ago. llvm-svn: 76724
-
Chris Lattner authored
* Use Early Exits and 'continue' to Simplify Code * Turn Predicate Loops into Predicate Functions * Spaces Before Parentheses * Namespace Indentation * Anonymous Namespaces llvm-svn: 76723
-