summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2004-11-05Stop propagating method names that violate the coding standardReid Spencer1-37/+37
2004-11-05Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer1-6/+11
2004-11-05* Documentation corrections (thanks to Chris for nit-picking)Reid Spencer1-18/+11
2004-11-05First version of the interface to Archive files. This introduces theReid Spencer1-0/+261
2004-11-03defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner1-5/+6
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner1-4/+3
2004-11-02Fix typo, contributed by Henrik Bach!Chris Lattner1-1/+1
2004-11-01Remove more dead methodsChris Lattner1-19/+0
2004-11-01Delete a dead methodChris Lattner1-4/+0
2004-11-01Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner1-18/+4
2004-11-01Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner1-26/+0
2004-11-01Eliminate the cloneGraph methodChris Lattner1-2/+0
2004-10-31* Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner1-3/+7
2004-10-31Simplify graph traversal, improve grammarChris Lattner1-1/+1
2004-10-31Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner1-17/+9
2004-10-30Add an assertion and a methodChris Lattner1-1/+9
2004-10-29Fix grammar (i.e.)Misha Brukman1-1/+1
2004-10-29The Alpha (tm) intrinsics aren't even being usedMisha Brukman1-91/+1
2004-10-28Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell1-1/+7
2004-10-28Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell1-0/+2
2004-10-28Regenerated after fixing typo.Brian Gaeke1-1/+1
2004-10-27Add the HAVE_RAND48 define.Reid Spencer1-11/+11
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner24-52/+67
2004-10-27Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman1-1/+1
2004-10-27Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman1-1/+1
2004-10-27Remove dead data member in MRegisterInfo class. Thanks sabre!Nate Begeman1-1/+0
2004-10-26Wrap comments at 80 colsMisha Brukman1-1/+2
2004-10-26Fix headerChris Lattner1-1/+1
2004-10-26* DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman2-12/+9
2004-10-26Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner1-32/+5
2004-10-26Remove method getRegClass from MRegisterInfo, as it is no longer used.Nate Begeman1-9/+0
2004-10-25Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner1-26/+0
2004-10-25Patch to support MSVC better, contributed by Morten OfstadChris Lattner1-0/+3
2004-10-25Patch to support MSVC correctly, contributed by Morten Ofstad!Chris Lattner1-1/+2
2004-10-24Fix grammar in comments to getSizeOf()Misha Brukman1-1/+1
2004-10-24Improve comments and wrap to 80 columns.Alkis Evlogimenos1-2/+3
2004-10-24Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos1-0/+4
2004-10-19If we're going to make the braces of functions line up for ease of readabilityMisha Brukman1-6/+6
2004-10-19Remove unnecessary spaces in function signatureMisha Brukman1-1/+1
2004-10-19* Fit constructor initializer on a single lineMisha Brukman1-3/+2
2004-10-18Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header,Misha Brukman2-10/+31
2004-10-18Initial implementation of the strength reduction for GEP instructions inNate Begeman1-1/+6
2004-10-18* AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, soMisha Brukman1-3/+14
2004-10-18Fix miscompilations in the SparcV9 backend that were induced by this patch:Chris Lattner1-2/+12
2004-10-18Declare a function in the correct namespace.Reid Spencer1-1/+1
2004-10-17Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.Reid Spencer1-0/+6
2004-10-16Add support for the unreachable instructionChris Lattner2-3/+5
2004-10-16Add new UndefValueVal typeChris Lattner1-4/+6
2004-10-16Add new UnreachableInst classChris Lattner1-0/+37
2004-10-16Add new unreachable instructionChris Lattner1-44/+45