aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow EmitConstantPool to be redefined by derived classes.Evan Cheng2006-06-281-1/+1
* For PR801:Reid Spencer2006-06-271-0/+58
* Add a new method.Chris Lattner2006-06-261-0/+7
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-233-16/+15
* Added jump table address relocation.Evan Cheng2006-06-231-4/+35
* Whoops, missed a couple more C-style casts.Reid Spencer2006-06-211-2/+2
* Use C++ style casts instead of C-style casts to shut up compiler warningsReid Spencer2006-06-211-6/+18
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-214-8/+13
* Fix non-64-bit clean code.Evan Cheng2006-06-211-1/+2
* Fix build on old compilersAndrew Lenharth2006-06-201-1/+1
* Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth2006-06-191-1/+10
* Clean upEvan Cheng2006-06-171-2/+1
* Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner2006-06-161-8/+14
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-161-10/+11
* move headerAndrew Lenharth2006-06-162-1/+1
* 1. Revise vector debug support.Jim Laskey2006-06-162-34/+53
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-152-4/+14
* Add some more matcher classes for shifts.Chris Lattner2006-06-151-6/+21
* Avoid undesirable behavior when assert is not enabled.Evan Cheng2006-06-151-3/+3
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-151-1/+14
* Change versioning to per debug info descriptor (merged with tag.)Jim Laskey2006-06-141-26/+21
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-141-5/+17
* Start on my todo listAndrew Lenharth2006-06-121-3/+2
* Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...Owen Anderson2006-06-111-0/+3
* Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...Evan Cheng2006-06-111-4/+1
* Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...Owen Anderson2006-06-091-1/+4
* Update some comments, and expose LCSSAID in preparation for having other passesOwen Anderson2006-06-081-0/+1
* For PR804:Reid Spencer2006-06-081-1/+1
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-081-1/+8