1. 02dea4b Fix a typo I happened to notice. Rename include guards in the "usual" manner. by Brian Gaeke · 21 years ago
  2. 6ee548d Added doxygen comments for the streaming module provider. by Misha Brukman · 21 years ago
  3. 2f00285 Added functions to perform streaming function loading, doxygenified comments. by Misha Brukman · 21 years ago
  4. 4f901d6 Converted tabs to spaces. by Misha Brukman · 21 years ago
  5. fdf148e Materialize the module before releasing it. by Misha Brukman · 21 years ago
  6. 628bf09 Add prototype by Chris Lattner · 21 years ago
  7. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 21 years ago
  8. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  9. 8947071 Rename getEntryNode -> getEntryBlock() by Chris Lattner · 21 years ago
  10. b912491 Cleanup header file by Chris Lattner · 21 years ago
  11. 3fc6ef1 Expose the TCE pass by Chris Lattner · 21 years ago
  12. f091a53 Fix header, fix broken friend decl by Chris Lattner · 21 years ago
  13. 5175715 Unsquishify by Chris Lattner · 21 years ago
  14. b580232 Abstract interface for module providers, e.g. streaming bytecode reader. by Misha Brukman · 21 years ago
  15. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
  16. e9ba8b3 Added the ExecWait() function. by John Criswell · 21 years ago
  17. 0c448e5 Add new deleteBody method by Chris Lattner · 21 years ago
  18. c72b249 Do not segfault when the post-dominator tree is empty (ie, there are no return by Chris Lattner · 21 years ago
  19. 370910d Add prototype for the lowersetjmp pass by Chris Lattner · 21 years ago
  20. 317a61b Get rid of the whole "Node2" business, rename getNode() ->getBlock() to by Chris Lattner · 21 years ago
  21. 420a8bf Rework dominator and post dominator information so that we do not have to by Chris Lattner · 21 years ago
  22. f46057be Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 21 years ago
  23. 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
  24. 776f776 Fix spello by Chris Lattner · 21 years ago
  25. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  26. 69ecd0d Spelling fixes by Chris Lattner · 21 years ago
  27. 76b5f88 Fix bug: InstCombine/2003-09-09-VolatileLoadElim.ll by Chris Lattner · 21 years ago
  28. 8d8d361 Eliminate the unwind intrinsic, it is now an instruction by Chris Lattner · 21 years ago
  29. 3cd5c1d add support for the unwind inst by Chris Lattner · 21 years ago
  30. 47f3a94 Add the unwind instruction class by Chris Lattner · 21 years ago
  31. 9b7f42d Add new unwind instruction. Happily there was a slot leftover from when the by Chris Lattner · 21 years ago
  32. e5e475e Add support for volatile loads/stores by Chris Lattner · 21 years ago
  33. f10da33 No longer used by Brian Gaeke · 21 years ago
  34. 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 21 years ago
  35. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  36. f3c333e Zap some more unused static method decls by Brian Gaeke · 21 years ago
  37. b1678c6 Get friendly by Chris Lattner · 21 years ago
  38. f2bbe37 Reshuffling of APIs by Chris Lattner · 21 years ago
  39. 6f4e385 Remove method by Chris Lattner · 21 years ago
  40. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  41. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  42. 2a4a4b5 New method by Chris Lattner · 21 years ago
  43. ca37104 Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  44. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  45. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  46. b44cacb The description is no longer stored directly in the type. by Chris Lattner · 21 years ago
  47. b23043d Dead header file by Chris Lattner · 21 years ago
  48. 3dc48c5 Add RPR prototype here by Chris Lattner · 21 years ago
  49. 4f98928 Remove dead file by Chris Lattner · 21 years ago
  50. c5dc890 No longer require an OptInfo by Chris Lattner · 21 years ago
  51. 5ab12b5 Remove header files that were privatized by Chris Lattner · 21 years ago
  52. 1a3350d This file is never #included by Chris Lattner · 21 years ago
  53. b50b8b1 This file is just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  54. 01112bd Other minor cleanups while I'm in the area by Chris Lattner · 21 years ago
  55. c87c80d Fix spell-o by Chris Lattner · 21 years ago
  56. 2757af2 Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass by Chris Lattner · 21 years ago
  57. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  58. ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 21 years ago
  59. 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 21 years ago
  60. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 21 years ago
  61. 0c6a271 This should use Support/iterator, not <iterator> by Chris Lattner · 21 years ago
  62. 1da3398 Cleanups, move the getAnalysisUsage method to the .cpp file by Chris Lattner · 21 years ago
  63. a04e51f Fix an FLAT OUT WRONG comment by Chris Lattner · 21 years ago
  64. b55cae2 * Cleanups by Chris Lattner · 21 years ago
  65. fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 21 years ago
  66. c6c804b Minor simplification by Chris Lattner · 21 years ago
  67. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
  68. 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 21 years ago
  69. ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 21 years ago
  70. 5636eec s/Meth/F by Chris Lattner · 21 years ago
  71. 12d40d2 Add new helper function which makes it even easier to do this sort of thing by Chris Lattner · 21 years ago
  72. 004caf4 Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included by Chris Lattner · 21 years ago
  73. df9ec10 Move getAnalysisToUpdate to after the definition of AnalysisResolver. by Chris Lattner · 21 years ago
  74. 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 21 years ago
  75. 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
  76. 94949da Add new method by Chris Lattner · 21 years ago
  77. f68b8a2 Moved index in BB to common graph class. by Tanya Lattner · 21 years ago
  78. 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
  79. d04087c *** empty log message *** by Tanya Lattner · 21 years ago
  80. 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago
  81. 0320b14 SchedGraphCommon header file. Contains class definition for SchedGraphCommon which is used by SchedGraph and ModuloSchedGraph (coming soon). by Tanya Lattner · 21 years ago
  82. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  83. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  84. e3ac756 Targets should configure themselves based on the module, not some wierd flags by Chris Lattner · 21 years ago
  85. a7a35a8 Allow modules to have 'any' pointer size and endianness. by Chris Lattner · 21 years ago
  86. 6270f36 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  87. 9d3a1b2 Add versions of InlineFunction which work on Invoke instructions and general call sites by Chris Lattner · 21 years ago
  88. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago
  89. 4bd4aa5 Allow specifying the name for the newly split basic block by Chris Lattner · 21 years ago
  90. 3acbd5d Add period by Chris Lattner · 21 years ago
  91. 131d19f Rename SwitchInst::dest_push_back -> addCase Add new removeCase method by Chris Lattner · 21 years ago
  92. 2d710ff Of course, the copy ctor really should copy the operand as well by Chris Lattner · 21 years ago
  93. 8518e74 Add more methods to be more value-like by Chris Lattner · 21 years ago
  94. 88e1eef Initial checkin of ValueHolder helper class by Chris Lattner · 21 years ago
  95. b274d4a Add missing #include by Chris Lattner · 21 years ago
  96. 31a6db0 Changes to work better with GCC3.4/LLVM G++ by Chris Lattner · 21 years ago
  97. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  98. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  99. 7d8fab9 Remove unused file by Chris Lattner · 21 years ago
  100. 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 21 years ago