aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement simple global variable supportChris Lattner2002-12-041-1/+5
* Implement external function supportChris Lattner2002-12-041-1/+11
* Expose target data through a method for uniformityChris Lattner2002-12-041-0/+1
* Initial checkin of Unresolved function fault handlerChris Lattner2002-12-041-0/+58
* Implement lazy resolution of function callsChris Lattner2002-12-043-1/+37
* This should fix the bug seen with some registers not being allocatedMisha Brukman2002-12-031-6/+45
* Added support for callee- and caller-save registers.Misha Brukman2002-12-032-0/+30
* RegisterInfo now supports handing out caller- and callee-save registers, asMisha Brukman2002-12-031-0/+17
* Fix broken ret opcode, grr...Chris Lattner2002-12-031-1/+1
* Initial checkin of virtual machine implementation.Chris Lattner2002-12-034-54/+199
* Checkin debug implementation of MCEChris Lattner2002-12-031-0/+41
* Add virtual dtor, expose a debug implChris Lattner2002-12-031-0/+8
* Fix instsel for callsChris Lattner2002-12-032-6/+4
* Testcase for call instructionChris Lattner2002-12-031-0/+7
* Standard hello-world testChris Lattner2002-12-031-0/+11
* Add code that can be used for debuggingChris Lattner2002-12-032-4/+22
* Disable timing of bytecode loaderChris Lattner2002-12-031-0/+2
* Simplify codeChris Lattner2002-12-031-118/+13
* Fix big bug introduced with symbol table changesChris Lattner2002-12-033-6/+6
* Fix the buildChris Lattner2002-12-032-4/+4
* brgBrian Gaeke2002-12-032-6/+28
* Split the machine code emitter completely out of the printerChris Lattner2002-12-034-402/+382
* Final tweak to printerChris Lattner2002-12-031-1/+3
* Implement trivially simple debugger for MachineCodeEmitter interfaceChris Lattner2002-12-031-1/+14
* Continue implementing field initializersChris Lattner2002-12-034-60/+104
* Don't delete temporary filesChris Lattner2002-12-032-0/+4
* * Move information about Implicit Defs/Uses into X86InstrInfo.def.Chris Lattner2002-12-035-207/+131
* Initialize implicit uses/defs fields for sparc backend to empty listChris Lattner2002-12-031-1/+3
* Add entries to track information about implicit uses and definitions ofChris Lattner2002-12-032-4/+8
* brgBrian Gaeke2002-12-034-2/+111
* More supportChris Lattner2002-12-021-0/+8
* More support for machine code emission: raw instructionsChris Lattner2002-12-022-12/+30
* Expose explicit typeChris Lattner2002-12-021-1/+1
* Start implementing MachineCodeEmitterChris Lattner2002-12-022-6/+72
* Start adding to the meat of MachineCodeEmitterChris Lattner2002-12-021-1/+19
* Eliminate OtherFrmChris Lattner2002-12-021-10/+6
* Remove commentChris Lattner2002-12-022-14/+0
* Initial support for machine code emissionChris Lattner2002-12-023-0/+81
* Add initial support for machine code emissionChris Lattner2002-12-021-0/+21
* Initial version of MachineCodeEmitter interface: emptyChris Lattner2002-12-021-0/+20
* The hopefully final version of addPassesToEmitMachineCode which does notChris Lattner2002-12-021-3/+2
* Ignore generated files gram.tab.c and gram.tab.hMisha Brukman2002-12-021-0/+1
* Ignore generated files Lexer.cpp and llvmAsmParser.*Misha Brukman2002-12-021-0/+2
* Ignore generated files FileLexer.* and FileParser.*Misha Brukman2002-12-021-0/+2
* Add comment about ownership semanticsChris Lattner2002-12-021-1/+2
* * Abstracted out stack space allocation into its own functionMisha Brukman2002-12-021-34/+36
* Fix order of operands on a store from reg to [reg+offset].Misha Brukman2002-12-021-2/+2
* Add stub to emit machine code for JITChris Lattner2002-12-021-7/+19
* Continued support for field intitializersChris Lattner2002-12-024-34/+72
* Continued support for field initializerChris Lattner2002-12-022-22/+92