1. 47eedaa Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov. by Sandeep Patel · 16 years ago
  2. 59e00d3 Update CMake file (lexically order files). by Ted Kremenek · 16 years ago
  3. 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 16 years ago
  4. a917bfe Remove unnecessary assert. by Devang Patel · 16 years ago
  5. 56bfa4d Update the other CMake file. by Benjamin Kramer · 16 years ago
  6. 6225d64 Parse GEP with attached custom metadata. This happens during libprofile_rt.bca build. by Devang Patel · 16 years ago
  7. db9d320 Update CMake file. by Ted Kremenek · 16 years ago
  8. 094f04b Refactor some code. No functionality changes. by Evan Cheng · 16 years ago
  9. a7471de Commit the removal of this file, which is now moved to lib/Analysis. by Dan Gohman · 16 years ago
  10. e4aeec0 Move the InlineCost code from Transforms/Utils to Analysis. by Dan Gohman · 16 years ago
  11. 9b39cf5 Start refactoring the inline cost estimation code so that it can be used by Dan Gohman · 16 years ago
  12. 11f15db change simplifycfg to not duplicate 'unwind' instructions. Hopefully by Chris Lattner · 16 years ago
  13. bf07da0 convert to filecheck by Chris Lattner · 16 years ago
  14. f137f2f rename test by Chris Lattner · 16 years ago
  15. b24f6c7 Make LoopUnswitch's cost estimation count Instructions, rather than by Dan Gohman · 16 years ago
  16. 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 16 years ago
  17. f21e696 add Zero by Chris Lattner · 16 years ago
  18. 4c5b23b Make the ExecutionEngine automatically remove global mappings on when their by Jeffrey Yasskin · 16 years ago
  19. 2d17506 don't use dead loads as tests. by Chris Lattner · 16 years ago
  20. 549e81f "there is not any instruction with attached debug info in this module" does not mean "there is no debug info in this module". :) by Devang Patel · 16 years ago
  21. 5361cd2 Add some ARM instruction encoding bits. Patch by Johnny Chen. by Bob Wilson · 16 years ago
  22. 4796ba2 Fix regression introduced by r83894. by Bob Wilson · 16 years ago
  23. 740d0db by Devang Patel · 16 years ago
  24. 39a38ae Disable this test for now. by Devang Patel · 16 years ago
  25. a7fcb9b Fix a tab. Thanks to Johnny Chen for pointing it out. by Bob Wilson · 16 years ago
  26. 3653e1b The eh.exception intrinsic only reads from memory, it doesn't write to it. by Duncan Sands · 16 years ago
  27. 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 16 years ago
  28. 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 16 years ago
  29. 5c9be67 Teach BasicAA a little something about the atomic intrinsics: they can only by Nick Lewycky · 16 years ago
  30. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 16 years ago
  31. 6e4bdfc Fix a -Asserts warning. by Daniel Dunbar · 16 years ago
  32. c411c4b remove dead header. by Chris Lattner · 16 years ago
  33. 4a8e17d remove notcast, it is now dead! by Chris Lattner · 16 years ago
  34. 2a03c04 remove two old and nearly useless tests. by Chris Lattner · 16 years ago
  35. e12ee4b XFAIL these tests for now. by Devang Patel · 16 years ago
  36. cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 16 years ago
  37. 5c78736 Memory dependence analysis was incorrectly stopping to scan for stores to a pointer at bitcast uses of a malloc call. by Victor Hernandez · 16 years ago
  38. 2b7b37a Regenerate configure for rev. 83823 putback. by Edward O'Callaghan · 16 years ago
  39. 6e37f48 Enable "debug info attached to an instruction" mode. by Devang Patel · 16 years ago
  40. 6ef7517 Find enclosing subprogram info. by Devang Patel · 16 years ago
  41. 1f03471 Set default location for a function if it is not set. by Devang Patel · 16 years ago
  42. 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 16 years ago
  43. af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 16 years ago
  44. 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 16 years ago
  45. 67d1d1f Make licm debug message readable. by Evan Cheng · 16 years ago
  46. 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 16 years ago
  47. f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 16 years ago
  48. 32c50e8 Another minor clean-up. by Bob Wilson · 16 years ago
  49. f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 16 years ago
  50. d637c1a Remove redundant parameter. by Bob Wilson · 16 years ago
  51. 3b75735 Use early exit to reduce indentation. by Bob Wilson · 16 years ago
  52. 9d16f2c Change to return a value by reference. by Bob Wilson · 16 years ago
  53. 034de5f Add a typedef for an iterator. by Bob Wilson · 16 years ago
  54. 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 16 years ago
  55. c1deda5 Fix warning. by Dale Johannesen · 16 years ago
  56. a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 16 years ago
  57. 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 16 years ago
  58. 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 16 years ago
  59. 4ae7972 another bunch of <tt>s by Gabor Greif · 16 years ago
  60. 7fa50ed Remove a redundant member variable. by Dan Gohman · 16 years ago
  61. 465193a Delete some obsolete declarations. by Dan Gohman · 16 years ago
  62. c6cb1c9 even more <tt>s by Gabor Greif · 16 years ago
  63. 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 16 years ago
  64. 6bd6ede more typewriter face by Gabor Greif · 16 years ago
  65. 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 16 years ago
  66. b00933b set some options in typewriter font by Gabor Greif · 16 years ago
  67. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  68. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 16 years ago
  69. 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 16 years ago
  70. d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 16 years ago
  71. 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 16 years ago
  72. 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 16 years ago
  73. 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 16 years ago
  74. a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 16 years ago
  75. 60ea2c5 Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. by Edward O'Callaghan · 16 years ago
  76. 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 16 years ago
  77. 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 16 years ago
  78. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 16 years ago
  79. f5e1613 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 16 years ago
  80. 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 16 years ago
  81. 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 16 years ago
  82. c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 16 years ago
  83. 67f7d54 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 16 years ago
  84. b152a87 revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. by Chris Lattner · 16 years ago
  85. 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 16 years ago
  86. 6d0111f populate instcombine's initial worklist more carefully, causing by Chris Lattner · 16 years ago
  87. c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 16 years ago
  88. 436604d Add missed mem-mem move patterns by Anton Korobeynikov · 16 years ago
  89. afac8ab Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 16 years ago
  90. 2ad8cf5 remove some harmful code that would turn an insertelement on an undef by Chris Lattner · 16 years ago
  91. aca471f Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 16 years ago
  92. 0a11939 reduce vec_shuffle2 and merge into vec_shuffle. by Chris Lattner · 16 years ago
  93. 98d59df filecheckize vec_shuffle.ll and merge shuffle.ll into it. by Chris Lattner · 16 years ago
  94. 588c490 filecheckize by Chris Lattner · 16 years ago
  95. a017529 rename test by Chris Lattner · 16 years ago
  96. ee07e71 remove old testcase by Chris Lattner · 16 years ago
  97. 90d4f3a merge test into shift.ll, this also eliminates awful grepping on -stats output by Chris Lattner · 16 years ago
  98. 490ff63 convert to filecheck. by Chris Lattner · 16 years ago
  99. d088314 teach instcombine to simplify xor's harder, catching the new testcase. by Chris Lattner · 16 years ago
  100. 7acdf1d cleanups by Chris Lattner · 16 years ago