1. be57765 Step #1 to giving Callgraph some sane invariants. The problems with callgraph by Chris Lattner · 16 years ago
  2. b0b822c fix some cases where instcombine would change hte IR but not return true by Chris Lattner · 16 years ago
  3. f3a1c15 cleanups, factor some code out to a helper function by Chris Lattner · 16 years ago
  4. 46ca76f fix a crash building SPASS by tolerating a callsite that doesn't exist by Chris Lattner · 16 years ago
  5. d43d5e8 comment and simplify some code. by Chris Lattner · 16 years ago
  6. a3512bd add -debug output by Chris Lattner · 16 years ago
  7. 931f8f3 improve -debug output, so that -debug is more likely to print when by Chris Lattner · 16 years ago
  8. 95afdfe fix a bug I introduced with my 'instcombine builder' refactoring by Chris Lattner · 16 years ago
  9. 98a27ce simplify some code by making the SCCNodes set contain Function*'s by Chris Lattner · 16 years ago
  10. 3061108 only print the override triple if it exists! by Chris Lattner · 16 years ago
  11. b374b90 Fix PR4834, a tricky case where the inliner would resolve an by Chris Lattner · 16 years ago
  12. 2adb830 use an accessor instead of poking internals of a node. by Chris Lattner · 16 years ago
  13. b0fc781 CMake: updated library dependencies. by Oscar Fuentes · 16 years ago
  14. 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
  15. 5e794d4 update unit test for previous change. by Chris Lattner · 16 years ago
  16. 5095e3d Fix some nasty callgraph dangling pointer problems in by Chris Lattner · 16 years ago
  17. 52248ff Fix header comment for bindings/ocaml/llvm/Makefile. by Erick Tryzelaar · 16 years ago
  18. bf4a68e Make sure we specify no arguments for context functions. by Erick Tryzelaar · 16 years ago
  19. 23603a6 add a dump() method on callgraph. by Chris Lattner · 16 years ago
  20. 0665552 rename test by Chris Lattner · 16 years ago
  21. 409255e merge all sinking tests into one and convert them to filecheck. by Chris Lattner · 16 years ago
  22. 7025264 convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromote.ll into it. by Chris Lattner · 16 years ago
  23. 251829e eliminate some uses of prcontext. Any help here would be appreciated :) by Chris Lattner · 16 years ago
  24. b2e673c rename test so that name reflects what it is testing for. by Chris Lattner · 16 years ago
  25. aaf6159 convert to filecheck format. by Chris Lattner · 16 years ago
  26. 4007241 suck a bunch more gep tests into getelementptr.ll and filecheckize them all. by Chris Lattner · 16 years ago
  27. 4a1fada Tweak comment. by Daniel Dunbar · 16 years ago
  28. 12420d3 Fix some possible-use-of-uninitialized warnings. by Daniel Dunbar · 16 years ago
  29. ad5b153 consolodate various GEP tests into getelementptr.ll using filecheck. by Chris Lattner · 16 years ago
  30. d0585ff another huge testcase, this time from 'gs' in llvm-test. by Chris Lattner · 16 years ago
  31. f966e53 remove another poorly-reduced testcase which came from ldecod in llvm-test. by Chris Lattner · 16 years ago
  32. 650e821 this testcase is 500 lines long and is distilled from bzip2, just remove it. by Chris Lattner · 16 years ago
  33. e30f0b7 convert to filecheck by Chris Lattner · 16 years ago
  34. 2de2319 Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x by Chris Lattner · 16 years ago
  35. 963f4ba misc cleanup by Chris Lattner · 16 years ago
  36. 8a67ac5 add getPointerAddressSpace() to GEP instruction, use the method by Chris Lattner · 16 years ago
  37. 2345d1d eliminate InsertCastBefore, use the builder instead. by Chris Lattner · 16 years ago
  38. 08142f2 eliminate InsertBitCastBefore, just use the builder instead. by Chris Lattner · 16 years ago
  39. a07ae6b add a "getPointerAddressSpace" helper method to LoadInst and StoreInst. by Chris Lattner · 16 years ago
  40. d91aafd Add missed pattern by Anton Korobeynikov · 16 years ago
  41. f925cbd convert a bunch more calls to InsertNewInstBefore to use by Chris Lattner · 16 years ago
  42. 75551f7 fix typo by Chris Lattner · 16 years ago
  43. 77bc60e hopefully unbreak the build by making this-> explicit for dependent by Chris Lattner · 16 years ago
  44. b00c03b EXTRACT_VECTOR_ELEMENT can have result type different from element type. by Anton Korobeynikov · 16 years ago
  45. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago
  46. 7438106 give instcombine a custom IRBuilder that adds new instructions to the by Chris Lattner · 16 years ago
  47. 3a3cb6c Update test. by Daniel Dunbar · 16 years ago
  48. 3c4e38e add a new InstCombineWorklist::AddValue method that works even by Chris Lattner · 16 years ago
  49. e5ecdb5 move AddUsersToWorkList to the worklist processing class, make the by Chris Lattner · 16 years ago
  50. c3a3e36 rename AddUsesToWorkList -> AddOperandsToWorkList. The by Chris Lattner · 16 years ago
  51. df65eaf llvm-mc/X86: Encode constant MCValue's correctly. by Daniel Dunbar · 16 years ago
  52. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 16 years ago
  53. 7a1e924 inline the trivial AddToWorkList/RemoveFromWorkList methods by Chris Lattner · 16 years ago
  54. 878daed fix a bug I introduced in r80478 found by the build bot. by Chris Lattner · 16 years ago
  55. 873ff01 refactor instcombine's worklist processing stuff out to its own class. by Chris Lattner · 16 years ago
  56. 32859c7 make DenseMap::clear() early exit if there is nothing to do. by Chris Lattner · 16 years ago
  57. 0a9ad97 some minor cleanups to IRBuilder, factor the insertion by Chris Lattner · 16 years ago
  58. ab98484 more cleanups: remove some redundant code, and simplify some other places. by Chris Lattner · 16 years ago
  59. f9b91bb eliminate the temporary SrcGEPOperands smallvector. by Chris Lattner · 16 years ago
  60. 6e24d83 simplify/detangle some control flow. by Chris Lattner · 16 years ago
  61. ccf4b34 simplify and cleanup some code, remove some code that just by Chris Lattner · 16 years ago
  62. 0819cfb default count-aa to -print-all. The whole reason to use count-aa is by Chris Lattner · 16 years ago
  63. 8ed2114 Nuke moribund "std::string" version of EOL(..., Encoding). by Bill Wendling · 16 years ago
  64. e987483 Add AutoGenerated.inc to svn:ignore. by Dan Gohman · 16 years ago
  65. 14ef4f0 Remove an unnecessary Context argument. by Dan Gohman · 16 years ago
  66. 4190554 Minor logic simplification. by Dan Gohman · 16 years ago
  67. ed77e52 Add some comments. by Dan Gohman · 16 years ago
  68. f8a87e8 Cleanup whitespace and indentation. by Dan Gohman · 16 years ago
  69. c34ee42 Remove some unused fields. by Dan Gohman · 16 years ago
  70. 71a258c CMOV_GR8 clobbers EFLAGS when its expansion involves an xor to set by Dan Gohman · 16 years ago
  71. ac6f73a Inline empty destructor. by Benjamin Kramer · 16 years ago
  72. d1e1d39 Fix warning about non-virtual destructor. by Bill Wendling · 16 years ago
  73. 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
  74. b5abecd Add a form of EOL which emits the text version of a DWARF format encoding. This by Bill Wendling · 16 years ago
  75. cdfa01b PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type by Bob Wilson · 16 years ago
  76. 6fefceb Make the augmentation size and next set of bytes agree on size, by Eric Christopher · 16 years ago
  77. 91dc33a Fix OProfile support after r80406 changed the DebugInfo interface from by Jeffrey Yasskin · 16 years ago
  78. 7886cd8 Another stab at fixing up register kill flags after post-RA scheduling. by David Goodwin · 16 years ago
  79. 71624cc Do not assert on too wide splats we don't support. by Anton Korobeynikov · 16 years ago
  80. 2324bdc Add missed extract_element pattern by Anton Korobeynikov · 16 years ago
  81. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  82. e4e4ed3 Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bunch of nasty code in ARM asm printer. by Evan Cheng · 16 years ago
  83. dbfcdb9 Nuke trailing whitespace. by Eric Christopher · 16 years ago
  84. e5f1b2f Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the by Daniel Dunbar · 16 years ago
  85. 1c29357 Read Makefile.config before using LLVMGCC. by Andreas Neustifter · 16 years ago
  86. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 16 years ago
  87. 6f9bb6f Short-term workaround for frame-related weirdness on win64. by Anton Korobeynikov · 16 years ago
  88. 1cb2de3 rm needs -f by Torok Edwin · 16 years ago
  89. 0debb15 Remove the llvmprof.out from the test output, otherwise running by Torok Edwin · 16 years ago
  90. 6ef116d Preparation for Optimal Edge Profiling: by Andreas Neustifter · 16 years ago
  91. 1896727 Remove profiling output file because two consecutive runs of make check give by Andreas Neustifter · 16 years ago
  92. cf4f719 Removed unnecessary file creation during test. by Andreas Neustifter · 16 years ago
  93. 82fdced Pulled all tests into one test. Removed some redundant tests. Rename. by Andreas Neustifter · 16 years ago
  94. 19bb87d Fix -Asserts warning, round two. by Daniel Dunbar · 16 years ago
  95. 8c3eaf4 llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 16 years ago
  96. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 16 years ago
  97. d17479e Print a nl before pic labels so they start at a new line. This makes assembly more readable. by Evan Cheng · 16 years ago
  98. 79331b2 Since all std::cout is gone, also remove iostream include. by Andreas Neustifter · 16 years ago
  99. 798261c Readded test from r79615, this tests the complete profiling tool chain. Furhter by Andreas Neustifter · 16 years ago
  100. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 16 years ago