1. 2ce84c8d Add a ScalarEvolution::getAnyExtendExpr utility function for performing by Dan Gohman · 15 years ago
  2. e7d6df7 Add a ARM specific pre-allocation pass that re-schedule loads / stores from by Evan Cheng · 15 years ago
  3. 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
  4. 7e0b551 Type change cleanup on JCE and MCE. Patch by Aaron Gray by Bruno Cardoso Lopes · 15 years ago
  5. 0de1951 Adjust this test's regex strings so that they work regardless by Dan Gohman · 15 years ago
  6. f53e6b5 Add -m32 to llvm-gcc commands, so that this test behaves as expected by Dan Gohman · 15 years ago
  7. a21f31b Improve style. by Owen Anderson · 15 years ago
  8. 5b6139a This is supposed to be a preorder numbering of the dominator tree, not the CFG. by Owen Anderson · 15 years ago
  9. fdf72c6 Now with less iterator invalidation, and other forms of crashing! by Owen Anderson · 15 years ago
  10. 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
  11. 69074a5 second half of fix for PR4366: don't zap store to null of by Chris Lattner · 15 years ago
  12. cd799b9 Mark some pattern-less instructions as neverHasSideEffects. by Evan Cheng · 15 years ago
  13. 5d96fda by Devang Patel · 15 years ago
  14. 9217f79 Clear AbstractInstanceRootMap at the end of the function. by Devang Patel · 15 years ago
  15. e54aba5 Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because by Dan Gohman · 15 years ago
  16. 194ae78 Give Instruction::isSameOperationAs a corresponding comment to note by Dan Gohman · 15 years ago
  17. 5d0da6b Testcase for llvm-gcc patch 73238. by Dale Johannesen · 15 years ago
  18. e71bd5a Waste time fixing something that should have been fixed before. by Bill Wendling · 15 years ago
  19. 93531e4 Keep callers of a weak function calling it, instead of the non-weak equivalent. by Nick Lewycky · 15 years ago
  20. bbd8c33 Fix Bug 4278: X86-64 with -tailcallopt calling convention by Arnold Schwaighofer · 15 years ago
  21. b3c36c9 Don't forget to match the calling convention when producing a thunk. by Nick Lewycky · 15 years ago
  22. 8728d7a Given two identical weak functions, produce one internal function and two weak by Nick Lewycky · 15 years ago
  23. 7e0842f Tweak GenLibDeps.pl so it works on solaris. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  24. e91208c After obtaining the lock, look if the function has been codegen'd by by Nicolas Geoffray · 15 years ago
  25. f343b69 This test is wrong. If you have two weak functions F and G you can't make by Nick Lewycky · 15 years ago
  26. 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  27. ca6829a Credits for Edward O'Callaghan. by Duncan Sands · 15 years ago
  28. 287de60 Add an "are types equivalent" operation that ignores the types that a pointer by Nick Lewycky · 15 years ago
  29. c55c27f Fix regular expression. by Nick Lewycky · 15 years ago
  30. f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 15 years ago
  31. 084f7bf In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched by Nick Lewycky · 15 years ago
  32. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  33. 00c1073 Update script to tell the user where to get the CodeSourcery crosstool, if it's by Misha Brukman · 15 years ago
  34. cb6f9c8 Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using by Misha Brukman · 15 years ago
  35. 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
  36. 7161cb1 Misc x86 README updates: remove a couple of already-fixed issues, by Eli Friedman · 15 years ago
  37. d00d415 Use forward declarations and move TargetELFWriterInfo impl to a new file. by Bruno Cardoso Lopes · 15 years ago
  38. 7512beb Test for rev 73205 (PR 4349) by Dale Johannesen · 15 years ago
  39. e426147 Alphabetize. by Bill Wendling · 15 years ago
  40. 5e0644c Remove unused parameter warnings. by Bill Wendling · 15 years ago
  41. c997d45 Support for ELF Visibility by Bruno Cardoso Lopes · 15 years ago
  42. 3590abf Fix 4366: store to null in non-default addr space should not be by Chris Lattner · 15 years ago
  43. 6396329 Generate libcalls for floating point arithmetic and casting operations. by Sanjiv Gupta · 15 years ago
  44. d6de30c Cosmetic changes to parameter attribute verification. by Duncan Sands · 15 years ago
  45. 861d20a Avoid leaking memory in an error path. Noticed by cppcheck. by Duncan Sands · 15 years ago
  46. fa3f80a More formatting. by Sanjiv Gupta · 15 years ago
  47. b65d1f2 Fixed source comments. No functionality change. by Sanjiv Gupta · 15 years ago
  48. cbdbcb1 CMake: Documented how to cross-compile with CMake. by Oscar Fuentes · 15 years ago
  49. 99b9489 CMake: Fixed parallel build problem related to native tblgen when by Oscar Fuentes · 15 years ago
  50. 89456ce CMake: Updated list of files on lib/CodeGen/CMakeLists.txt. by Oscar Fuentes · 15 years ago
  51. 757068f Implement and use new method Function::hasAddressTaken(). by Jay Foad · 15 years ago
  52. cb597c9 Remove warnings: no newline at end of file. by Sanjiv Gupta · 15 years ago
  53. b51b6cf Silence a warning by Anton Korobeynikov · 15 years ago
  54. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  55. e3acf15 Remove an unused function SafeToDestroyConstant(). Rename an almost by Jay Foad · 15 years ago
  56. 7ba520b Remove empty test (my DejaGNU doesn't like this) by Daniel Dunbar · 15 years ago
  57. f403cd7 Bug fix: by Rafael Espindola · 15 years ago
  58. 3ae67f5 Simplified logic of this if-then statement to reduce nesting. No functionality by Bill Wendling · 15 years ago
  59. 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
  60. 68a9cb1 Remove empty file. by Bill Wendling · 15 years ago
  61. ee1f6b0 I'm going to assume that this was meant to be an assignment instead of a by Bill Wendling · 15 years ago
  62. ffc0ab6 by David Greene · 15 years ago
  63. 92fcdca Use expandCodeFor instead of expand when the result will be by Dan Gohman · 15 years ago
  64. 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
  65. f5aefbd by David Greene · 15 years ago
  66. 63ec51d Oops, didn't mean to commit 73102 yet. Revert it. by David Greene · 15 years ago
  67. 9df4eb8 by David Greene · 15 years ago
  68. 0d97399 by David Greene · 15 years ago
  69. 2e7ccfc Typo by Anton Korobeynikov · 15 years ago
  70. dada95b Revert hunk commited by accident by Anton Korobeynikov · 15 years ago
  71. f194b0e Add testcase for register scanveger assertion fix in r72755 by Anton Korobeynikov · 15 years ago
  72. 0eebf65 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 15 years ago
  73. ccbfb8d by David Greene · 15 years ago
  74. 5f32341 by David Greene · 15 years ago
  75. d725189 by David Greene · 15 years ago
  76. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
  77. fbbf1ee Separate V6 from V6T2 since the latter has some extra nice instructions by Anton Korobeynikov · 15 years ago
  78. 4ba3a0e Allow setting the C runtime to be used with MSVC from cmake. by Stefanus Du Toit · 15 years ago
  79. a7b0ded Add helper for checking of Thumb1 mode by Anton Korobeynikov · 15 years ago
  80. e1b4691 by David Greene · 15 years ago
  81. 77c489d by David Greene · 15 years ago
  82. faf2671 Revert r72898. It does not solve the problem I want it to solve. by Bill Wendling · 15 years ago
  83. 938c8ab by David Greene · 15 years ago
  84. 06bfa33 Delete comment and fix typo by Bruno Cardoso Lopes · 15 years ago
  85. 24f14f1 Fix wrong elf class and byte order initializations. by Bruno Cardoso Lopes · 15 years ago
  86. a029a27 Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without by Bruno Cardoso Lopes · 15 years ago
  87. faeedf1 Fix the run-line for this test to work correctly outside of x86. by Eli Friedman · 15 years ago
  88. f10d3a7 Tweak the expansion code for BIT_CONVERT to generate better code by Eli Friedman · 15 years ago
  89. 5d28eb9 Get rid of some unnecessary code. by Eli Friedman · 15 years ago
  90. a5f54a0 Create FunctionType::isValidArgumentType to go along with isValidReturnType. by Nick Lewycky · 15 years ago
  91. 9dcc26b A basic PIC16 toolchain driver. by Mikhail Glushenkov · 15 years ago
  92. 7a5e555 Slightly generalize the code that handles shuffles of consecutive loads by Eli Friedman · 15 years ago
  93. dcef849 Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will by Nick Lewycky · 15 years ago
  94. 00907c7 Refuse metadata* type for function arguments. by Nick Lewycky · 15 years ago
  95. 0da9975 PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec by Eli Friedman · 15 years ago
  96. a9b9032 Add option for specifying the path to assembler, "as". This overrides the path by Nick Lewycky · 15 years ago
  97. d7f20b6 Don't crash on multiple return value with no obvious inserted value. by Nick Lewycky · 15 years ago
  98. b9a4cac PR4340: Run SimplifyDemandedVectorElts on insertelement instructions; by Eli Friedman · 15 years ago
  99. 9d813df Move </pre> to column one to avoid an extra line of spaces in the example. by Nick Lewycky · 15 years ago
  100. 0906b1b Use cast<> instead of dyn_cast<> for things that are known to be Instructions. by Jay Foad · 15 years ago