| Commit message (Expand) | Author | Age | Files | Lines |
* | Really remove this option. | Evan Cheng | 2009-09-26 | 1 | -3/+0 |
* | Remove a couple of unused command line options. | Evan Cheng | 2009-09-26 | 1 | -7/+3 |
* | Add comment. | Evan Cheng | 2009-09-26 | 1 | -0/+1 |
* | Regenerate | Anton Korobeynikov | 2009-09-25 | 1 | -4272/+4272 |
* | Code clean up and prepare for Thumb2 support. No functionality changes. | Evan Cheng | 2009-09-25 | 1 | -21/+49 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 10 | -94/+108 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 14 | -379/+383 |
* | Finish scheduling itineraries for NEON. | David Goodwin | 2009-09-25 | 4 | -382/+553 |
* | Add some comments to clarify things that I discovered this week. | Bob Wilson | 2009-09-25 | 1 | -2/+6 |
* | pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. | Bob Wilson | 2009-09-25 | 1 | -1/+1 |
* | Don't try to use pre-indexed addressing with sthbrx/stwbrx | Dan Gohman | 2009-09-25 | 1 | -1/+2 |
* | Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving | Jim Grosbach | 2009-09-24 | 2 | -56/+88 |
* | unconditionally request MMI | Chris Lattner | 2009-09-24 | 1 | -5/+1 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 1 | -84/+1 |
* | Checkpoint NEON scheduling itineraries. | David Goodwin | 2009-09-23 | 5 | -330/+367 |
* | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -20/+20 |
* | Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the | Bob Wilson | 2009-09-23 | 3 | -10/+1 |
* | ARM does not support offset folding (yet). Disable it for now. | Anton Korobeynikov | 2009-09-23 | 2 | -0/+7 |
* | Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. | Dan Gohman | 2009-09-23 | 1 | -1/+5 |
* | Add Cortex-A8 VFP model. | David Goodwin | 2009-09-21 | 4 | -99/+370 |
* | Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool | Dan Gohman | 2009-09-21 | 2 | -16/+42 |
* | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 2009-09-21 | 1 | -37/+119 |
* | Fix the offset values for these memoperands. For frame objects, the | Dan Gohman | 2009-09-21 | 2 | -2/+2 |
* | add a note | Chris Lattner | 2009-09-21 | 1 | -1/+14 |
* | Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to | Daniel Dunbar | 2009-09-21 | 1 | -0/+7 |
* | one case handled, expanded another testcase inline. | Chris Lattner | 2009-09-21 | 1 | -20/+16 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 1 | -1/+20 |
* | update an entry, delete an entry which has been fixed. | Chris Lattner | 2009-09-20 | 1 | -36/+15 |
* | --- Reverse-merging r82282 into '.': | Bill Wendling | 2009-09-20 | 1 | -5/+0 |
* | remove a temporary hack. | Chris Lattner | 2009-09-20 | 2 | -4/+2 |
* | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner | 2009-09-20 | 5 | -958/+941 |
* | move target registry stuff to X86ATTAsmPrinter.cpp | Chris Lattner | 2009-09-20 | 2 | -27/+25 |
* | simplify this now that createX86CodePrinterPass is trivial | Chris Lattner | 2009-09-20 | 1 | -14/+2 |
* | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner | 2009-09-20 | 5 | -37/+35 |
* | remove the asmstring, it is now dead. Improve comment. | Chris Lattner | 2009-09-20 | 1 | -3/+4 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -22/+0 |
* | kill off printPICLabel now, it's specialness is handled by | Chris Lattner | 2009-09-20 | 5 | -18/+2 |
* | delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches | Chris Lattner | 2009-09-20 | 5 | -815/+5 |
* | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 6 | -10/+244 |
* | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 6 | -137/+238 |
* | Still one more thing wrong here... | Bill Wendling | 2009-09-20 | 1 | -0/+5 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 5 | -84/+84 |
* | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling | 2009-09-20 | 1 | -6/+0 |
* | Revert r82274. It's causing failures in the CINT2006 benchmarks. | Bill Wendling | 2009-09-19 | 1 | -0/+6 |
* | Fix funky comments. | Evan Cheng | 2009-09-19 | 1 | -5/+5 |
* | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 11 | -29/+88 |
* | Fix a typo in an assertion message. | Bob Wilson | 2009-09-18 | 1 | -1/+1 |
* | It's inefficient to have place the exception tables (which contain the LSDA) | Bill Wendling | 2009-09-18 | 1 | -2/+2 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 20 | -20/+40 |