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