| Commit message (Expand) | Author | Age | Files | Lines |
* | Make getWidenVectorType const. | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman | 2009-01-15 | 1 | -2/+2 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -1/+2 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -5/+5 |
* | fit in 80 cols | Chris Lattner | 2009-01-09 | 1 | -2/+2 |
* | Revert r61415 and r61484. Duncan was correct that these weren't needed. | Bill Wendling | 2009-01-05 | 1 | -16/+0 |
* | Add a note about passing MVT::Other to getSetCCResultType. | Duncan Sands | 2009-01-05 | 1 | -2/+5 |
* | Add <climits>, to get the definition of CHAR_BIT. This should fix | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman | 2009-01-05 | 1 | -5/+2 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 9 | -20/+3 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
* | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling | 2008-12-29 | 1 | -0/+8 |
* | Darwin likes for the EH frame to be non-local. | Bill Wendling | 2008-12-24 | 1 | -0/+7 |
* | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure | Bill Wendling | 2008-12-24 | 1 | -0/+8 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 2 | -85/+65 |
* | Clarify a comment. | Dan Gohman | 2008-12-22 | 1 | -1/+2 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -0/+6 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -5/+10 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 1 | -0/+6 |
* | Fix a typo in a comment. | Dan Gohman | 2008-12-15 | 1 | -1/+1 |
* | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng | 2008-12-10 | 1 | -1/+1 |
* | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 1 | -1/+1 |
* | Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! | Dan Gohman | 2008-12-09 | 1 | -1/+1 |
* | introduce a new RoundUpAlignment helper function, use it to | Chris Lattner | 2008-12-08 | 1 | -5/+11 |
* | Speed up getABITypeSize by turning a i64 mul and div into an | Chris Lattner | 2008-12-08 | 1 | -2/+6 |
* | Clarify a comment. | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -8/+26 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 2 | -5/+5 |
* | Fix bug 3140. | Rafael Espindola | 2008-12-03 | 1 | -2/+8 |
* | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman | 2008-12-03 | 2 | -6/+9 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -7/+8 |
* | If the type legalizer actually legalized anything | Duncan Sands | 2008-11-24 | 1 | -4/+2 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 4 | -0/+1572 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -14/+16 |
* | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman | 2008-11-21 | 1 | -0/+18 |
* | Delete redundant inline keywords. | Dan Gohman | 2008-11-20 | 1 | -3/+3 |
* | Doxygenate comments. | Dan Gohman | 2008-11-20 | 1 | -30/+26 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -3/+5 |
* | Extend InlineAsm::C_Register to allow multiple specific registers | Dale Johannesen | 2008-11-13 | 1 | -2/+2 |
* | Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. | Evan Cheng | 2008-11-10 | 1 | -6/+6 |
* | Jump tables may be emitted by target. | Evan Cheng | 2008-11-07 | 1 | -0/+4 |
* | Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X | Evan Cheng | 2008-11-05 | 1 | -5/+6 |
* | For some targets, it's not possible to place GVs in the same memory buffer as... | Evan Cheng | 2008-11-04 | 1 | -0/+5 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 3 | -6/+4 |
* | Added interface to allow clients to create a MemIntrinsicNode for | Mon P Wang | 2008-11-01 | 1 | -1/+22 |
* | Revert errant deletion. The target needs to be able to specify that it doesn'... | Jim Grosbach | 2008-10-30 | 1 | -0/+3 |
* | Add initial support for vector widening. Logic is set to widen for X86. | Mon P Wang | 2008-10-30 | 1 | -2/+12 |
* | This is not needed anymore. | Evan Cheng | 2008-10-29 | 1 | -9/+0 |
* | Support for constant islands in the ARM JIT. | Jim Grosbach | 2008-10-28 | 1 | -0/+9 |
* | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng | 2008-10-27 | 1 | -1/+7 |