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