1. 871a205 Narrow test further. Make bot and test happy. by Jim Grosbach · 13 years ago
  2. 00e403a Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  3. f374486 Restrict InstCombine from converting varargs to or from fixed args. by Jim Grosbach · 13 years ago
  4. d5917f0 Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs." by Jim Grosbach · 13 years ago
  5. 478a8a0 Require non-NULL register masks. by Jakob Stoklund Olesen · 13 years ago
  6. 2e5b88e build/make: Ensure make clean removes the LLVMBuild makefile fragment. by Daniel Dunbar · 13 years ago
  7. 8979f4e build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. by Daniel Dunbar · 13 years ago
  8. 4286558 Add pseudo-registers for pairs, triples, and quads of D registers. by Jakob Stoklund Olesen · 13 years ago
  9. 6ab8949 Unix line endings by Matt Beaumont-Gay · 13 years ago
  10. ded681d BBVectorize: Simplify code, no functionality change. by Benjamin Kramer · 13 years ago
  11. 35564dc Minor changes from review. by Hal Finkel · 13 years ago
  12. 7a73925 Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now. It requires TARGETS=arm. by NAKAMURA Takumi · 13 years ago
  13. 0f1ead4 Minor change in signature of the getZeroVector() by Elena Demikhovsky · 13 years ago
  14. dcabc7b Optimization for SIGN_EXTEND operation on AVX. by Elena Demikhovsky · 13 years ago
  15. 1ae52f6 Unbreak the MSVC build. by Francois Pichet · 13 years ago
  16. eec68e7 Re-apply the coalescer fix from r149147. Commit r149597 should have fixed the llvm-gcc and clang self-host issues. by Lang Hames · 13 years ago
  17. 50a36f7 Set EFLAGS correctly in EmitLoweredSelect on X86. by Lang Hames · 13 years ago
  18. d88710a Break as soon as the MustMapCurValNos flag is set - no need to reiterate. by Lang Hames · 13 years ago
  19. 5d4e18b Vectorize long blocks in groups. by Hal Finkel · 13 years ago
  20. 02e08d5 PR11868. The previous loop in LiveIntervals::join would sometimes fall over if by Lang Hames · 13 years ago
  21. 3f5b107 Set the correct stack pointer register. by Akira Hatanaka · 13 years ago
  22. 590baca Expand EHSELECTION and EHSELECTION nodes. Set the correct exception pointer and by Akira Hatanaka · 13 years ago
  23. 1ad175e Add DWARF numbers of 64-bit registers. by Akira Hatanaka · 13 years ago
  24. 9b3cd48 Regen one last time. by Eric Christopher · 13 years ago
  25. 32cf80b autoconf: fix build/src dir confusion by Dylan Noblesmith · 13 years ago
  26. ac89865 Regenerate again. by Eric Christopher · 13 years ago
  27. db6caea autoconf: restore old clang-srcdir behavior by Dylan Noblesmith · 13 years ago
  28. 63c0951 Regenerate configure. by Eric Christopher · 13 years ago
  29. 8d6dd0f autoconf: honor --with-clang-srcdir by Dylan Noblesmith · 13 years ago
  30. af39368 Typo by Pete Cooper · 13 years ago
  31. 6ac40af Fix the cmake build by Rafael Espindola · 13 years ago
  32. 922d314 Instruction scheduling itinerary for Intel Atom. by Andrew Trick · 13 years ago
  33. 521804a Move ARM subreg index compositions to the SubRegIndex itself. by Jakob Stoklund Olesen · 13 years ago
  34. b5af2d9 Specify SubRegIndex components on the index itself. by Jakob Stoklund Olesen · 13 years ago
  35. ebf8c27 fix cmake by Andrew Trick · 13 years ago
  36. ee59920 Fix a bug in the TopoOrderRC comparison function. by Jakob Stoklund Olesen · 13 years ago
  37. 845b189 Avoid creating an extract element to an illegal type after LegalizeTypes has run. by Mon P Wang · 13 years ago
  38. ee498d3 VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA). by Andrew Trick · 13 years ago
  39. f18a9a2 Avoid emitting empty arrays, they're not standard C++. by Jakob Stoklund Olesen · 13 years ago
  40. c2348d5 Tidy up. by Chad Rosier · 13 years ago
  41. bb7cd0c cmake: make BUILD_SHARED_LIBS a visible option by Dylan Noblesmith · 13 years ago
  42. 3a14d0f test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM arguments are passed as indirect on Win32 x64. by NAKAMURA Takumi · 13 years ago
  43. 06db458 autoconf: generate clang's private config.h header by Dylan Noblesmith · 13 years ago
  44. 1766971 Passing AVX 256-bit structures in Win64 was wrong. by Elena Demikhovsky · 13 years ago
  45. 7325257 Shortened code in shuffle masks by Elena Demikhovsky · 13 years ago
  46. 3ae9815 Optimization for "truncate" operation on AVX. by Elena Demikhovsky · 13 years ago
  47. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  48. 11e4329 Add pass printer passes in the right place. by Andrew Trick · 13 years ago
  49. 19c51a9 whitespace by Andrew Trick · 13 years ago
  50. a1902a1 Don't create VBROADCAST nodes if any nodes use the chain result from the load. Fixes PR11900. by Craig Topper · 13 years ago
  51. 478eed8 BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator are incompatible. by NAKAMURA Takumi · 13 years ago
  52. 7e004d1 A few of the changes suggested in code review (by Nick Lewycky) by Hal Finkel · 13 years ago
  53. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 13 years ago
  54. de5e5ec Add a basic-block autovectorization pass. by Hal Finkel · 13 years ago
  55. d0e277d Disable InstCombine unsafe folding bitcasts of calls w/ varargs. by Jim Grosbach · 13 years ago
  56. 24dda21 Tidy up. One more return type mismatch fix. by Jim Grosbach · 13 years ago
  57. 7771583 Revert test commit by Brendon Cahoon · 13 years ago
  58. e0c7cfa bz11794 : EarlyCSE stack overflow on long functions. by Lenny Maiorani · 13 years ago
  59. 28adbf7 test commit, adding a blank space by Brendon Cahoon · 13 years ago
  60. d49b2a7 Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a by Kevin Enderby · 13 years ago
  61. bda59fd Add Triple::getMacOSXVersion to replace crufty code in the clang driver. by Bob Wilson · 13 years ago
  62. ed2d17b Don't assign a value to NUM_TARGET_NAMED_SUBREGS. by Jakob Stoklund Olesen · 13 years ago
  63. 90498b1 Move the composite map into CodeGenSubRegIndex. by Jakob Stoklund Olesen · 13 years ago
  64. 5fcc156 Add a TableGen CodeGenSubRegIndex class. by Jakob Stoklund Olesen · 13 years ago
  65. 0c3cfef Refactor loop for better readability. by Jim Grosbach · 13 years ago
  66. c73f42b Add explanatory comment. by Jim Grosbach · 13 years ago
  67. 41aa108 RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, by Manuel Klimek · 13 years ago
  68. 57cae88 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  69. ab78e20 Obvious unnecessary loop removal. Follow through from previous checkin. by Andrew Trick · 13 years ago
  70. 0db58bf Add assembler dialect attribute in asm parser which lets target specific asm parser change dialect on the fly. by Devang Patel · 13 years ago
  71. 48381e5 Regenerate configure. by Rafael Espindola · 13 years ago
  72. a093577 Fix BrainF compilation. by Francois Pichet · 13 years ago
  73. b319f12 Increase the initial vector size to be equivalent to the size of the Deps by Bill Wendling · 13 years ago
  74. 5d8ab0f Cache the size of the vector instead of calling .size() all over the place. by Bill Wendling · 13 years ago
  75. cac50c5 Remove pcmpgt/pcmpeq intrinsics as clang is not using them. by Craig Topper · 13 years ago
  76. 6a89228 eliminate the "string" form of ConstantArray::get, using by Chris Lattner · 13 years ago
  77. f98743a remove commented-out code. by Chris Lattner · 13 years ago
  78. 1b2f643 by Chris Lattner · 13 years ago
  79. 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
  80. b3d5847 RAFast: Generalize the logic for return operands. by Andrew Trick · 13 years ago
  81. 7f2c6dc fix a small oversight that broke the fhourstones app. by Chris Lattner · 13 years ago
  82. f0e1053 remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. by Chris Lattner · 13 years ago
  83. 2cf07ec eliminate the last uses of GetConstantStringInfo from this file, I didn't realize I was that close... by Chris Lattner · 13 years ago
  84. 6f72ac4 Add various coarse bit-width architecture predicates to llvm::Triple. by Chandler Carruth · 13 years ago
  85. 90f1d8a start moving SimplifyLibcalls over to getConstantStringInfo, which is by Chris Lattner · 13 years ago
  86. 3ef9cfe Change ConstantArray::get to form a ConstantDataArray when possible, by Chris Lattner · 13 years ago
  87. 4a6facb rework this logic to not depend on the last argument to GetConstantStringInfo, by Chris Lattner · 13 years ago
  88. c63352f don't emit a 1-byte object as a .fill. This is silly and causes by Chris Lattner · 13 years ago
  89. 9a0b604 use the right accessor for ConstantDataArray. by Chris Lattner · 13 years ago
  90. 8b10b69 fix asmwriting of ConstantDataArray to use the right element count, by Chris Lattner · 13 years ago
  91. c8d75c7 enhance logic to support ConstantDataArray. by Chris Lattner · 13 years ago
  92. 1fe1ade Remove all references to the old EH. by Bill Wendling · 13 years ago
  93. 35b8870 Update test to new EH model. by Bill Wendling · 13 years ago
  94. 4b523b4 Update test to new EH model. by Bill Wendling · 13 years ago
  95. efd564f Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. by Bill Wendling · 13 years ago
  96. 13b1c31 s/getInnerUnwindDest/getInnerResumeDest/g by Bill Wendling · 13 years ago
  97. 9a5c0e8 Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy by Bill Wendling · 13 years ago
  98. 08d0146 Remove ivar which is identical to another ivar. by Bill Wendling · 13 years ago
  99. 4dbd9b8 Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g. by Bill Wendling · 13 years ago
  100. 6e69442 Remove more dead functions. by Bill Wendling · 13 years ago