- Sep 27, 2012
-
-
Anna Zaks authored
llvm-svn: 164803
-
Anna Zaks authored
through property getters. llvm-svn: 164802
-
Jason Molenda authored
llvm-svn: 164801
-
Meador Inge authored
llvm-svn: 164800
-
Meador Inge authored
llvm-svn: 164799
-
Meador Inge authored
llvm-svn: 164798
-
Meador Inge authored
llvm-svn: 164797
-
Meador Inge authored
llvm-svn: 164796
-
Jakob Stoklund Olesen authored
The new coalescer is better at merging values into unused vector lanes, improving NEON code. llvm-svn: 164794
-
Jakob Stoklund Olesen authored
The fix is obvious and the only test case I have is horrible, so I am not including it. The problem shows up when self-hosting clang on i386 with -new-coalescer enabled. llvm-svn: 164793
-
Sean Callanan authored
added a parser for method signatures in the Objective-C @encode format. llvm-svn: 164792
-
Anna Zaks authored
(fixup for r164790) llvm-svn: 164791
-
Anna Zaks authored
llvm-svn: 164790
-
Anna Zaks authored
llvm-svn: 164789
-
Anna Zaks authored
llvm-svn: 164788
-
Akira Hatanaka authored
llvm-svn: 164787
-
Akira Hatanaka authored
llvm-svn: 164786
-
Benjamin Kramer authored
If the width is very large it gets truncated from uint64_t to uint32_t when passed to TD->fitsInLegalInteger. The truncated value can fit in a register. This manifested in massive memory usage or crashes (PR13946). llvm-svn: 164784
-
Micah Villmow authored
llvm-svn: 164782
-
Benjamin Kramer authored
llvm-svn: 164781
-
Greg Clayton authored
Ashok Thirumurthi patch to enable the latest and greatest DWARF forms from the DWARF 4 specification. llvm-svn: 164779
-
Jakob Stoklund Olesen authored
Fixes PR13943. llvm-svn: 164778
-
Filipe Cabecinhas authored
llvm-svn: 164777
-
Micah Villmow authored
llvm-svn: 164776
-
NAKAMURA Takumi authored
llvm-svn: 164775
-
Douglas Gregor authored
framework location out to a top-level framework. Such frameworks are not really embedded at all. llvm-svn: 164774
-
Evgeniy Stepanov authored
llvm-svn: 164773
-
Evgeniy Stepanov authored
The old way breaks when a module's bss is adjacent to the [heap] vm area. Both ways are not very reliable, though. llvm-svn: 164772
-
Benjamin Kramer authored
llvm-svn: 164771
-
Sylvestre Ledru authored
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 llvm-svn: 164769
-
Sylvestre Ledru authored
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 llvm-svn: 164768
-
Sylvestre Ledru authored
llvm-svn: 164767
-
Sylvestre Ledru authored
llvm-svn: 164766
-
Alexey Samsonov authored
llvm-svn: 164764
-
Nick Lewycky authored
llvm-svn: 164763
-
Bill Wendling authored
llvm-svn: 164762
-
Nick Lewycky authored
folders and not having it here fails to compile if you actually try to use it. Also, CreatePointerCast was failing to do the part where it does TD-aware constant folding. Granted there is exactly one case where that it will ever do anything, but there's no reason to skip it. For reference, that case is a subtraction between two constant offsets on the same global variable, eg., "&A[123] - &A[4].f". llvm-svn: 164760
-
Jush Lu authored
This is a preliminary step towards ELF support; currently ARMFastISel hasn't been used for ELF object files yet. llvm-svn: 164759
-
Akira Hatanaka authored
llvm-svn: 164757
-
Akira Hatanaka authored
llvm-svn: 164756
-