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