| Commit message (Expand) | Author | Age | Files | Lines |
* | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich | 2011-03-07 | 2 | -8/+8 |
* | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila | 2011-03-04 | 1 | -48/+16 |
* | Allow load from constant on SPU. | Kalle Raiskila | 2011-03-04 | 1 | -1/+6 |
* | Add branch hinting for SPU. | Kalle Raiskila | 2011-02-28 | 4 | -5/+94 |
* | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 2 | -5/+6 |
* | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel | 2011-02-21 | 1 | -1/+1 |
* | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 2011-02-20 | 1 | -0/+2 |
* | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel | 2011-01-31 | 1 | -1/+1 |
* | Fix vector sign extend to put the source and destination types in the | David Greene | 2011-01-31 | 1 | -3/+3 |
* | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -1/+1 |
* | Allow sign-extending of i8 and i16 to i128 on SPU. | Kalle Raiskila | 2011-01-20 | 2 | -1/+7 |
* | Remove unused variables found by gcc-4.6's -Wunused-but-set-variable. | Jeffrey Yasskin | 2011-01-18 | 1 | -9/+0 |
* | Split up RotateShift itinerary in SPU. | Kalle Raiskila | 2011-01-17 | 2 | -38/+40 |
* | Don't crash SPU BE with memory accesses with big alignmnet. | Kalle Raiskila | 2011-01-17 | 1 | -4/+4 |
* | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 2011-01-13 | 1 | -2/+2 |
* | Fix a thinko in 123226 that caused test failures on "other" platforms. | Kalle Raiskila | 2011-01-11 | 1 | -1/+1 |
* | Add a "nop filler" pass to SPU. | Kalle Raiskila | 2011-01-11 | 6 | -1/+166 |
* | Update CMake stuff | Anton Korobeynikov | 2011-01-10 | 1 | -2/+1 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 8 | -44/+44 |
* | Various bits of framework needed for precise machine-level selection | Andrew Trick | 2010-12-24 | 5 | -10/+19 |
* | whitespace | Andrew Trick | 2010-12-24 | 1 | -1/+1 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -4/+4 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
* | Don't feed 19 bit immediates to ILA. | Kalle Raiskila | 2010-12-17 | 1 | -3/+3 |
* | Dont' feed ILA two inputs - it takes just one. | Kalle Raiskila | 2010-12-09 | 1 | -1/+1 |
* | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila | 2010-11-29 | 1 | -2/+5 |
* | Enable PostRA scheduling for SPU. | Kalle Raiskila | 2010-11-29 | 2 | -0/+25 |
* | Allow machine LICM to do its job on SPU. | Kalle Raiskila | 2010-11-29 | 2 | -1/+9 |
* | Add missing i128 case. | Kalle Raiskila | 2010-11-29 | 1 | -0/+3 |
* | Move more PEI-related hooks to TFI | Anton Korobeynikov | 2010-11-27 | 4 | -21/+21 |
* | Use i8 as SETCC result type for i1 in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -4/+14 |
* | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -2/+2 |
* | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila | 2010-11-23 | 1 | -2/+0 |
* | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 2 | -134/+134 |
* | Fix a bug with extractelement on SPU. | Kalle Raiskila | 2010-11-22 | 1 | -1/+1 |
* | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov | 2010-11-18 | 4 | -12/+10 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 4 | -21/+15 |
* | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola | 2010-11-18 | 1 | -2/+1 |
* | Improve code layout, mostly indentation. | Kalle Raiskila | 2010-11-15 | 1 | -166/+150 |
* | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 5 | -224/+237 |
* | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 5 | -27/+2 |
* | Fix memory access lowering on SPU, adding | Kalle Raiskila | 2010-11-12 | 4 | -115/+252 |
* | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 2 | -0/+38 |
* | Change v64 datalayout in SPU. | Kalle Raiskila | 2010-10-26 | 1 | -1/+1 |
* | Improve lowering of sext to i128 on SPU. | Kalle Raiskila | 2010-10-18 | 1 | -2/+7 |
* | Add the missing cases to the type->registerclass conversion function. | Kalle Raiskila | 2010-10-07 | 1 | -0/+14 |
* | Implement two virtual functions in SPUTargetLowering. | Kalle Raiskila | 2010-10-07 | 2 | -0/+31 |
* | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila | 2010-10-01 | 2 | -67/+7 |