1. c39d953 Add a soft link so that in an apple style build we can find libLTO.dylib. by Eric Christopher · 15 years ago
  2. f12a900 Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, by Oscar Fuentes · 15 years ago
  3. 18f0c67 fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 15 years ago
  4. 0488ecd Add a comment about A[i+(j+1)]. by Dan Gohman · 15 years ago
  5. 02216ff Remove some validation errors. by Bill Wendling · 15 years ago
  6. cf493b8 Some formatting and spelling fixes. by Bill Wendling · 15 years ago
  7. 261a7d9 Devang pointed out that this code should use DIScope instead of by Dan Gohman · 15 years ago
  8. a4025df Fix PR5614: parts of a physical register def may be killed the rest. by Evan Cheng · 15 years ago
  9. d188dba Test case for r90175. by Devang Patel · 15 years ago
  10. 208d76c For VMOV (immediate), make some of the encoding bits (cmode and op) unspecified. by Johnny Chen · 15 years ago
  11. deea564 If pointer type has a name then do not ignore the name. by Devang Patel · 15 years ago
  12. 2343b10 * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647. by Oscar Fuentes · 15 years ago
  13. 03d34ca * cmake/modules/LLVMLibDeps.cmake: Updated library dependencies. by Oscar Fuentes · 15 years ago
  14. 39a1fab Minor whitespace fixes. by Dan Gohman · 15 years ago
  15. 22f6526 Fix a minor inconsistency. by Dan Gohman · 15 years ago
  16. 15e7122 Fix typos in comments. by Dan Gohman · 15 years ago
  17. ce7a663 New virtual registers created for spill intervals should inherit allocation hints from the original register. by Jakob Stoklund Olesen · 15 years ago
  18. b25846e Debug info is disabled on PPC Darwin. by Bill Wendling · 15 years ago
  19. 3858225 Reprioritize tests for tail duplication to be aggressive about indirect by Bob Wilson · 15 years ago
  20. 15217e6 Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable by Bob Wilson · 15 years ago
  21. afa1df4 Fix some more ARM unified syntax warnings. by Bob Wilson · 15 years ago
  22. 795eb2a Fix odd declaration. by Benjamin Kramer · 15 years ago
  23. ab01069 Fix last DOTGraphTraits problems in CompilationGraph. by Tobias Grosser · 15 years ago
  24. b5eedf2 Remove forgotten ShortNames in Trie and CompilationGraph by Tobias Grosser · 15 years ago
  25. 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 15 years ago
  26. a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 15 years ago
  27. ce4edd6 Do not point edge heads to source labels by Tobias Grosser · 15 years ago
  28. c500566 Only print edgeSourceLabels if they are not empty by Tobias Grosser · 15 years ago
  29. 2833fac Small PostDominatorTree improvements by Tobias Grosser · 15 years ago
  30. e8a81da Remove ":" after BB name in -view-cfg-only by Tobias Grosser · 15 years ago
  31. 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 15 years ago
  32. f58e86d Revert r90107, fixing test/Transforms/GVN/2009-11-29-ReverseMap.ll and the by Nick Lewycky · 15 years ago
  33. 526bc31 Add a testcase for the current llvm-gcc build failure. by Nick Lewycky · 15 years ago
  34. 808ce5f Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 15 years ago
  35. 8b6a20a Add test case for r90108 by Mon P Wang · 15 years ago
  36. cd6e725 Added support to allow clients to custom widen. For X86, custom widen vectors for by Mon P Wang · 15 years ago
  37. 366429b reapply r90093 with an addition of keeping the forward by Chris Lattner · 15 years ago
  38. d11ba72 Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes by Nick Lewycky · 15 years ago
  39. b2944bc Commit r90099 made LLVM simplify one of these constant expressions a little by Nick Lewycky · 15 years ago
  40. fac554a Teach ConstantFolding to do a better job when folding gep(bitcast). by Nick Lewycky · 15 years ago
  41. e6f3294 Revert r90089 for now, it's breaking selfhost. by Benjamin Kramer · 15 years ago
  42. ae3d248 revert this patch for now, it causes failures of: by Chris Lattner · 15 years ago
  43. 1903d97 Fix a really nasty caching bug I introduced in memdep. An entry by Chris Lattner · 15 years ago
  44. 4aac07e Fix two FIXMEs. by Benjamin Kramer · 15 years ago
  45. 2eac949 Detabify. by Nick Lewycky · 15 years ago
  46. 18eaefd Remove dead returns. by Benjamin Kramer · 15 years ago
  47. d614673 This patch ensures that Path::GetMainExecutable is able to handle the by Kovarththanan Rajaratnam · 15 years ago
  48. a76a788 Fix FileCheck crash when fuzzy scanning starting at the end of the file. by Daniel Dunbar · 15 years ago
  49. cd188e9 add testcases for the foo_with_overflow op xforms added recently and by Chris Lattner · 15 years ago
  50. f453879 mark all the 'foo with overflow' intrinsics as readnone. by Chris Lattner · 15 years ago
  51. d4137f4 update and consolidate the load pre notes. by Chris Lattner · 15 years ago
  52. ff0a883 add PR# by Chris Lattner · 15 years ago
  53. 78c6d4f Add a testcase for: by Chris Lattner · 15 years ago
  54. 9fed3c2 add a testcase for by Chris Lattner · 15 years ago
  55. 3f40e23 Implement PR5634. by Chris Lattner · 15 years ago
  56. d801c10 Teach memdep to look for memory use intrinsics during dependency queries. Fixes by Nick Lewycky · 15 years ago
  57. 0c264b1 reenable load address insertion in load pre. This allows us to by Chris Lattner · 15 years ago
  58. dd69605 Enhance InsertPHITranslatedPointer to be able to return a list of newly by Chris Lattner · 15 years ago
  59. ab9530e implement a FIXME: limit the depth that DecomposeGEPExpression goes the same by Chris Lattner · 15 years ago
  60. af7a289 enable code to handle un-phi-translatable cases more aggressively: by Chris Lattner · 15 years ago
  61. 971fd57 disable value insertion for now, I need to figure out how by Chris Lattner · 15 years ago
  62. 6f7b210 Rework InsertPHITranslatedPointer to handle the recursive case, this by Chris Lattner · 15 years ago
  63. 5141421 recursively phi translate bitcast operands too, for consistency. by Chris Lattner · 15 years ago
  64. 807d2fa Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias Grosser by Nick Lewycky · 15 years ago
  65. 253be4d I accidentally implemented this :) by Chris Lattner · 15 years ago
  66. 11c6bab add support for recursive phi translation and phi by Chris Lattner · 15 years ago
  67. 9a5c22c add two simple test cases we now optimize (to one load in the loop each) and one we don't (corresponding to the fixme I added yesterday). by Chris Lattner · 15 years ago
  68. 8aee8ef factor some logic out of instcombine into a new SimplifyAddInst method. by Chris Lattner · 15 years ago
  69. 1d15983 add a deadargelim note. by Chris Lattner · 15 years ago
  70. 6d94926 This testcase is actually only partially redundant, and requires by Chris Lattner · 15 years ago
  71. 8976e59 fix PR5436 by making the 'simple' case of SRoA not promote out of range by Chris Lattner · 15 years ago
  72. fc159fd filecheckize by Chris Lattner · 15 years ago
  73. fb245e2 While this test is testing a problem in the generic part of codegen, by Duncan Sands · 15 years ago
  74. d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 15 years ago
  75. 65687f7 These code generator limitations have been removed. by Duncan Sands · 15 years ago
  76. 9763487 add comment. by Chris Lattner · 15 years ago
  77. e95035a reduce nesting, no functionality change. by Chris Lattner · 15 years ago
  78. a650f77 limit the recursion depth of GetLinearExpression. This by Chris Lattner · 15 years ago
  79. 616613d teach GVN's load PRE to insert computations of the address in predecessors by Chris Lattner · 15 years ago
  80. d280d85 add some tests for memdep phi translation + PRE. by Chris Lattner · 15 years ago
  81. 852dfbd this test is failing, and is expected to. by Chris Lattner · 15 years ago
  82. 8dca876 filecheckize by Chris Lattner · 15 years ago
  83. 9b15d60 rename test. by Chris Lattner · 15 years ago
  84. 62deff0 Fix phi translation in load PRE to agree with the phi by Chris Lattner · 15 years ago
  85. b99be5b redisable this, my bootstrap worked because it wasn't an optimized build, whoops. by Chris Lattner · 15 years ago
  86. cca130b try again. by Chris Lattner · 15 years ago
  87. 518c988 this is causing buildbot failures, disable for now. by Chris Lattner · 15 years ago
  88. 20ce7c0 this (and probably several others) are now done. by Chris Lattner · 15 years ago
  89. e19e4ba teach phi translation of GEPs to simplify geps like 'gep x, 0'. by Chris Lattner · 15 years ago
  90. c514c1f factor some instcombine simplifications for getelementptr out to a new by Chris Lattner · 15 years ago
  91. 3040762 teach memdep to do trivial PHI translation of GEPs. More to come. by Chris Lattner · 15 years ago
  92. cc3d0eb Teach memdep to phi translate bitcasts. This allows us to compile by Chris Lattner · 15 years ago
  93. 3802865 convert to filecheck by Chris Lattner · 15 years ago
  94. dbee4b3 Fix typo spotted by Gabor Greif. by Nick Lewycky · 15 years ago
  95. dc59311 factor some code out into some helper functions. by Chris Lattner · 15 years ago
  96. 2353122 Clean up file, no functionality change. by Nick Lewycky · 15 years ago
  97. 5bda379 Add a hack for PR5601, a crash on obsolete syntax that we plan to by Chris Lattner · 15 years ago
  98. 998e25a fix crash on Transforms/InstCombine/intrinsics.ll introduced by r89970 by Chris Lattner · 15 years ago
  99. 21f83a2 Fix PR5471 by removing an instcombine xform. Some pieces of the code by Chris Lattner · 15 years ago
  100. 2bbac75 implement a bunch of xforms for overflow intrinsics, based on a patch by Chris Lattner · 15 years ago