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