summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Remove unused fileChris Lattner2003-08-21
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-19
* Add new methods, update commentsChris Lattner2003-08-18
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-16
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-15
* hash_map and hash_set:Misha Brukman2003-08-15
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-15
* Remove extraneous #includeChris Lattner2003-08-15
* Add support for basic blocks, unary/binary unspecs, conditional branches, ...Chris Lattner2003-08-15
* Remove extraneous cl:: namespace qualifiersChris Lattner2003-08-14
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-14
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-14
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* addPassesToJITCompile and addPassesToEmitMachineCode now take aBrian Gaeke2003-08-13
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-13
* Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps.Vikram S. Adve2003-08-12
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-12
* If we can't find INT64_MAX, set it to a reasonable default value,Brian Gaeke2003-08-11
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-11
* Initial checkin of SelectionDAG header fileChris Lattner2003-08-11
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Added a flag which is set when all data structures are not pool allocatedSumant Kowshik2003-08-07
* There was no reason for these to be bit-fields, they just need to be unique.Chris Lattner2003-08-07
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-06
* Completely eliminate the per-machine-instruction regsUsed set.Chris Lattner2003-08-05
* Do not insert physical regsiters into the regsUsed setChris Lattner2003-08-05
* Add a comment to the method declChris Lattner2003-08-05
* Remove unused methodChris Lattner2003-08-05
* Added declaration of mergeInGlobalsGraphSumant Kowshik2003-08-05
* All callers of these methods actually wanted them to preserve the flags,Chris Lattner2003-08-05
* Added the declaration of InlineIndirectCallsSumant Kowshik2003-08-05
* The NOOP instruction is no longer needed. Instead, use theChris Lattner2003-08-03
* CVS, please don't tell us that we have a new config.h file, everyone knows that.Chris Lattner2003-08-03
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-01
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-01
* New fileChris Lattner2003-08-01
* This file doesn't need this includeChris Lattner2003-08-01
* Renamed trapping instruction function to be more consistent with other functi...Tanya Lattner2003-07-31
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-31
* Code generation passes don't need access to raw LLVM types, this method is un...Chris Lattner2003-07-30
* Unify all constant evaluations that depend on register sizeVikram S. Adve2003-07-29
* Moved insertCallerSavingCode() to PhyRegAlloc andVikram S. Adve2003-07-29
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-29