aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of flags that are deadChris Lattner2004-11-234-52/+38
* 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
* 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
* 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
* 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
* Rename Emitter.cpp -> JITEmitter.cppChris Lattner2004-11-221-20/+20
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-222-29/+0
* Disable this.Chris Lattner2004-11-221-2/+4
* These methods are obsoleteChris Lattner2004-11-222-29/+1
* This chunk of code needs to be rewrittenChris Lattner2004-11-221-28/+3
* Remove some dead vars and some useless namespacificationChris Lattner2004-11-221-10/+1
* Implement a disgusting hack to work around broken machine code emission ofChris Lattner2004-11-221-1/+12
* Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...Tanya Lattner2004-11-223-9/+32
* Remove JIT-specific code from the code emitter.Chris Lattner2004-11-222-569/+35
* New methods implementedChris Lattner2004-11-221-0/+18
* Implement the Sparc JIT interfaces, including relocation support.Chris Lattner2004-11-221-0/+354
* Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.cChris Lattner2004-11-221-0/+1
* Do not count debugger intrinsics in size estimation.Chris Lattner2004-11-221-2/+6
* Ignore debugger intrinsics when doing inlining size computations.Chris Lattner2004-11-221-1/+2
* Do not consider debug intrinsics in the size computations for loop unrolling.Chris Lattner2004-11-221-0/+3
* Add stub method for long shift codegen.Brian Gaeke2004-11-222-0/+42
* Update to-do list.Brian Gaeke2004-11-222-2/+0
* Support targets that require stubs for external functions betterChris Lattner2004-11-221-2/+18
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-221-1/+1
* Initial checkin of the V9 relocation typesChris Lattner2004-11-221-0/+42
* Implement setcc on longs.Brian Gaeke2004-11-212-42/+72