aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add another simple callChris Lattner2002-12-281-1/+6
* Test argument passingChris Lattner2002-12-281-3/+4
* Add a variable sized alloca to testChris Lattner2002-12-281-0/+9
* Add diagnostic outputChris Lattner2002-12-281-0/+1
* Eliminate direct access to TargetData structureChris Lattner2002-12-281-1/+1
* Initial fp testChris Lattner2002-12-251-0/+17
* * Simplify Value classesChris Lattner2002-12-252-366/+486
* * Use new pseudo instr form for instructionsChris Lattner2002-12-251-14/+43
* Add FP instr prefix byte supportChris Lattner2002-12-251-25/+40
* Add support for FP prefixesChris Lattner2002-12-252-8/+38
* Add printer support for Pseudo instructionsChris Lattner2002-12-252-36/+66
* Initial support for FP registersChris Lattner2002-12-252-23/+70
* New simpler spill interfaceChris Lattner2002-12-251-49/+43
* Adjustments to match new simpler spill interfaceChris Lattner2002-12-251-21/+17
* Free machine codeChris Lattner2002-12-251-5/+3
* Adjust to simpler spill interfaceChris Lattner2002-12-251-35/+64
* Adjustments to work with the simpler spill interfaceChris Lattner2002-12-251-22/+24
* Remove dependency on SSARegMap.h by MachineFunction.hChris Lattner2002-12-251-8/+19
* Simplify spill interface methodsChris Lattner2002-12-251-21/+21
* Add commentChris Lattner2002-12-252-2/+2
* Add abstract frame index capabilityChris Lattner2002-12-251-1/+6
* Remove default ctorChris Lattner2002-12-251-2/+0
* *** empty log message ***Chris Lattner2002-12-251-12/+20
* Remove dependency on SSARegMap.hChris Lattner2002-12-251-25/+20
* Fix compilation on GCC 3.2Chris Lattner2002-12-244-0/+4
* Don't try to buidl jelloChris Lattner2002-12-241-5/+5
* Fixes to compile with GCC 3.2Chris Lattner2002-12-242-9/+9
* Jello is now part of LLIChris Lattner2002-12-247-544/+0
* Substantial fixes to live range handling, fixing several problems, gettingChris Lattner2002-12-241-27/+35
* Changes to allow for a configurable target machine that allows big endian and...Chris Lattner2002-12-242-6/+17
* Changes to compile with GCC 2.96Chris Lattner2002-12-242-12/+98
* Sparc is not little endianChris Lattner2002-12-241-1/+1
* Allow the target machines to specify endianness and pointer sizeChris Lattner2002-12-242-4/+20
* Initial checkinChris Lattner2002-12-242-0/+108
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-2411-0/+722
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-239-415/+147
* X86 target machine is now parameterizableChris Lattner2002-12-231-1/+3
* Testcases for bugfixesChris Lattner2002-12-232-0/+19
* Jello is now part of LLIChris Lattner2002-12-231-3/+3
* New testcaseChris Lattner2002-12-231-0/+13
* New files for miscompilation detectionChris Lattner2002-12-238-0/+1037
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-235-56/+65
* Remove temp filesChris Lattner2002-12-231-0/+2
* Jello is going awayChris Lattner2002-12-231-1/+0
* Fix compilation on gcc 2.96Chris Lattner2002-12-231-10/+10
* Add definition for the bswap instructionChris Lattner2002-12-231-3/+7
* Add support for the bswap instructionChris Lattner2002-12-234-8/+14
* Fix compilation on GCC 2.96Chris Lattner2002-12-231-1/+1
* brgBrian Gaeke2002-12-221-0/+3
* Add support for isnanChris Lattner2002-12-201-0/+9