1. 68cf03a Fix resetCachedCostInfo to reset all of the cost information, instead of by Dan Gohman · 15 years ago
  2. 079469f Correct comment about ARM immediates using '#' not '$' and TODO for modifiers. by Kevin Enderby · 15 years ago
  3. 1619dc3 s/DebugLoc.CompileUnit/DebugLoc.Scope/g by Devang Patel · 15 years ago
  4. 228ebd0 Check void type before using RAUWd. by Devang Patel · 15 years ago
  5. e72142a More Neon clean-up: avoid the need for custom-lowering vld/st-lane intrinsics by Bob Wilson · 15 years ago
  6. cfe0724 More bits of the ARM target assembler for llvm-mc to parse immediates. by Kevin Enderby · 15 years ago
  7. 50a5914 Teach basic AA about PHI nodes. If all operands of a phi NoAlias another value than it's safe to declare the PHI NoAlias the value. Ditto for MustAlias. by Evan Cheng · 15 years ago
  8. 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 15 years ago
  9. 73d64a6 NEON VLD/VST are now fully implemented. For operations that expand to by Bob Wilson · 15 years ago
  10. 1bf5ebc Do not check use_empty() before replaceAllUsesWith(). This gives ValueHandles a chance to get properly updated. by Devang Patel · 15 years ago
  11. e5f8798 Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and by Jeffrey Yasskin · 15 years ago
  12. 404aa26 Add is_same type trait by Douglas Gregor · 15 years ago
  13. 3a66a68 Introduce new convenience methods for sign extending or by Duncan Sands · 15 years ago
  14. b408b15 Optimizer may remove debug info. This test checks debug info for include headers. by Devang Patel · 15 years ago
  15. 765cc0b Revise ARM inline assembly memory operands to require the memory address to by Bob Wilson · 15 years ago
  16. 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
  17. 9578c7a These tests now pass. by Devang Patel · 15 years ago
  18. 4e1ed88 Fix method name in comment, per Bob Wilson. by Sandeep Patel · 15 years ago
  19. 597c5e2 Use the new CodeMetrics class to compute code size instead of by Dan Gohman · 15 years ago
  20. 497f619 Compute a full cost value even when a setjmp call is found. by Dan Gohman · 15 years ago
  21. e7f0ed5 Split code not specific to Function inlining out into a separate class, by Dan Gohman · 15 years ago
  22. d452ea6 Add debugging output. by David Goodwin · 15 years ago
  23. 9688079 Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the internal functional AVL trees. This should speedup clients that use ImmutableMap/ImmutableSet but don't require fast comparisons of maps. by Ted Kremenek · 15 years ago
  24. 47eedaa Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
  25. 59e00d3 Update CMake file (lexically order files). by Ted Kremenek · 15 years ago
  26. 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 15 years ago
  27. a917bfe Remove unnecessary assert. by Devang Patel · 15 years ago
  28. 56bfa4d Update the other CMake file. by Benjamin Kramer · 15 years ago
  29. 6225d64 Parse GEP with attached custom metadata. This happens during libprofile_rt.bca build. by Devang Patel · 15 years ago
  30. db9d320 Update CMake file. by Ted Kremenek · 15 years ago
  31. 094f04b Refactor some code. No functionality changes. by Evan Cheng · 15 years ago
  32. a7471de Commit the removal of this file, which is now moved to lib/Analysis. by Dan Gohman · 15 years ago
  33. e4aeec0 Move the InlineCost code from Transforms/Utils to Analysis. by Dan Gohman · 15 years ago
  34. 9b39cf5 Start refactoring the inline cost estimation code so that it can be used by Dan Gohman · 15 years ago
  35. 11f15db change simplifycfg to not duplicate 'unwind' instructions. Hopefully by Chris Lattner · 15 years ago
  36. bf07da0 convert to filecheck by Chris Lattner · 15 years ago
  37. f137f2f rename test by Chris Lattner · 15 years ago
  38. b24f6c7 Make LoopUnswitch's cost estimation count Instructions, rather than by Dan Gohman · 15 years ago
  39. 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 15 years ago
  40. f21e696 add Zero by Chris Lattner · 15 years ago
  41. 4c5b23b Make the ExecutionEngine automatically remove global mappings on when their by Jeffrey Yasskin · 15 years ago
  42. 2d17506 don't use dead loads as tests. by Chris Lattner · 15 years ago
  43. 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 · 15 years ago
  44. 5361cd2 Add some ARM instruction encoding bits. Patch by Johnny Chen. by Bob Wilson · 15 years ago
  45. 4796ba2 Fix regression introduced by r83894. by Bob Wilson · 15 years ago
  46. 740d0db by Devang Patel · 15 years ago
  47. 39a38ae Disable this test for now. by Devang Patel · 15 years ago
  48. a7fcb9b Fix a tab. Thanks to Johnny Chen for pointing it out. by Bob Wilson · 15 years ago
  49. 3653e1b The eh.exception intrinsic only reads from memory, it doesn't write to it. by Duncan Sands · 15 years ago
  50. 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 15 years ago
  51. 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 15 years ago
  52. 5c9be67 Teach BasicAA a little something about the atomic intrinsics: they can only by Nick Lewycky · 15 years ago
  53. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
  54. 6e4bdfc Fix a -Asserts warning. by Daniel Dunbar · 15 years ago
  55. c411c4b remove dead header. by Chris Lattner · 15 years ago
  56. 4a8e17d remove notcast, it is now dead! by Chris Lattner · 15 years ago
  57. 2a03c04 remove two old and nearly useless tests. by Chris Lattner · 15 years ago
  58. e12ee4b XFAIL these tests for now. by Devang Patel · 15 years ago
  59. cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 15 years ago
  60. 5c78736 Memory dependence analysis was incorrectly stopping to scan for stores to a pointer at bitcast uses of a malloc call. by Victor Hernandez · 15 years ago
  61. 2b7b37a Regenerate configure for rev. 83823 putback. by Edward O'Callaghan · 15 years ago
  62. 6e37f48 Enable "debug info attached to an instruction" mode. by Devang Patel · 15 years ago
  63. 6ef7517 Find enclosing subprogram info. by Devang Patel · 15 years ago
  64. 1f03471 Set default location for a function if it is not set. by Devang Patel · 15 years ago
  65. 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 15 years ago
  66. af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 15 years ago
  67. 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 15 years ago
  68. 67d1d1f Make licm debug message readable. by Evan Cheng · 15 years ago
  69. 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 15 years ago
  70. f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 15 years ago
  71. 32c50e8 Another minor clean-up. by Bob Wilson · 15 years ago
  72. f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 15 years ago
  73. d637c1a Remove redundant parameter. by Bob Wilson · 15 years ago
  74. 3b75735 Use early exit to reduce indentation. by Bob Wilson · 15 years ago
  75. 9d16f2c Change to return a value by reference. by Bob Wilson · 15 years ago
  76. 034de5f Add a typedef for an iterator. by Bob Wilson · 15 years ago
  77. 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 15 years ago
  78. c1deda5 Fix warning. by Dale Johannesen · 15 years ago
  79. a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 15 years ago
  80. 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 15 years ago
  81. 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
  82. 4ae7972 another bunch of <tt>s by Gabor Greif · 15 years ago
  83. 7fa50ed Remove a redundant member variable. by Dan Gohman · 15 years ago
  84. 465193a Delete some obsolete declarations. by Dan Gohman · 15 years ago
  85. c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
  86. 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 15 years ago
  87. 6bd6ede more typewriter face by Gabor Greif · 15 years ago
  88. 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
  89. b00933b set some options in typewriter font by Gabor Greif · 15 years ago
  90. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  91. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  92. 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 15 years ago
  93. d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 15 years ago
  94. 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 15 years ago
  95. 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 15 years ago
  96. 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  97. a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 15 years ago
  98. 60ea2c5 Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. by Edward O'Callaghan · 15 years ago
  99. 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
  100. 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 15 years ago