| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 1 | -1/+2 |
* | remove reference to this pass | Chris Lattner | 2005-10-29 | 1 | -4/+0 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+2 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -3/+6 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -8/+8 |
* | Use the target triple to pick this target. | Chris Lattner | 2004-12-12 | 1 | -0/+4 |
* | Print llvm code one function at a time. | Brian Gaeke | 2004-12-11 | 1 | -1/+1 |
* | JIT should print LLVM each function before selecting instructions for it. | Brian Gaeke | 2004-12-11 | 1 | -0/+4 |
* | Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine | Brian Gaeke | 2004-12-11 | 1 | -1/+6 |
* | Move -lowerselect later in the chain; some select instructions were | Brian Gaeke | 2004-12-10 | 1 | -6/+6 |
* | Bytes and shorts are aligned differently from words. | Brian Gaeke | 2004-12-09 | 1 | -1/+1 |
* | Allocate fewer registers and tighten up alignment restrictions. | Brian Gaeke | 2004-11-18 | 1 | -1/+1 |
* | Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the | Brian Gaeke | 2004-10-09 | 1 | -0/+19 |
* | Fix double and long alignment. | Brian Gaeke | 2004-09-29 | 1 | -1/+3 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 1 | -9/+1 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 1 | -1/+1 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -0/+6 |
* | Add #includes | Chris Lattner | 2004-07-04 | 1 | -0/+1 |
* | Fix potential problems with unreachable basic blocks. | Chris Lattner | 2004-07-02 | 1 | -0/+10 |
* | Order #includes as per style guide. | Misha Brukman | 2004-06-21 | 1 | -1/+1 |
* | Get rid of selects the easy way | Brian Gaeke | 2004-06-18 | 1 | -0/+6 |
* | I think we'll use the standard lowering passes for now. | Brian Gaeke | 2004-06-15 | 1 | -0/+25 |
* | I don't think we have to have 4 extra allocated (but unused) bytes on the stack. | Brian Gaeke | 2004-04-13 | 1 | -1/+1 |
* | Add references to delay slot filler pass. | Brian Gaeke | 2004-04-06 | 1 | -1/+23 |
* | Support -print-machineinstrs | Brian Gaeke | 2004-03-04 | 1 | -6/+9 |
* | Asm printer support, based on x86 - only prints mnemonics for now | Brian Gaeke | 2004-03-04 | 1 | -0/+2 |
* | Add an instruction selector capable of selecting 'ret void' | Chris Lattner | 2004-02-29 | 1 | -1/+10 |
* | Change this so that LLC actually tries to run the code generator, though it will | Chris Lattner | 2004-02-28 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2004-02-28 | 1 | -6/+3 |
* | SparcV8 skeleton | Brian Gaeke | 2004-02-25 | 1 | -0/+61 |