| Commit message (Expand) | Author | Age | Files | Lines |
* | Darwin doesn't need exception handling information for the "move" info when | Bill Wendling | 2008-07-01 | 1 | -0/+1 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 3 | -5/+7 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -1/+1 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -17/+10 |
* | Provide correct encoding for PPC LWARX instructions. | Anton Korobeynikov | 2008-06-27 | 1 | -2/+2 |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 2 | -31/+3 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 2 | -10/+10 |
* | Remove unnecessary #includes. | Dan Gohman | 2008-06-22 | 1 | -1/+0 |
* | Use MachineBasicBlock::transferSuccessors. | Dan Gohman | 2008-06-21 | 1 | -8/+3 |
* | Add one more 'magic' define :) | Anton Korobeynikov | 2008-06-17 | 1 | -1/+2 |
* | Unbreak non-PPC builds | Anton Korobeynikov | 2008-06-17 | 1 | -4/+5 |
* | Provide generic hooks for icache invalidation. Add PPC implementation. | Anton Korobeynikov | 2008-06-17 | 3 | -14/+10 |
* | Add support for icache invalidation on non-darwin ppc systems. | Chris Lattner | 2008-06-16 | 1 | -2/+19 |
* | Add option to commuteInstruction() which forces it to create a new (commuted)... | Evan Cheng | 2008-06-16 | 2 | -6/+24 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -1/+1 |
* | Temporarily reverting r52056. It's causing PPC to fail to bootstrap. | Bill Wendling | 2008-06-08 | 1 | -3/+0 |
* | Typo. | Evan Cheng | 2008-06-06 | 1 | -1/+1 |
* | PPC preferred loop alignment is 16. | Evan Cheng | 2008-06-06 | 1 | -0/+3 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 3 | -139/+140 |
* | Add StringConstantPrefix to control what the | Dale Johannesen | 2008-06-03 | 1 | -0/+1 |
* | Add FreeBSD/PPC support, patch by Marcel Moolenaar! | Chris Lattner | 2008-05-24 | 1 | -2/+2 |
* | Put initialized const weak objects into correct | Dale Johannesen | 2008-05-24 | 1 | -1/+9 |
* | Add a missed CommonLinkage check. | Dale Johannesen | 2008-05-23 | 1 | -0/+1 |
* | Handle quoted names when constructing $stub's, | Dale Johannesen | 2008-05-19 | 1 | -18/+35 |
* | Record weak external linkage in a case where we were | Dale Johannesen | 2008-05-16 | 1 | -0/+12 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -6/+8 |
* | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 2 | -4/+4 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 2 | -7/+9 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 8 | -102/+826 |
* | A few inline asm cleanups: | Chris Lattner | 2008-04-26 | 2 | -2/+2 |
* | add a note | Chris Lattner | 2008-04-25 | 1 | -0/+23 |
* | 64-bit atomic operations. | Evan Cheng | 2008-04-19 | 4 | -56/+80 |
* | PPC32 atomic operations. | Evan Cheng | 2008-04-19 | 3 | -2/+184 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 2 | -6/+9 |
* | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 3 | -22/+26 |
* | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray | 2008-04-15 | 1 | -2/+2 |
* | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 1 | -1/+1 |
* | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray | 2008-04-13 | 1 | -12/+12 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -7/+3 |
* | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen | 2008-04-08 | 1 | -1/+2 |
* | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 1 | -2/+2 |
* | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 1 | -6/+6 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 1 | -6/+6 |
* | Cosmetic changes per EH patch review feedback. | Dale Johannesen | 2008-04-02 | 1 | -3/+3 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 2 | -3/+7 |
* | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 2 | -7/+3 |
* | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 2 | -3/+7 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 2 | -12/+0 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+2 |