1. a82752c Convert several parts of the ScalarEvolution framework to use by Dan Gohman · 15 years ago
  2. ea73f3c Add another item to the list of things that indvars does. by Dan Gohman · 15 years ago
  3. ec08da0 Testcase for PR4332. by Duncan Sands · 15 years ago
  4. 90f95f8 Move register allocation preference (or hint) from LiveInterval to MachineRegisterInfo. This allows more passes to set them. by Evan Cheng · 15 years ago
  5. caf6b2b Fix CMake build. Patch from Ingmar Vanhassel. by Torok Edwin · 15 years ago
  6. ca39902 Add an early implementation of a partial inlining pass. The idea behind this by Owen Anderson · 15 years ago
  7. ae9163f Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject.h by Aaron Gray by Bruno Cardoso Lopes · 15 years ago
  8. 956244b Add output of the SFINAE bit for Clang's diagnostics by Douglas Gregor · 15 years ago
  9. 1a1ee83 Add myself, test commit by Shantonu Sen · 15 years ago
  10. a142c93 Unlike the other instructions, GEP really does need to look at the type of a by Nick Lewycky · 15 years ago
  11. dcb6da3 by Sanjiv Gupta · 15 years ago
  12. 4d8414f Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical by Dan Gohman · 15 years ago
  13. 2ce84c8d Add a ScalarEvolution::getAnyExtendExpr utility function for performing by Dan Gohman · 15 years ago
  14. e7d6df7 Add a ARM specific pre-allocation pass that re-schedule loads / stores from by Evan Cheng · 15 years ago
  15. daf9e02 llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function. If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available. LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics. by Devang Patel · 15 years ago
  16. 7e0b551 Type change cleanup on JCE and MCE. Patch by Aaron Gray by Bruno Cardoso Lopes · 15 years ago
  17. 0de1951 Adjust this test's regex strings so that they work regardless by Dan Gohman · 15 years ago
  18. f53e6b5 Add -m32 to llvm-gcc commands, so that this test behaves as expected by Dan Gohman · 15 years ago
  19. a21f31b Improve style. by Owen Anderson · 15 years ago
  20. 5b6139a This is supposed to be a preorder numbering of the dominator tree, not the CFG. by Owen Anderson · 15 years ago
  21. fdf72c6 Now with less iterator invalidation, and other forms of crashing! by Owen Anderson · 15 years ago
  22. 4a274e5 If killed register is defined by implicit_def, do not clear it since it's live range may overlap another def of same register. by Evan Cheng · 15 years ago
  23. 69074a5 second half of fix for PR4366: don't zap store to null of by Chris Lattner · 15 years ago
  24. cd799b9 Mark some pattern-less instructions as neverHasSideEffects. by Evan Cheng · 15 years ago
  25. 5d96fda by Devang Patel · 15 years ago
  26. 9217f79 Clear AbstractInstanceRootMap at the end of the function. by Devang Patel · 15 years ago
  27. e54aba5 Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because by Dan Gohman · 15 years ago
  28. 194ae78 Give Instruction::isSameOperationAs a corresponding comment to note by Dan Gohman · 15 years ago
  29. 5d0da6b Testcase for llvm-gcc patch 73238. by Dale Johannesen · 15 years ago
  30. e71bd5a Waste time fixing something that should have been fixed before. by Bill Wendling · 15 years ago
  31. 93531e4 Keep callers of a weak function calling it, instead of the non-weak equivalent. by Nick Lewycky · 15 years ago
  32. bbd8c33 Fix Bug 4278: X86-64 with -tailcallopt calling convention by Arnold Schwaighofer · 15 years ago
  33. b3c36c9 Don't forget to match the calling convention when producing a thunk. by Nick Lewycky · 15 years ago
  34. 8728d7a Given two identical weak functions, produce one internal function and two weak by Nick Lewycky · 15 years ago
  35. 7e0842f Tweak GenLibDeps.pl so it works on solaris. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  36. e91208c After obtaining the lock, look if the function has been codegen'd by by Nicolas Geoffray · 15 years ago
  37. f343b69 This test is wrong. If you have two weak functions F and G you can't make by Nick Lewycky · 15 years ago
  38. 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  39. ca6829a Credits for Edward O'Callaghan. by Duncan Sands · 15 years ago
  40. 287de60 Add an "are types equivalent" operation that ignores the types that a pointer by Nick Lewycky · 15 years ago
  41. c55c27f Fix regular expression. by Nick Lewycky · 15 years ago
  42. f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 15 years ago
  43. 084f7bf In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched by Nick Lewycky · 15 years ago
  44. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  45. 00c1073 Update script to tell the user where to get the CodeSourcery crosstool, if it's by Misha Brukman · 15 years ago
  46. cb6f9c8 Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using by Misha Brukman · 15 years ago
  47. 0b389b5 XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy to fix, and I'd like it to stop masking by Nick Lewycky · 15 years ago
  48. 7161cb1 Misc x86 README updates: remove a couple of already-fixed issues, by Eli Friedman · 15 years ago
  49. d00d415 Use forward declarations and move TargetELFWriterInfo impl to a new file. by Bruno Cardoso Lopes · 15 years ago
  50. 7512beb Test for rev 73205 (PR 4349) by Dale Johannesen · 15 years ago
  51. e426147 Alphabetize. by Bill Wendling · 15 years ago
  52. 5e0644c Remove unused parameter warnings. by Bill Wendling · 15 years ago
  53. c997d45 Support for ELF Visibility by Bruno Cardoso Lopes · 15 years ago
  54. 3590abf Fix 4366: store to null in non-default addr space should not be by Chris Lattner · 15 years ago
  55. 6396329 Generate libcalls for floating point arithmetic and casting operations. by Sanjiv Gupta · 15 years ago
  56. d6de30c Cosmetic changes to parameter attribute verification. by Duncan Sands · 15 years ago
  57. 861d20a Avoid leaking memory in an error path. Noticed by cppcheck. by Duncan Sands · 15 years ago
  58. fa3f80a More formatting. by Sanjiv Gupta · 15 years ago
  59. b65d1f2 Fixed source comments. No functionality change. by Sanjiv Gupta · 15 years ago
  60. cbdbcb1 CMake: Documented how to cross-compile with CMake. by Oscar Fuentes · 15 years ago
  61. 99b9489 CMake: Fixed parallel build problem related to native tblgen when by Oscar Fuentes · 15 years ago
  62. 89456ce CMake: Updated list of files on lib/CodeGen/CMakeLists.txt. by Oscar Fuentes · 15 years ago
  63. 757068f Implement and use new method Function::hasAddressTaken(). by Jay Foad · 15 years ago
  64. cb597c9 Remove warnings: no newline at end of file. by Sanjiv Gupta · 15 years ago
  65. b51b6cf Silence a warning by Anton Korobeynikov · 15 years ago
  66. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  67. e3acf15 Remove an unused function SafeToDestroyConstant(). Rename an almost by Jay Foad · 15 years ago
  68. 7ba520b Remove empty test (my DejaGNU doesn't like this) by Daniel Dunbar · 15 years ago
  69. f403cd7 Bug fix: by Rafael Espindola · 15 years ago
  70. 3ae67f5 Simplified logic of this if-then statement to reduce nesting. No functionality by Bill Wendling · 15 years ago
  71. 6cbd8da Add the beginnings of an implementatation of lazy liveness analysis, based on "Fast Liveness Checking for SSA-form Programs" by Boissinot, et al. by Owen Anderson · 15 years ago
  72. 68a9cb1 Remove empty file. by Bill Wendling · 15 years ago
  73. ee1f6b0 I'm going to assume that this was meant to be an assignment instead of a by Bill Wendling · 15 years ago
  74. ffc0ab6 by David Greene · 15 years ago
  75. 92fcdca Use expandCodeFor instead of expand when the result will be by Dan Gohman · 15 years ago
  76. b157f25 PIC16 emits auto variables as globals. When optimizer removes a function entierly by estimating its side effects on globals, those globals(autos) without a function were not being printed by the Asm printer. by Sanjiv Gupta · 15 years ago
  77. f5aefbd by David Greene · 15 years ago
  78. 63ec51d Oops, didn't mean to commit 73102 yet. Revert it. by David Greene · 15 years ago
  79. 9df4eb8 by David Greene · 15 years ago
  80. 0d97399 by David Greene · 15 years ago
  81. 2e7ccfc Typo by Anton Korobeynikov · 15 years ago
  82. dada95b Revert hunk commited by accident by Anton Korobeynikov · 15 years ago
  83. f194b0e Add testcase for register scanveger assertion fix in r72755 by Anton Korobeynikov · 15 years ago
  84. 0eebf65 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 15 years ago
  85. ccbfb8d by David Greene · 15 years ago
  86. 5f32341 by David Greene · 15 years ago
  87. d725189 by David Greene · 15 years ago
  88. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
  89. fbbf1ee Separate V6 from V6T2 since the latter has some extra nice instructions by Anton Korobeynikov · 15 years ago
  90. 4ba3a0e Allow setting the C runtime to be used with MSVC from cmake. by Stefanus Du Toit · 15 years ago
  91. a7b0ded Add helper for checking of Thumb1 mode by Anton Korobeynikov · 15 years ago
  92. e1b4691 by David Greene · 15 years ago
  93. 77c489d by David Greene · 15 years ago
  94. faf2671 Revert r72898. It does not solve the problem I want it to solve. by Bill Wendling · 15 years ago
  95. 938c8ab by David Greene · 15 years ago
  96. 06bfa33 Delete comment and fix typo by Bruno Cardoso Lopes · 15 years ago
  97. 24f14f1 Fix wrong elf class and byte order initializations. by Bruno Cardoso Lopes · 15 years ago
  98. a029a27 Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without by Bruno Cardoso Lopes · 15 years ago
  99. faeedf1 Fix the run-line for this test to work correctly outside of x86. by Eli Friedman · 15 years ago
  100. f10d3a7 Tweak the expansion code for BIT_CONVERT to generate better code by Eli Friedman · 15 years ago