1. 468a2a4 Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill by Jakob Stoklund Olesen · 14 years ago
  2. e098e7a Search for a free FP register instead of just assuming FP7 is not in use. by Jakob Stoklund Olesen · 14 years ago
  3. 835d425 Remove the rest of my instcombine changes. Back to the drawing board on this one. by Owen Anderson · 14 years ago
  4. e928ec9 Allow x87 FP registers to be alive globally in a function. by Jakob Stoklund Olesen · 14 years ago
  5. 1461520 Remove extraneous semicolons after member functions by Douglas Gregor · 14 years ago
  6. 3df1d5c Feed the right output into FileCheck. by Benjamin Kramer · 14 years ago
  7. a6aac4c eliminate CallInst::ArgOffset by Gabor Greif · 14 years ago
  8. 10bb421 Get rid of a bunch of duplicated ELF enum values. by Eli Friedman · 14 years ago
  9. 53621a1 A few more minor additions to ELF.h. by Eli Friedman · 14 years ago
  10. 31a0a43 Remove bogus link. by Eric Christopher · 14 years ago
  11. 394ce41 Arrays and vectors with different numbers of elements are not equivalent. by Nick Lewycky · 14 years ago
  12. 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
  13. 74c7400 LoopSimplify does not update domfrontier correctly. by Tobias Grosser · 14 years ago
  14. 9a7b37b Add dump() to DominanceFrontier by Tobias Grosser · 14 years ago
  15. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 14 years ago
  16. 18c479c Add forgotten test case. by Jakob Stoklund Olesen · 14 years ago
  17. e667e01 Use the source-order scheduler instead of the "fast" scheduler at -O0, by Dan Gohman · 14 years ago
  18. 48bf8f0 build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting by Daniel Dunbar · 14 years ago
  19. de309a8 Also revert 108422, it's causing some test failures. by Eric Christopher · 14 years ago
  20. e160a52 build/Clang: Build and install libLTO as part of clang-only/install-clang targets. by Daniel Dunbar · 14 years ago
  21. 2969016 Fix this test. by Dan Gohman · 14 years ago
  22. bdc09d9 The SelectionDAGBuilder's handling of debug info, on rare by Dale Johannesen · 14 years ago
  23. a60f0e7 Revert. This isn't the correct way to go. by Bill Wendling · 14 years ago
  24. bb5d927 Fix the order that SCEVExpander considers add operands in so that by Dan Gohman · 14 years ago
  25. e9bf7e6 Handle code gen for the unreachable instruction if it's the only instruction in by Bill Wendling · 14 years ago
  26. 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 14 years ago
  27. 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 14 years ago
  28. 34068cb remove some unneeded overloads that were causing by Chris Lattner · 14 years ago
  29. 6a624a6 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 14 years ago
  30. a955853 fix indentation and 80 cols by Chris Lattner · 14 years ago
  31. 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 14 years ago
  32. 19f7828 Revert 108444. It breaks a build. by Devang Patel · 14 years ago
  33. a9db129 Don't merge uses when they are targetting fixup sites with by Dan Gohman · 14 years ago
  34. d1c58cf fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, by Chris Lattner · 14 years ago
  35. ef4308d Use dbgs() instead of errs() in a DEBUG. by Dan Gohman · 14 years ago
  36. 87ea294 Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. by Bill Wendling · 14 years ago
  37. f53462d Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. by Dan Gohman · 14 years ago
  38. 24173da Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. by Bill Wendling · 14 years ago
  39. 9c2a034 Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time by Bill Wendling · 14 years ago
  40. e4a4147 Reserve a goodly amount of room for the vectors. by Bill Wendling · 14 years ago
  41. 20d256e build/Darwin: Add support for embedding version information in tool executables. by Daniel Dunbar · 14 years ago
  42. 07538ad Fix crash reported in PR7653. by Devang Patel · 14 years ago
  43. 38306d5 Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. by Bill Wendling · 14 years ago
  44. dfb4eeb Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. by Bill Wendling · 14 years ago
  45. 11acba0 Speculatively revert r108429 to fix the clang self-host. by Owen Anderson · 14 years ago
  46. 40bf5e7 Per Chris' suggestion, get rid of the select canonicalization and just add by Owen Anderson · 14 years ago
  47. 2722dfa Remove unneeded check, and correct style. by Owen Anderson · 14 years ago
  48. c88c1a4 Watch out for a constant offset cancelling out a base register, forming by Dan Gohman · 14 years ago
  49. 96fe621 Reapply r108378, with bugfixes, testcase, and improved comment formatting. by Owen Anderson · 14 years ago
  50. e616690 cache another dereferenced iterator by Gabor Greif · 14 years ago
  51. 5a3eb8f 80-col. by Eric Christopher · 14 years ago
  52. 7fa889b revert bill's patches in an attempt to fix the buildbot. by Chris Lattner · 14 years ago
  53. 706f508 This is a full sentence. by Nick Lewycky · 14 years ago
  54. 664040a Disable aliases on all platforms. by Nick Lewycky · 14 years ago
  55. d634bcb Correctly set rpath on Mac OS X for executable tools. Note that I am not certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. by Ted Kremenek · 14 years ago
  56. d2bfe54 Fix PR7647, handling the case when 'To' ends up being by Chris Lattner · 14 years ago
  57. 35a939b make various clients of ReplaceAndSimplifyAllUses tolerate by Chris Lattner · 14 years ago
  58. 75a5b71 Fix headers. by Bill Wendling · 14 years ago
  59. e010409 Use std::vector instead of a hard-coded array. The length of that array could by Bill Wendling · 14 years ago
  60. f7f72bc Use std::vector instead of a hard-coded array. The length of that array could by Bill Wendling · 14 years ago
  61. bbcdebb see comment. by Chris Lattner · 14 years ago
  62. 1ad25b6 add an accessor. by Chris Lattner · 14 years ago
  63. e2f9313 Revert r108401; it breaks bootstrap :( by Eli Friedman · 14 years ago
  64. 3ed60a2 Add AssertingVH which makes PR7647 break consistently. by Eli Friedman · 14 years ago
  65. 4baa8eb Random note about bswap. by Eli Friedman · 14 years ago
  66. b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 14 years ago
  67. 5e84e8e Speculatively revert r108378; may be causing bootstrap failures. by Eli Friedman · 14 years ago
  68. 6881898 Last COPY conversion. by Jakob Stoklund Olesen · 14 years ago
  69. 273ff31 Remove restriction on NEON alignment values. Some of the NEON ld/st by Bob Wilson · 14 years ago
  70. b5378ea Use TargetOpcode::COPY instead of X86-native register copy instructions when by Jakob Stoklund Olesen · 14 years ago
  71. 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  72. 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  73. 723a05a 80-col. by Eric Christopher · 14 years ago
  74. bd129a7 Add instcombine transforms to optimize tests of multiple bits of the same value into a single larger comparison. by Owen Anderson · 14 years ago
  75. 14904ce Temporarily disable this test. by Eric Christopher · 14 years ago
  76. c7c601e Make it a .ll test case. by Devang Patel · 14 years ago
  77. 336e8d7 Make the order in which variables are described in debug information by Dan Gohman · 14 years ago
  78. 41af1cd fix indentation by Chris Lattner · 14 years ago
  79. 8f70c3d Remove some broken code to check the DISABLE_EDIS flag (edis is now in the by Bob Wilson · 14 years ago
  80. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
  81. d26e89d Add a testcase for the vla and stack realignment warning. by Eric Christopher · 14 years ago
  82. 163f78e Properly restore DebugLoc after leaving the local constant area. by Dan Gohman · 14 years ago
  83. be876e3 Tests for llvm-gcc commit 108360. by Dale Johannesen · 14 years ago
  84. 79b78a4 Just use getParent() instead of getModuleFromVal when the value is a Function. by Dan Gohman · 14 years ago
  85. 40cf12f Rename WriteConstantInt to WriteConstantInternal, to avoid confusion. by Dan Gohman · 14 years ago
  86. e84178a Extend SimplifyCFG's common-destination folding heuristic to allow a single by Owen Anderson · 14 years ago
  87. 8344803 Factor out metadata parsing into a separate function. by Dan Gohman · 14 years ago
  88. 9fe2c67 Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, by Chris Lattner · 14 years ago
  89. 502e0aa Improve 64-subtraction of immediates when parts of the immediate can fit by Jim Grosbach · 14 years ago
  90. 2dd50e6 Delete fast-isel's trivial load optimization; it breaks debugging because by Dan Gohman · 14 years ago
  91. 7a52e65 Fix test to appease the buildbots. by Bob Wilson · 14 years ago
  92. fed76ff Add missing address register update to t2LDM_RET instruction. by Bob Wilson · 14 years ago
  93. 3dc7224 Rather than using an ifdef on the target to zero out fields, by Duncan Sands · 14 years ago
  94. 54cc0e1 A couple potential optimizations inspired by comment 4 in PR6773. by Eli Friedman · 14 years ago
  95. dedd974 Fix for PR7193 was overly conservative. The only case where sibcall callee by Evan Cheng · 14 years ago
  96. 7e3f0d2 Add support for NEON VMVN immediate instructions. by Bob Wilson · 14 years ago
  97. 046afdb The bits in the cmode field of 32-bit VMOV immediate instructions all depend by Bob Wilson · 14 years ago
  98. 07c9b64 revert r108320, I see the failures now... by Chris Lattner · 14 years ago
  99. 7e185af reapply benjamin's instcombine patch, I don't see anything wrong with it and can't repro any problems with a manual self-host. by Chris Lattner · 14 years ago
  100. 44a44ad Re-enable the test with fix. by Evan Cheng · 14 years ago