summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Enable JIT when the platform supports it.John Criswell2003-07-29
* Fix copy and paste-oChris Lattner2003-07-29
* Move value type enums to CodeGen/ValueTypes.hChris Lattner2003-07-29
* Define target value types in a form usable by target-independent codeChris Lattner2003-07-29
* Add alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-28
* Lined things up in a more aesthetically pleasing way.Misha Brukman2003-07-28
* Removed extra parenthesis and fixed spelling.Misha Brukman2003-07-28
* Need to include <string> to fix compile error on SunTanya Lattner2003-07-28
* Code generation phases are not allowed to modify the LLVM representation.Chris Lattner2003-07-26
* Whoops, this one was neededChris Lattner2003-07-26
* Remove extraneous #includesChris Lattner2003-07-26
* Remove #includesChris Lattner2003-07-26
* Change the way unused regs. are marked and found to consider regTypeVikram S. Adve2003-07-25
* Add an assertion.Vikram S. Adve2003-07-25
* Forward-declare class Module to make the header file self-contained.Brian Gaeke2003-07-25
* More cassert inclusion for GCC 3.3Chris Lattner2003-07-25
* #include <cassert> as necessary...Chris Lattner2003-07-25
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-25
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-25
* Remove inline declarations that GCC 3.3 doesn't like without a bodyChris Lattner2003-07-25
* Regardless of whether C provides assert.h, C++ source can always includeChris Lattner2003-07-25
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-25
* This header works with GCC 3.3Chris Lattner2003-07-25
* Add includes of assertChris Lattner2003-07-25
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-25
* Add assert.h includeChris Lattner2003-07-25
* Convert to C++ style commentsChris Lattner2003-07-25
* Include vector into these two files to ensure that specializations likeVikram S. Adve2003-07-25
* Cleanups:Brian Gaeke2003-07-24
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-24
* Add support for ~ operator on constantsChris Lattner2003-07-23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* Add more doxygen comments, add new ConstantInt::getRawValue methodChris Lattner2003-07-23
* Added special consideration for instrumentation strategyAnand Shukla2003-07-20
* (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodesVikram S. Adve2003-07-16
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Values stored in CallArgsDescriptor cannot be const.Vikram S. Adve2003-07-10
* Change interface to MachineInstr::substituteValue to specify more preciselyVikram S. Adve2003-07-10
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-10
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-10
* INCLUDE_PARENT_GRAPH is requiredChris Lattner2003-07-02
* Remove dead methodChris Lattner2003-07-02
* Add new methodsChris Lattner2003-07-02
* Disable the parent graph code when not compiled in DEBUG modeChris Lattner2003-07-02