1. ca012b8 update this to ConstantDataArray. There are no tests and this isn't using the preferred functionality for ripping apart strings, so I have no way to test this. by Chris Lattner · 13 years ago
  2. b3d5847 RAFast: Generalize the logic for return operands. by Andrew Trick · 13 years ago
  3. 7f2c6dc fix a small oversight that broke the fhourstones app. by Chris Lattner · 13 years ago
  4. f0e1053 remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. by Chris Lattner · 13 years ago
  5. 2cf07ec eliminate the last uses of GetConstantStringInfo from this file, I didn't realize I was that close... by Chris Lattner · 13 years ago
  6. 6f72ac4 Add various coarse bit-width architecture predicates to llvm::Triple. by Chandler Carruth · 13 years ago
  7. 90f1d8a start moving SimplifyLibcalls over to getConstantStringInfo, which is by Chris Lattner · 13 years ago
  8. 3ef9cfe Change ConstantArray::get to form a ConstantDataArray when possible, by Chris Lattner · 13 years ago
  9. 4a6facb rework this logic to not depend on the last argument to GetConstantStringInfo, by Chris Lattner · 13 years ago
  10. c63352f don't emit a 1-byte object as a .fill. This is silly and causes by Chris Lattner · 13 years ago
  11. 9a0b604 use the right accessor for ConstantDataArray. by Chris Lattner · 13 years ago
  12. 8b10b69 fix asmwriting of ConstantDataArray to use the right element count, by Chris Lattner · 13 years ago
  13. c8d75c7 enhance logic to support ConstantDataArray. by Chris Lattner · 13 years ago
  14. 1fe1ade Remove all references to the old EH. by Bill Wendling · 13 years ago
  15. 35b8870 Update test to new EH model. by Bill Wendling · 13 years ago
  16. 4b523b4 Update test to new EH model. by Bill Wendling · 13 years ago
  17. efd564f Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. by Bill Wendling · 13 years ago
  18. 13b1c31 s/getInnerUnwindDest/getInnerResumeDest/g by Bill Wendling · 13 years ago
  19. 9a5c0e8 Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy by Bill Wendling · 13 years ago
  20. 08d0146 Remove ivar which is identical to another ivar. by Bill Wendling · 13 years ago
  21. 4dbd9b8 Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g. by Bill Wendling · 13 years ago
  22. 6e69442 Remove more dead functions. by Bill Wendling · 13 years ago
  23. fd3adbb s/getInnerUnwindDestNewEH/getInnerUnwindDest/g by Bill Wendling · 13 years ago
  24. 9e9a34c Remove some unused, old-EH methods. by Bill Wendling · 13 years ago
  25. d49db36 Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. Not committing a testcase because I think it will be too fragile. by Eli Friedman · 13 years ago
  26. 675f638 Get rid of references to dead intrinsics. by Bill Wendling · 13 years ago
  27. 06881e8 Formatting cleanups. No functionality change. by Bill Wendling · 13 years ago
  28. 97cf71a Relax constructor for IntrusiveRefCntPtr to not be explicit. by Ted Kremenek · 13 years ago
  29. 0004d86 Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a reference count. by Ted Kremenek · 13 years ago
  30. 27b5658 Remove no-longer-useful dyn_casts and pals. by Bill Wendling · 13 years ago
  31. 7750c3f Add a constified getLandingPad() method. by Bill Wendling · 13 years ago
  32. a1a8a32 [asan] fix the ObjC support (asan Issue #33) by Kostya Serebryany · 13 years ago
  33. beb0595 Chris's constant data sequence refactoring actually enabled printing by Chandler Carruth · 13 years ago
  34. 893a045 PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. by Evan Cheng · 13 years ago
  35. e1d8222 basic-aa does support AliasAnalysis chaining now. by Dan Gohman · 13 years ago
  36. 885f65b Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,sd,ps,pd}, for intel syntax. by Devang Patel · 13 years ago
  37. 0cf6b99 Typo. by Chad Rosier · 13 years ago
  38. 431985a Typo. by Chad Rosier · 13 years ago
  39. 448b73a Implement String Cast from Integer by David Greene · 13 years ago
  40. be3e310 Intel syntax. Support .intel_syntax directive. by Devang Patel · 13 years ago
  41. 630ecf0 Fix refacto. by Benjamin Kramer · 13 years ago
  42. baffe7a Here's a new one: GCC was complaining about an only-used-in-asserts by Matt Beaumont-Gay · 13 years ago
  43. 8cf27ef Various improvements suggested by Duncan by Chris Lattner · 13 years ago
  44. b2f1b50 Eliminate narrowing conversion in initializer list, to make C++11 happy by Douglas Gregor · 13 years ago
  45. 9c68354 X86: Simplify shuffle mask generation code. by Benjamin Kramer · 13 years ago
  46. 8375bc9 Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/address-sanitizer/issues/detail?id=32) by Alexander Potapenko · 13 years ago
  47. b9a2d6f Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code to be removed from clang. by Craig Topper · 13 years ago
  48. cc300063 Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitcast to an integer vector that normal code wouldn't have. Also remove bitcasts from code that turns splat vector loads into a shuffle as it was making the broken pattern necessary. by Craig Topper · 13 years ago
  49. 41b9920 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 13 years ago
  50. babd598 DenseMap::find_as() and unit tests. by Talin · 13 years ago
  51. 36c744f First step of flipping on ConstantDataSequential: enable ConstantDataVector by Chris Lattner · 13 years ago
  52. b66fb5a when verbose asm is on, print integers in ConstantDataSequentials just by Chris Lattner · 13 years ago
  53. 6e64c38 don't lose tail padding on ConstantDataAggregate vec3's. by Chris Lattner · 13 years ago
  54. 0cd0d81 Fix ConstantFoldShuffleVectorInstruction to properly handle the case by Chris Lattner · 13 years ago
  55. 90fb059 CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 13 years ago
  56. b510157 CMake: Add the folder "Tablegenning" on llvm-tblgen targets. by NAKAMURA Takumi · 13 years ago
  57. 57af41e initialize the Next field to null by Chris Lattner · 13 years ago
  58. 86c7c58 Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic patterns with custom lowering to a target specific nodes. by Craig Topper · 13 years ago
  59. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 13 years ago
  60. f95b2da Cleanup the organization of some methods in llvm::Triple and provide by Chandler Carruth · 13 years ago
  61. 95fa400 Move Clang's file-level locking facility over to LLVM's support by Douglas Gregor · 13 years ago
  62. 6edd588 Cleanups for EABI standard functions by Anton Korobeynikov · 13 years ago
  63. f349cb8 Use base AAPCS for varargs functions even for AAPCS-VFP CC by Anton Korobeynikov · 13 years ago
  64. 9f946a2 Fix some scavenger performance issues. by Jakob Stoklund Olesen · 13 years ago
  65. 685c23e Avoid creating BitVector temporaries. by Jakob Stoklund Olesen · 13 years ago
  66. 19de016 Add a BitVector::reset(BitVector&) method. by Jakob Stoklund Olesen · 13 years ago
  67. 5fef01d Fix typo. by Nick Lewycky · 13 years ago
  68. 7750ff1 Add a note about a potential optimization for clz/ctz patterns for ARM by Bob Wilson · 13 years ago
  69. 2d8955a Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS ELF backends. by James Molloy · 13 years ago
  70. 518ff56 Silence GCC's -Wreturn-type warning. by Benjamin Kramer · 13 years ago
  71. 8b01c82 Small improvement to the recursion detection logic from the previous commit. by Rafael Espindola · 13 years ago
  72. e71cc86 Handle recursive variable definitions directly. This gives us better error by Rafael Espindola · 13 years ago
  73. f1639ab [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi by Kostya Serebryany · 13 years ago
  74. 0ae06de Reapply r149159 with a fix to add to a PHI node with a non-null parent. by Bill Wendling · 13 years ago
  75. 1c1c5bb Remove code that adds live ranges for dead defs. It seems to be breaking things. by Lang Hames · 13 years ago
  76. afcb5b5 Revert r149159 until I can fix tests. by Bill Wendling · 13 years ago
  77. b0064c6 Don't always create a separate block for the call to _Unwind_Resume. by Bill Wendling · 13 years ago
  78. 1d50139 Fix Record Name Reference by David Greene · 13 years ago
  79. 3f8d3c7 Silence warning about parens for && within || by Lang Hames · 13 years ago
  80. 04594ae Add r149110 back with a fix for when the vector and the int have the same width. by Rafael Espindola · 13 years ago
  81. 0c6e177 Remove Deprecated Features by David Greene · 13 years ago
  82. 41cedd7 Revert r149110 and add a testcase that was crashing since that revision. by Rafael Espindola · 13 years ago
  83. 907cc8f Add a "moveInstr" method to LiveIntervals. This can be used to move instructions by Lang Hames · 13 years ago
  84. ff21bb5 Backing out ill-considered 'refactor'. by Lang Hames · 13 years ago
  85. c5c2fcd Move some duplicate loops in the coalescer into their own function. by Lang Hames · 13 years ago
  86. a28101e Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320] by Devang Patel · 13 years ago
  87. a21bb20 Fix typo. by Jim Grosbach · 13 years ago
  88. 3982b3c Move some patterns back near their instructions and use AddedComplexity to fix priority. Merge some patterns into their instruction definition. by Craig Topper · 13 years ago
  89. b3396dc Physreg dead defs should be handled too. by Lang Hames · 13 years ago
  90. d629efa smallvectorize. by Chris Lattner · 13 years ago
  91. a78fa8c continue making the world safe for ConstantDataVector. At this point, by Chris Lattner · 13 years ago
  92. 2b34370 Unix line endings by Matt Beaumont-Gay · 13 years ago
  93. 4cc4666 Place the GEP instructions nearer to the instructions which use them. by Bill Wendling · 13 years ago
  94. 6b27607 make sure the file's matching header is #include'd first. by Chris Lattner · 13 years ago
  95. 73858d1 Rewrite CanShareConstantPoolEntry to be implemented in terms of the by Chris Lattner · 13 years ago
  96. f983da0 enhance constant folding to be able to constant fold bitcast of by Chris Lattner · 13 years ago
  97. cb5dca3 Keep source location information for X86 MCFixup's. by Jim Grosbach · 13 years ago
  98. f3c9367 Source information in 'expected relocatable expression' diagnostic. by Jim Grosbach · 13 years ago
  99. 6b4bcd6 Better user diagnostics for more ARM MachO relocation errors. by Jim Grosbach · 13 years ago
  100. ebd4c05 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 13 years ago