aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-231-36/+156
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-231-0/+1
* Handle space, separators, bad substitutions, and library search path betterReid Spencer2004-11-231-6/+7
* Configurable language configuration files.Reid Spencer2004-11-234-0/+203
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-232-2/+4
* Fix encoding of blr and bctrChris Lattner2004-11-231-2/+2
* Added remark about GCC 3.2.2. Someone with more knowledge of the problemJohn Criswell2004-11-231-1/+2
* Use the correct register class as a constaint to gcc's inline assembly, soNate Begeman2004-11-231-2/+2
* Save/Restore arg regs and nonvolatile regs the compiler might use duringNate Begeman2004-11-231-12/+29
* Fix the encoding of OR, AND and many other instructionsChris Lattner2004-11-231-1/+11
* Support shr long/ulong.Brian Gaeke2004-11-232-102/+234
* Support printing ConstantAggregateZeros.Brian Gaeke2004-11-232-0/+10
* Update failing SingleSource test-case list.Brian Gaeke2004-11-232-20/+10
* Remove argtype and argcount magic, which was used by the old asmprinter.Chris Lattner2004-11-231-189/+0
* Get rid of flags that are deadChris Lattner2004-11-234-52/+38
* We also provide a source distribution of the GCC front-endMisha Brukman2004-11-231-0/+4
* Fix encoding of rlwinm?Chris Lattner2004-11-231-1/+1
* Fix encodingsChris Lattner2004-11-231-2/+2
* Enumerate CR registersChris Lattner2004-11-231-8/+8
* Initial implementation of exiting CompilationCallbackChris Lattner2004-11-231-9/+24
* This method is deadChris Lattner2004-11-231-7/+0
* Remove this method.Chris Lattner2004-11-231-5/+0
* Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer2004-11-231-1/+1
* Squelch a bogus warningChris Lattner2004-11-231-1/+1
* Squelch a bogus warning.Chris Lattner2004-11-231-1/+1
* Don't return value from void function. This is only temporary anyway whileNate Begeman2004-11-231-1/+1
* pseudocode for 64-bit lshr.Brian Gaeke2004-11-232-2/+104
* Fix a minor bugChris Lattner2004-11-231-1/+2
* Be really paranoid about not breaking stuff yetChris Lattner2004-11-231-0/+1
* Implement the first hunk of CompilationCallback. The pieces missing are theChris Lattner2004-11-231-10/+54
* Change formats, as suggested by DuraidChris Lattner2004-11-231-1/+1
* Add more known-failing tests.Brian Gaeke2004-11-232-0/+12
* Add the rest of the logical instructions.Brian Gaeke2004-11-232-12/+48
* Implement the stub needed to get into compilation callback.Chris Lattner2004-11-231-5/+14
* Simplify code a bitChris Lattner2004-11-231-1/+1
* Initial implementation of the JIT interfaces. Relocation is done and stubsChris Lattner2004-11-231-0/+117
* Emit relocations for the global variable using instructions. This gets usChris Lattner2004-11-231-48/+44
* Allow configuration files to be themselves configured and found in theReid Spencer2004-11-231-1/+7
* Implement all of the methodsChris Lattner2004-11-231-0/+5
* Initial checkin of the 32-bit PPC relocation typesChris Lattner2004-11-231-0/+38
* Move JITInfo from PPCTM to PPC32TMChris Lattner2004-11-232-6/+19
* Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless.Chris Lattner2004-11-231-9/+1
* LA is really addi. Be consistent with operand ordering to avoid confusing th...Chris Lattner2004-11-232-5/+7
* Changed the CreateCodeToLoadConst function to preserve SSA form. This basical...Tanya Lattner2004-11-231-7/+24
* Remove some dead codeChris Lattner2004-11-221-76/+0
* Comment out a couple of unused instructions.Chris Lattner2004-11-221-2/+3
* Do not push two return addresses on the stack when we call external functions...Chris Lattner2004-11-221-10/+16
* Add a note about the JIT changes.Chris Lattner2004-11-221-0/+2
* Rename Emitter.cpp -> JITEmitter.cppChris Lattner2004-11-221-20/+20
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-223-36/+0