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