aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of SelectionDAG header fileChris Lattner2003-08-111-0/+334
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-072-10/+12
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-074-20/+20
* Added a flag which is set when all data structures are not pool allocatedSumant Kowshik2003-08-071-0/+5
* There was no reason for these to be bit-fields, they just need to be unique.Chris Lattner2003-08-071-11/+15
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-061-0/+76
* Completely eliminate the per-machine-instruction regsUsed set.Chris Lattner2003-08-051-15/+0
* Do not insert physical regsiters into the regsUsed setChris Lattner2003-08-051-2/+0
* Add a comment to the method declChris Lattner2003-08-052-14/+22
* Remove unused methodChris Lattner2003-08-051-3/+0
* Added declaration of mergeInGlobalsGraphSumant Kowshik2003-08-052-0/+4
* All callers of these methods actually wanted them to preserve the flags,Chris Lattner2003-08-051-10/+4
* Added the declaration of InlineIndirectCallsSumant Kowshik2003-08-051-1/+6
* The NOOP instruction is no longer needed. Instead, use theChris Lattner2003-08-031-5/+2
* CVS, please don't tell us that we have a new config.h file, everyone knows that.Chris Lattner2003-08-031-0/+1
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-014-42/+106
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-012-20/+2
* New fileChris Lattner2003-08-012-0/+58
* This file doesn't need this includeChris Lattner2003-08-012-10/+0
* Renamed trapping instruction function to be more consistent with other functi...Tanya Lattner2003-07-311-3/+3
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-311-1/+7
* Code generation passes don't need access to raw LLVM types, this method is un...Chris Lattner2003-07-301-2/+1
* Unify all constant evaluations that depend on register sizeVikram S. Adve2003-07-291-0/+16
* Moved insertCallerSavingCode() to PhyRegAlloc andVikram S. Adve2003-07-291-19/+22
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-291-3/+7
* Enable JIT when the platform supports it.John Criswell2003-07-293-4/+31
* Fix copy and paste-oChris Lattner2003-07-291-1/+1
* Move value type enums to CodeGen/ValueTypes.hChris Lattner2003-07-291-20/+1
* Define target value types in a form usable by target-independent codeChris Lattner2003-07-291-0/+33
* Add alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-281-5/+19
* Lined things up in a more aesthetically pleasing way.Misha Brukman2003-07-281-2/+2
* Removed extra parenthesis and fixed spelling.Misha Brukman2003-07-281-2/+2
* Need to include <string> to fix compile error on SunTanya Lattner2003-07-281-0/+1
* Code generation phases are not allowed to modify the LLVM representation.Chris Lattner2003-07-261-3/+3
* Whoops, this one was neededChris Lattner2003-07-261-0/+1
* Remove extraneous #includesChris Lattner2003-07-261-1/+0
* Remove #includesChris Lattner2003-07-264-4/+0
* Change the way unused regs. are marked and found to consider regTypeVikram S. Adve2003-07-251-24/+49
* Add an assertion.Vikram S. Adve2003-07-251-2/+1
* Forward-declare class Module to make the header file self-contained.Brian Gaeke2003-07-251-0/+1
* More cassert inclusion for GCC 3.3Chris Lattner2003-07-251-0/+1
* #include <cassert> as necessary...Chris Lattner2003-07-255-0/+5
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-252-2/+2
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-252-2/+2
* Remove inline declarations that GCC 3.3 doesn't like without a bodyChris Lattner2003-07-251-3/+3
* Regardless of whether C provides assert.h, C++ source can always includeChris Lattner2003-07-251-23/+0
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-255-10/+9
* This header works with GCC 3.3Chris Lattner2003-07-251-2/+2
* Add includes of assertChris Lattner2003-07-254-0/+4
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-252-2/+6