aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Complete rewrite to get first working version.Reid Spencer2004-11-141-192/+410
* Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer2004-11-141-10/+70
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-141-1/+2
* Moved from include/llvm/Support/Linker.hReid Spencer2004-11-141-3/+3
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Add support for shiftsChris Lattner2004-11-131-0/+12
* Provide conversion from posix time.Reid Spencer2004-11-091-0/+9
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-0/+30
* Remove extra spacesMisha Brukman2004-11-081-2/+2
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-071-0/+6
* Make compression the default on writing.Reid Spencer2004-11-071-1/+1
* * Provide option for specifying bytecode compressionReid Spencer2004-11-071-5/+6
* This is V9 specific stuffChris Lattner2004-11-071-15/+0
* Add support for compressed bytecodeReid Spencer2004-11-061-1/+2
* Provide an interface for getting just the external symbols from aReid Spencer2004-11-061-0/+10
* Deprecate constructors we don't want users to use.Reid Spencer2004-11-061-0/+23
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-37/+37
* Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer2004-11-051-6/+11
* * Documentation corrections (thanks to Chris for nit-picking)Reid Spencer2004-11-051-18/+11
* First version of the interface to Archive files. This introduces theReid Spencer2004-11-051-0/+261
* defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner2004-11-031-5/+6
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-021-4/+3
* Fix typo, contributed by Henrik Bach!Chris Lattner2004-11-021-1/+1
* Remove more dead methodsChris Lattner2004-11-011-19/+0
* Delete a dead methodChris Lattner2004-11-011-4/+0
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-011-18/+4
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-011-26/+0
* Eliminate the cloneGraph methodChris Lattner2004-11-011-2/+0
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-311-3/+7
* Simplify graph traversal, improve grammarChris Lattner2004-10-311-1/+1
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-311-17/+9
* Add an assertion and a methodChris Lattner2004-10-301-1/+9
* Fix grammar (i.e.)Misha Brukman2004-10-291-1/+1
* The Alpha (tm) intrinsics aren't even being usedMisha Brukman2004-10-291-91/+1
* Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell2004-10-281-1/+7
* Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell2004-10-281-0/+2
* Regenerated after fixing typo.Brian Gaeke2004-10-281-1/+1
* Add the HAVE_RAND48 define.Reid Spencer2004-10-271-11/+11
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-2724-52/+67
* 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