- Jan 30, 2013
-
-
NAKAMURA Takumi authored
This simply fixes up quoting of macro invocations to appease newer versions of autotools. http://llvm-reviews.chandlerc.com/D332 Signed-off-by:
Saleem Abdulrasool <compnerd@compnerd.org> llvm-svn: 173878
-
NAKAMURA Takumi authored
Additional quoting for safety and satisfying newer autotools. Fix a couple of 80 column violations. http://llvm-reviews.chandlerc.com/D333 Signed-off-by:
Saleem Abdulrasool <compnerd@compnerd.org> llvm-svn: 173877
-
Akira Hatanaka authored
Patch by Sasa Stankovic. llvm-svn: 173863
-
Akira Hatanaka authored
Patch by Sasa Stankovic. llvm-svn: 173862
-
Daniel Dunbar authored
llvm-svn: 173857
-
Renato Golin authored
Changing ARMBaseTargetMachine to return ARMTargetLowering intead of the generic one (similar to x86 code). Tests showing which instructions were added to cast when necessary or cost zero when not. Downcast to 16 bits are not lowered in NEON, so costs are not there yet. llvm-svn: 173849
-
Dmitri Gribenko authored
llvm-svn: 173847
-
Dmitri Gribenko authored
llvm-svn: 173845
-
- Jan 29, 2013
-
-
Michael Gottesman authored
llvm-svn: 173842
-
Michael J. Spencer authored
Fixes PR14447 and PR9034. Patch by Nico Rieck! llvm-svn: 173839
-
Pekka Jaaskelainen authored
to a command line switch. llvm-svn: 173837
-
Michael Gottesman authored
llvm-svn: 173836
-
Michael Gottesman authored
llvm-svn: 173834
-
Weiming Zhao authored
llvm-svn: 173833
-
Michael Gottesman authored
llvm-svn: 173832
-
Michael Gottesman authored
Added some periods to some comments and added an overload for operator<< for type Sequence so I can print out Sequences in debug statements. llvm-svn: 173831
-
Michael Gottesman authored
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to perform escape analysis of other retainable object pointers in other locations. llvm-svn: 173829
-
Bill Wendling authored
llvm-svn: 173828
-
Bill Wendling authored
llvm-svn: 173827
-
David Blaikie authored
Provides the functionality for Clang change r172911 - I just had this still lying around. llvm-svn: 173820
-
Jyotsna Verma authored
llvm-svn: 173816
-
Jyotsna Verma authored
llvm-svn: 173813
-
Evan Cheng authored
llvm-svn: 173812
-
Edwin Vane authored
Fixed set-but-not-used warnings. Reviewer: gribozavr llvm-svn: 173810
-
Benjamin Kramer authored
No intended functionality change. llvm-svn: 173809
-
NAKAMURA Takumi authored
llvm-svn: 173807
-
NAKAMURA Takumi authored
Don't touch I->first on the end iterator, I == E! llvm-svn: 173804
-
Hans Wennborg authored
llvm-svn: 173798
-
Timur Iskhodzhanov authored
llvm-svn: 173781
-
Tim Northover authored
The ARM and Thumb variants of LDREXD and STREXD have different constraints and take different operands. Previously the code expanding atomic operations didn't take this into account and asserted in Thumb mode. llvm-svn: 173780
-
Craig Topper authored
llvm-svn: 173777
-
Andrew Trick authored
llvm-svn: 173775
-
Michael Gottesman authored
llvm-svn: 173774
-
Michael Gottesman authored
llvm-svn: 173773
-
Michael Gottesman authored
llvm-svn: 173772
-
Michael Gottesman authored
llvm-svn: 173770
-
Michael Gottesman authored
actually have DEBUG statements. Also changed raw_ostream in said header to be a forward declaration (removing an include). llvm-svn: 173769
-
Michael Gottesman authored
llvm-svn: 173767
-
Michael Gottesman authored
This was missed since whenever I was including ObjCARCAliasAnalysis.h, I was including ObjCARC.h before it which included these includes (resulting in no compilation breakage). llvm-svn: 173764
-
Michael Gottesman authored
llvm-svn: 173763
-