1. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  2. fc188b9 IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h by Brian Gaeke · 21 years ago
  3. 18cb4c3 add two new virtual functions: by Chris Lattner · 21 years ago
  4. a08bca9 Since ssaification of the varargs builtings, the vaarg instruction no longer by Chris Lattner · 21 years ago
  5. 4768dc5 Regenerated using autoheader-2.57 by Brian Gaeke · 21 years ago
  6. eae45cf The recalclulate method was a nasty hack that was once used by the -cee pass, by Chris Lattner · 21 years ago
  7. 31b9353 Rewrite dominators implementation. Now domset is constructed from immdom, by Chris Lattner · 21 years ago
  8. 677d027 Move this method out of the generic dominators calculation code by Chris Lattner · 21 years ago
  9. b27ef24 Move operator<<(std::ostream&, const LiveInterval&) out of the header file. by Alkis Evlogimenos · 21 years ago
  10. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 21 years ago
  11. 7f5dbcc Add new block number by Chris Lattner · 21 years ago
  12. d540e2c Remove unused enum value by Chris Lattner · 21 years ago
  13. 786a518 Add some "useful" methods by Chris Lattner · 21 years ago
  14. f17072b be GCC 3.4 clean by Chris Lattner · 21 years ago
  15. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
  16. d423fb5 fix gcc 3.4 compatibility problem by Chris Lattner · 21 years ago
  17. 6c7901b It is legal to index into sequential types with any integer by Chris Lattner · 21 years ago
  18. c4c6b9e Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references by Chris Lattner · 21 years ago
  19. 94a28c6 Rename class to be consistent with other iterator classes by Chris Lattner · 21 years ago
  20. 19ed305 Initial checkin of gep_type_begin/end which will be used to address PR82 by Chris Lattner · 21 years ago
  21. a140b3c Expose functionality to query if a file is an ELF shared object. by Misha Brukman · 21 years ago
  22. 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
  23. 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
  24. 593ba8f Somehow I forgot poor little UnwindInst *sniff* by Chris Lattner · 21 years ago
  25. dd56927 * Add new constructors to allow insertion of terminator instructions at the by Chris Lattner · 21 years ago
  26. ff0cbe1 Merging the linear scan register allocator in trunk. It currently passes most tests under test/Programs/SingleSource/Benchmarks/Shootout so development will continue on trunk. The allocator is not enabled by default. You will need to pass -regallo=linearscan to lli or llc to use it. by Alkis Evlogimenos · 21 years ago
  27. ff336a4 Regenerated using autoheader-2.57 by Brian Gaeke · 21 years ago
  28. 5d5a714 Implement == and != correctly. Before they would incorrectly return != by Chris Lattner · 21 years ago
  29. 48babfa The ConstantPointer class is now gone. by Chris Lattner · 21 years ago
  30. 0dc3969 Constant folding shalt not be built on annotations by Chris Lattner · 21 years ago
  31. 825b02d Fix copy-and-pasteo by Chris Lattner · 21 years ago
  32. 8b70b78 Fixes for PR114: Thanks to Reid Spencer! by Chris Lattner · 21 years ago
  33. 60e9742 This is obviously illegal C++ code, but was apparently accepted by 3.3 by Chris Lattner · 21 years ago
  34. 21fc51d Add methods for implementation by Chris Lattner · 21 years ago
  35. a3f5f80 Remove needless dependence on boost by Chris Lattner · 21 years ago
  36. de0579d Add namespace qualifier by Chris Lattner · 21 years ago
  37. 2d3e1ee Minor cleanups by Chris Lattner · 21 years ago
  38. 7d26815 Add an initial version of the CompleteBUDataStructures pass by Chris Lattner · 21 years ago
  39. e94e0ed Fix faulty namespacification by Chris Lattner · 21 years ago
  40. fed0b29 Regress to not using the llvm namespace. by John Criswell · 21 years ago
  41. f58aefc Add argument by Chris Lattner · 21 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  43. f33d00f Add prototypes for CheckMagic, IsArchive, and IsBytecode. by Brian Gaeke · 21 years ago
  44. 6a9127e VS: ---------------------------------------------------------------------- by Brian Gaeke · 21 years ago
  45. 3b120be Add new method by Chris Lattner · 21 years ago
  46. aeef8c7 Include forms of SplitCriticalEdge which work correctly with pred/succ iterators by Chris Lattner · 21 years ago
  47. 33e0a75 No really, I'm not on crack by Chris Lattner · 21 years ago
  48. b977ef2 Helper method by Chris Lattner · 21 years ago
  49. d9c5c5e Move isCriticalEdge & SplitCritical into this file. While we're at it, change by Chris Lattner · 21 years ago
  50. 4a05ba0 Move isCriticalEdge & SplitCritical edge out of this file, which is only by Chris Lattner · 21 years ago
  51. 9058349 Regenerated. by Brian Gaeke · 21 years ago
  52. 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
  53. d5b1245 Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out by Chris Lattner · 21 years ago
  54. 94db570 Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid by Chris Lattner · 21 years ago
  55. 4ba0f57 Add a warning about not "new"ing or "delete"ing CallSites by Brian Gaeke · 21 years ago
  56. 12a3f84 Added ability to register FunctionPasses as optimizations, with by Misha Brukman · 21 years ago
  57. d24fdda Declare FunctionPasses as such. by Misha Brukman · 21 years ago
  58. f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
  59. 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
  60. 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
  61. 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
  62. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  63. 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
  64. d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
  65. 4dad76c Update documentation since it was misleading: make it clear that a by Alkis Evlogimenos · 21 years ago
  66. e668dab Change all machine basic block modifier functions in MRegisterInfo to by Alkis Evlogimenos · 21 years ago
  67. c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
  68. ac50030 Allow CallSites to be used as the key of a map by Chris Lattner · 21 years ago
  69. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
  70. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
  71. 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
  72. bc53943 Did I mention that I _HATE_ CPRs? by Chris Lattner · 21 years ago
  73. b10bed8 Constant pointer refs are causing these to fail unnecessarily, which is causing by Chris Lattner · 21 years ago
  74. 072ddb1 Expose new print methods by Chris Lattner · 21 years ago
  75. 0836bf7 New interface by Chris Lattner · 21 years ago
  76. 0b64ca3 Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. by Brian Gaeke · 21 years ago
  77. 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 21 years ago
  78. 9f6a519 Tighten up what we consider to be first class types. by Chris Lattner · 21 years ago
  79. 78e1dcc Add support for utostr(unsigned long) by Brian Gaeke · 21 years ago
  80. 681453d Pull in stdint.h here, if we have it. Some systems keep by Brian Gaeke · 21 years ago
  81. a3a1c2d Add new method by Chris Lattner · 21 years ago
  82. 8be7aa1 Remove __STDC_LIMIT_MACROS from here. by Brian Gaeke · 21 years ago
  83. 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  84. 7c4098e Add assertions by Chris Lattner · 21 years ago
  85. 4a2c0e9 Fix bug in eon hopefully by Chris Lattner · 21 years ago
  86. 815904d Include new prototype by Chris Lattner · 21 years ago
  87. d97487d Actually share constants local to a function! by Chris Lattner · 21 years ago
  88. 0bd2189 Fix apparent typo in head-of-file comment. by Brian Gaeke · 21 years ago
  89. e1ff6cd I think this file is not included by anything. by Brian Gaeke · 21 years ago
  90. c149c47 Add two new function stubs for viewing the CFG of a function inside of the by Chris Lattner · 21 years ago
  91. 5f7e61d Add a new map by Chris Lattner · 21 years ago
  92. 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
  93. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
  94. 1fc0d67 Oops. Typo. by John Criswell · 21 years ago
  95. 2efc5b5 Added LLVM header notice. by John Criswell · 21 years ago
  96. b2109ce Added LLVM notice. by John Criswell · 21 years ago
  97. a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 21 years ago
  98. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  99. 4661dc6 Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  100. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago