summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Chomped spurious blank lines.Misha Brukman2003-08-08
* Finish implementation of nonterminal instantiation.Chris Lattner2003-08-07
* Add new method to get a value type as a stringChris Lattner2003-08-07
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-07
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* close() requires "unistd.h" .Misha Brukman2003-08-07
* Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman2003-08-07
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* Implement type-inference/checking for non-terminal referencesChris Lattner2003-08-07
* Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner2003-08-07
* Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner2003-08-07
* Use the new version of isSubClassOfChris Lattner2003-08-07
* Add and use a new methodChris Lattner2003-08-07
* Cleanup and reorganize code, no functional changesChris Lattner2003-08-07
* Read in expanders tooChris Lattner2003-08-07
* Continued evolution of the selector emitter: Represent instruction patternsChris Lattner2003-08-07
* Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows:Misha Brukman2003-08-07
* Fix assertion in MachineInstr::substituteValue().Vikram S. Adve2003-08-07
* Fix sanity-checking in 'maskUnsigned' code to be more precise:Vikram S. Adve2003-08-07
* Fixed a segfault in gccld.John Criswell2003-08-07
* Update tablegen interfacesChris Lattner2003-08-07
* Finish implementation of the type inference engine.Chris Lattner2003-08-07
* Allow clients to get at the pointer typeChris Lattner2003-08-07
* Add new method getVAlueAsDagChris Lattner2003-08-07
* Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner2003-08-07
* Eliminate now-dead methodChris Lattner2003-08-07
* Start using the CodeGeneratorWrappersChris Lattner2003-08-07
* Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner2003-08-07
* Removed the support for pool allocation testing. This will be in a separate T...Sumant Kowshik2003-08-07
* Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik2003-08-07
* Added code for pool allocating only the pool-allocatable data structures in t...Sumant Kowshik2003-08-07
* This register is never used, disable it.Chris Lattner2003-08-07
* Added a flag which is set when all data structures are not pool allocatedSumant Kowshik2003-08-07
* There was no reason for these to be bit-fields, they just need to be unique.Chris Lattner2003-08-07
* Changing command-line option formats to be more consistent with LLVM style.Misha Brukman2003-08-06
* * Renamed option from `nopreselect' to `nopreopt' since it disables more thanMisha Brukman2003-08-06
* Ick, add the RIGHT accessorChris Lattner2003-08-06
* Add accessorChris Lattner2003-08-06
* There is something wrong with code that looks like:Chris Lattner2003-08-06
* Use the registers g1 and g5 as temporaries for making far jumps and far calls,Misha Brukman2003-08-06
* Removed Makefile.common.John Criswell2003-08-06
* Export the register classes so that the instruction selector can get at them ...Chris Lattner2003-08-06
* Makefile.common: Remove commented-out and duplicate rules.Brian Gaeke2003-08-06
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-06