summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add new constructor to accept vector of exported names while creatingDevang Patel2006-07-20
* Make sub- and super- register classes const.Evan Cheng2006-07-19
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-19
* Add an out-of-line virtual method for the sdnode class to give it a home.Chris Lattner2006-07-19
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-18
* Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))Chris Lattner2006-07-18
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-14
* Add two helper functionsChris Lattner2006-07-14
* Add another helper method.Chris Lattner2006-07-14
* Add a new method for bugpoint to use.Chris Lattner2006-07-14
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-12
* 1. Support for c++ mangled names.Jim Laskey2006-07-11
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-07
* #include <iosfwd> not <ostream>Chris Lattner2006-07-07
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-07
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-07
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-07
* Fix an embarassing bug reid noticedChris Lattner2006-07-07
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-06
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-06
* Change the verifier to never throw an exception. Instead verifyModule canChris Lattner2006-07-06
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-06
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-29
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-29
* Add support for hidden visibilityChris Lattner2006-06-28
* Allow EmitConstantPool to be redefined by derived classes.Evan Cheng2006-06-28
* For PR801:Reid Spencer2006-06-27
* Add a new method.Chris Lattner2006-06-26
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-23
* Added jump table address relocation.Evan Cheng2006-06-23
* Whoops, missed a couple more C-style casts.Reid Spencer2006-06-21
* Use C++ style casts instead of C-style casts to shut up compiler warningsReid Spencer2006-06-21
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* Fix non-64-bit clean code.Evan Cheng2006-06-21
* Fix build on old compilersAndrew Lenharth2006-06-20
* Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth2006-06-19
* Clean upEvan Cheng2006-06-17
* Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner2006-06-16
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-16
* move headerAndrew Lenharth2006-06-16
* 1. Revise vector debug support.Jim Laskey2006-06-16
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-15
* Add some more matcher classes for shifts.Chris Lattner2006-06-15
* Avoid undesirable behavior when assert is not enabled.Evan Cheng2006-06-15
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-15
* Change versioning to per debug info descriptor (merged with tag.)Jim Laskey2006-06-14
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-14
* Start on my todo listAndrew Lenharth2006-06-12
* Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...Owen Anderson2006-06-11