summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-271-1/+1
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-271-1/+1
* Remove dead data member in MRegisterInfo class. Thanks sabre!Nate Begeman2004-10-271-1/+0
* Wrap comments at 80 colsMisha Brukman2004-10-261-1/+2
* Fix headerChris Lattner2004-10-261-1/+1
* * DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman2004-10-262-12/+9
* Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner2004-10-261-32/+5
* Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman2004-10-261-9/+0
* Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-251-26/+0
* Patch to support MSVC better, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Patch to support MSVC correctly, contributed by Morten Ofstad!Chris Lattner2004-10-251-1/+2
* Fix grammar in comments to getSizeOf()Misha Brukman2004-10-241-1/+1
* Improve comments and wrap to 80 columns.Alkis Evlogimenos2004-10-241-2/+3
* Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos2004-10-241-0/+4
* If we're going to make the braces of functions line up for ease of readabilityMisha Brukman2004-10-191-6/+6
* Remove unnecessary spaces in function signatureMisha Brukman2004-10-191-1/+1
* * Fit constructor initializer on a single lineMisha Brukman2004-10-191-3/+2
* Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header,Misha Brukman2004-10-182-10/+31
* Initial implementation of the strength reduction for GEP instructions inNate Begeman2004-10-181-1/+6
* * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, soMisha Brukman2004-10-181-3/+14
* Fix miscompilations in the SparcV9 backend that were induced by this patch:Chris Lattner2004-10-181-2/+12
* Declare a function in the correct namespace.Reid Spencer2004-10-181-1/+1
* Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.Reid Spencer2004-10-171-0/+6
* Add support for the unreachable instructionChris Lattner2004-10-162-3/+5
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Add new UnreachableInst classChris Lattner2004-10-161-0/+37
* Add new unreachable instructionChris Lattner2004-10-161-44/+45
* Add new UndefValue classChris Lattner2004-10-161-0/+31
* UndefValue's are constantsChris Lattner2004-10-161-1/+2
* Move the implementation of the clone method for these classes toChris Lattner2004-10-152-25/+19
* Allow machine operands to represent global variables with offsets. This isChris Lattner2004-10-152-21/+44
* Convert tabs to spacesMisha Brukman2004-10-141-2/+2
* Make sure any client of Dominators.h links in Dominators.cppChris Lattner2004-10-141-0/+6
* Remove unneeded typedef, patch by Morten OfstadChris Lattner2004-10-141-2/+0
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Get rid of template templates that were preventing VC from compiling theChris Lattner2004-10-131-18/+18
* Update doco, make doxygen more, use standard dividers.Chris Lattner2004-10-131-19/+23
* Fix file comment headerMisha Brukman2004-10-121-1/+1
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-121-5/+2
* Add commentChris Lattner2004-10-121-0/+2
* Opaque types are considered to be first-class.Misha Brukman2004-10-121-1/+3
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-121-2/+2
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-121-12/+12
* New header. Classes can be added as needed.Chris Lattner2004-10-121-0/+198
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-111-2/+5
* Add long overdue methodsChris Lattner2004-10-114-2/+45
* Get friendly with TypeChris Lattner2004-10-071-0/+1
* Change signature of this method againChris Lattner2004-10-071-1/+1
* Rename passChris Lattner2004-10-071-3/+3
* Undoxyfy internal method.Misha Brukman2004-10-061-3/+2