aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Added AssignTopologicalOrder() to assign each node an unique id based on thei...Evan Cheng2006-08-011-2/+7
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-2/+3
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-282-10/+8
* Update comments.Chris Lattner2006-07-281-13/+3
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-282-66/+53
* The smallvector dtor should destroy the elements.Chris Lattner2006-07-281-2/+12
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-281-2/+2
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-10/+0
* Working toward registration of register allocators.Jim Laskey2006-07-271-0/+70
* Resolve BB references with relocation.Evan Cheng2006-07-271-14/+0
* Add basic block machine relocation.Evan Cheng2006-07-271-5/+35
* AssignNodeIds should return unsigned.Evan Cheng2006-07-271-1/+1
* Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...Evan Cheng2006-07-272-41/+21
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-271-1/+5
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-271-4/+0
* Use std::copy instead of custom loops to take advantage of STL optimizations.Chris Lattner2006-07-271-5/+19
* Support jump tables when in PIC relocation modelNate Begeman2006-07-271-3/+9
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-1/+1
* For PR780:Reid Spencer2006-07-269-0/+29
* For PR780:Reid Spencer2006-07-2613-75/+34
* Add a new llvm::SmallVector template, which is similar to the vector class, butChris Lattner2006-07-261-0/+196
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-251-12/+0
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+19
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-212-18/+19
* Add new constructor to accept vector of exported names while creatingDevang Patel2006-07-201-0/+1
* Make sub- and super- register classes const.Evan Cheng2006-07-191-3/+3
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-191-30/+2
* Add an out-of-line virtual method for the sdnode class to give it a home.Chris Lattner2006-07-191-0/+3
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+3
* Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))Chris Lattner2006-07-181-1/+14
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-141-1/+2
* Add two helper functionsChris Lattner2006-07-141-0/+9
* Add another helper method.Chris Lattner2006-07-141-0/+4
* Add a new method for bugpoint to use.Chris Lattner2006-07-141-0/+5
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-121-13/+30
* 1. Support for c++ mangled names.Jim Laskey2006-07-111-1/+18
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-12/+27
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-071-6/+18
* #include <iosfwd> not <ostream>Chris Lattner2006-07-071-5/+2
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-071-7/+15
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-071-3/+4
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-071-12/+12
* Fix an embarassing bug reid noticedChris Lattner2006-07-071-1/+1
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-9/+8
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-061-10/+16
* Change the verifier to never throw an exception. Instead verifyModule canChris Lattner2006-07-061-2/+4
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-061-0/+18
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-291-1/+12
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-291-1/+11
* Add support for hidden visibilityChris Lattner2006-06-281-0/+23