1. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  2. f33d00f Add prototypes for CheckMagic, IsArchive, and IsBytecode. by Brian Gaeke · 21 years ago
  3. 6a9127e VS: ---------------------------------------------------------------------- by Brian Gaeke · 21 years ago
  4. 3b120be Add new method by Chris Lattner · 21 years ago
  5. aeef8c7 Include forms of SplitCriticalEdge which work correctly with pred/succ iterators by Chris Lattner · 21 years ago
  6. 33e0a75 No really, I'm not on crack by Chris Lattner · 21 years ago
  7. b977ef2 Helper method by Chris Lattner · 21 years ago
  8. d9c5c5e Move isCriticalEdge & SplitCritical into this file. While we're at it, change by Chris Lattner · 21 years ago
  9. 4a05ba0 Move isCriticalEdge & SplitCritical edge out of this file, which is only by Chris Lattner · 21 years ago
  10. 9058349 Regenerated. by Brian Gaeke · 21 years ago
  11. 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
  12. d5b1245 Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out by Chris Lattner · 21 years ago
  13. 94db570 Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid by Chris Lattner · 21 years ago
  14. 4ba0f57 Add a warning about not "new"ing or "delete"ing CallSites by Brian Gaeke · 21 years ago
  15. 12a3f84 Added ability to register FunctionPasses as optimizations, with by Misha Brukman · 21 years ago
  16. d24fdda Declare FunctionPasses as such. by Misha Brukman · 21 years ago
  17. f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
  18. 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
  19. 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
  20. 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
  21. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  22. 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
  23. d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
  24. 4dad76c Update documentation since it was misleading: make it clear that a by Alkis Evlogimenos · 21 years ago
  25. e668dab Change all machine basic block modifier functions in MRegisterInfo to by Alkis Evlogimenos · 21 years ago
  26. c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
  27. ac50030 Allow CallSites to be used as the key of a map by Chris Lattner · 21 years ago
  28. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
  29. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
  30. 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
  31. bc53943 Did I mention that I _HATE_ CPRs? by Chris Lattner · 21 years ago
  32. b10bed8 Constant pointer refs are causing these to fail unnecessarily, which is causing by Chris Lattner · 21 years ago
  33. 072ddb1 Expose new print methods by Chris Lattner · 21 years ago
  34. 0836bf7 New interface by Chris Lattner · 21 years ago
  35. 0b64ca3 Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. by Brian Gaeke · 21 years ago
  36. 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 21 years ago
  37. 9f6a519 Tighten up what we consider to be first class types. by Chris Lattner · 21 years ago
  38. 78e1dcc Add support for utostr(unsigned long) by Brian Gaeke · 21 years ago
  39. 681453d Pull in stdint.h here, if we have it. Some systems keep by Brian Gaeke · 21 years ago
  40. a3a1c2d Add new method by Chris Lattner · 21 years ago
  41. 8be7aa1 Remove __STDC_LIMIT_MACROS from here. by Brian Gaeke · 21 years ago
  42. 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  43. 7c4098e Add assertions by Chris Lattner · 21 years ago
  44. 4a2c0e9 Fix bug in eon hopefully by Chris Lattner · 21 years ago
  45. 815904d Include new prototype by Chris Lattner · 21 years ago
  46. d97487d Actually share constants local to a function! by Chris Lattner · 21 years ago
  47. 0bd2189 Fix apparent typo in head-of-file comment. by Brian Gaeke · 21 years ago
  48. e1ff6cd I think this file is not included by anything. by Brian Gaeke · 21 years ago
  49. c149c47 Add two new function stubs for viewing the CFG of a function inside of the by Chris Lattner · 21 years ago
  50. 5f7e61d Add a new map by Chris Lattner · 21 years ago
  51. 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
  52. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
  53. 1fc0d67 Oops. Typo. by John Criswell · 21 years ago
  54. 2efc5b5 Added LLVM header notice. by John Criswell · 21 years ago
  55. b2109ce Added LLVM notice. by John Criswell · 21 years ago
  56. a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 21 years ago
  57. 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
  58. 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
  59. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
  60. 9573b91 Return the Module being materialized to avoid always calling getModule(). by Misha Brukman · 21 years ago
  61. 5358bc3 Add stub version of replaceMachineCodeForFunction. It will live here until by Brian Gaeke · 21 years ago
  62. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 21 years ago
  63. 661ab81 This file has funny include guards and funny extra whitespace. by Brian Gaeke · 21 years ago
  64. 7034adb If we move the constructors to the .cpp file, we can drop the #include by Misha Brukman · 21 years ago
  65. e635403 Add weak linking type by Chris Lattner · 21 years ago
  66. 202884f Completely rewrite support for the Value::use_* list. Now, all operations on by Chris Lattner · 21 years ago
  67. ed60e1c Vector is my friend, do you like vector? by Chris Lattner · 21 years ago
  68. 978e2cb lalala by Chris Lattner · 21 years ago
  69. ea2c1dc We'll need this soon as well by Chris Lattner · 21 years ago
  70. 803f03e This file uses assert and doesn't include anything which already #includes <cassert> by Chris Lattner · 21 years ago
  71. 33922eb Remove usage of use_size() by Chris Lattner · 21 years ago
  72. 14d9ce7 Add new hasOneUse() method. Remove explicit inline qualifiers by Chris Lattner · 21 years ago
  73. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 21 years ago
  74. b6c54ed Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  75. deb1740 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  76. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  77. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  78. 1e79609 Add missing default argument by Chris Lattner · 21 years ago
  79. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
  80. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  81. 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
  82. ba7beb0 Add operator= for type iterators to make them assignable by Chris Lattner · 21 years ago
  83. 814f622 Remove explicit inline qualifiers when the implicit ones work just as well by Chris Lattner · 21 years ago
  84. d7db1fb Add new op_erase method by Chris Lattner · 21 years ago
  85. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  86. 7f9bb6e Rename method to indicate what it does by Chris Lattner · 21 years ago
  87. 854f9c4 No longer used anywhere. by Brian Gaeke · 21 years ago
  88. d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
  89. 50f7129 Use 'F' for Function instead of 'M'. by Misha Brukman · 21 years ago
  90. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
  91. 97622b1 Add a method to reserve space for operands by Chris Lattner · 21 years ago
  92. 342be12 Kill warning when compiling in optimized mode by Chris Lattner · 21 years ago
  93. 1bc33a5 Make getContainedType more efficient by not returning null if out of range! by Chris Lattner · 21 years ago
  94. 185a7ab Forward declare class Type since it is used in this class and Type.h is not included by Alkis Evlogimenos · 21 years ago
  95. cbeedf7 Regenerated with (at top-level llvm directory): by Brian Gaeke · 21 years ago
  96. 29f7361 Moved to llvm/include/llvm/Support because it is LLVM-specific. by Misha Brukman · 21 years ago
  97. b0a994b Remove unneeded dtors by Chris Lattner · 21 years ago
  98. aacd3c8 Doxygenize class comments. Add new NamedRegionTimer class by Chris Lattner · 21 years ago
  99. 43f820d Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 21 years ago
  100. 5e5252b Add new prototype for createLowerInvokePass(). Make simplifycfg be a by Chris Lattner · 21 years ago