| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | leopard and above support alignment for common symbols. | Chris Lattner | 2008-01-02 | 1 | -4/+10 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen | 2007-08-03 | 1 | -2/+2 |
* | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray | 2007-04-03 | 1 | -2/+2 |
* | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner | 2007-02-25 | 1 | -0/+3 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -2/+2 |
* | Double and long preferred alignment set to 8 bytes. | Evan Cheng | 2007-01-22 | 1 | -1/+2 |
* | Needed to build on PPC Linux. | Nick Lewycky | 2007-01-19 | 1 | -0/+3 |
* | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling | 2007-01-16 | 1 | -1/+12 |
* | Honor cpu directive, take two. | Jim Laskey | 2006-12-12 | 1 | -0/+22 |
* | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner | 2006-12-11 | 1 | -2/+16 |
* | getInstrItineraryData shouldn't copy the itineraries | Chris Lattner | 2006-12-11 | 1 | -1/+1 |
* | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner | 2006-07-15 | 1 | -2/+0 |
* | Document the subtarget features better, make sure that 64-bit mode, 64-bit | Chris Lattner | 2006-06-16 | 1 | -6/+21 |
* | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner | 2006-06-16 | 1 | -4/+4 |
* | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner | 2006-06-16 | 1 | -1/+5 |
* | Add a subtarget feature for the stfiwx instruction. I know the G5 has it, | Chris Lattner | 2006-02-28 | 1 | -0/+2 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 1 | -0/+9 |
* | Typo made worse x 2 - take 2. | Jim Laskey | 2005-10-26 | 1 | -1/+1 |
* | Typo x 2 | Jim Laskey | 2005-10-26 | 1 | -1/+1 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 1 | -1/+7 |
* | Do the right thing and enable 64 bit regs under the control of a subtarget | Nate Begeman | 2005-10-18 | 1 | -0/+2 |
* | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -1/+1 |
* | copy and paste error | Andrew Lenharth | 2005-09-29 | 1 | -1/+1 |
* | Add accessor for 64bit flag, so that we can tell when it is safe to | Nate Begeman | 2005-09-06 | 1 | -1/+2 |
* | Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. | Chris Lattner | 2005-09-02 | 1 | -0/+3 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+3 |
* | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner | 2005-08-05 | 1 | -7/+9 |
* | Add Subtarget support to PowerPC. Next up, using it. | Nate Begeman | 2005-08-04 | 1 | -0/+48 |