summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Forgot the added files for plugable machine passes.Jim Laskey2006-08-01
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Added AssignTopologicalOrder() to assign each node an unique id based on thei...Evan Cheng2006-08-01
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-28
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Update comments.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* The smallvector dtor should destroy the elements.Chris Lattner2006-07-28
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-28
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-28
* Working toward registration of register allocators.Jim Laskey2006-07-27
* Resolve BB references with relocation.Evan Cheng2006-07-27
* Add basic block machine relocation.Evan Cheng2006-07-27
* AssignNodeIds should return unsigned.Evan Cheng2006-07-27
* Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...Evan Cheng2006-07-27
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-27
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-27
* Use std::copy instead of custom loops to take advantage of STL optimizations.Chris Lattner2006-07-27
* Support jump tables when in PIC relocation modelNate Begeman2006-07-27
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-26
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-07-26
* Add a new llvm::SmallVector template, which is similar to the vector class, butChris Lattner2006-07-26
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-25
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-21
* 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