| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add support for legalizing SETNE/SETEQ by inverting the condition code and th... | Daniel Sanders | 2013-11-21 | 1 | -14/+54 | 
| *  | long lines and white space correction | Jack Carter | 2013-11-19 | 1 | -29/+34 | 
| *  | Use more getZExtOrTruncs | Matt Arsenault | 2013-11-17 | 1 | -5/+1 | 
| *  | Use getZExtOrTrunc instead of repeating the same logic. | Matt Arsenault | 2013-11-17 | 1 | -5/+1 | 
| *  | Fix CodeGen for unaligned loads with address spaces | Matt Arsenault | 2013-10-30 | 1 | -2/+5 | 
| *  | Keep TBAA info when rewriting SelectionDAG loads and stores | Richard Sandiford | 2013-10-28 | 1 | -37/+42 | 
| *  | LegalizeDAG: allow libcalls for max/min atomic operations | Tim Northover | 2013-10-25 | 1 | -0/+40 | 
| *  | CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomics | David Majnemer | 2013-10-18 | 1 | -0/+8 | 
| *  | Fixed a bug in dynamic allocation memory on stack. | Elena Demikhovsky | 2013-10-14 | 1 | -3/+3 | 
| *  | SelectionDAG: Clarify comments from r191600 | Tom Stellard | 2013-10-01 | 1 | -2/+2 | 
| *  | SelectionDAG: Silence unused variable warning on release builds | Tom Stellard | 2013-09-28 | 1 | -0/+1 | 
| *  | SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes | Tom Stellard | 2013-09-28 | 1 | -13/+37 | 
| *  | SelectionDAG: Try to expand all condition codes using getCCSwappedOperands() | Tom Stellard | 2013-09-28 | 1 | -10/+9 | 
| *  | SelectionDAG: Clean up LegalizeSetCCCondCode() function | Tom Stellard | 2013-09-28 | 1 | -26/+51 | 
| *  | SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy() | Tom Stellard | 2013-08-26 | 1 | -21/+23 | 
| *  | Replace getValueType().getSimpleVT() with getSimpleValueType(). | Craig Topper | 2013-08-15 | 1 | -7/+7 | 
| *  | Add ISD::FROUND for libm round() | Hal Finkel | 2013-08-07 | 1 | -0/+7 | 
| *  | TargetLowering: Add getVectorIdxTy() function v2 | Tom Stellard | 2013-08-05 | 1 | -4/+7 | 
| *  | Remove trailing whitespace from SelectionDAG/*.cpp | Stephen Lin | 2013-07-08 | 1 | -22/+22 | 
| *  | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -16/+0 | 
| *  | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -0/+16 | 
| *  | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 1 | -16/+0 | 
| *  | Introduce getSelect usage and use more getSelectCC | Matt Arsenault | 2013-06-14 | 1 | -12/+12 | 
| *  | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -2/+4 | 
| *  | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -42/+42 | 
| *  | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 1 | -12/+16 | 
| *  | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover | 2013-04-20 | 1 | -2/+1 | 
| *  | Remove default from fully covered switch. | Benjamin Kramer | 2013-03-08 | 1 | -2/+1 | 
| *  | LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC | Tom Stellard | 2013-03-08 | 1 | -1/+13 | 
| *  | Move the SplatByte helper to APInt and generalize it a bit. | Benjamin Kramer | 2013-02-20 | 1 | -16/+4 | 
| *  | LegalizeDAG.cpp doesn't need DenseMap. | Jakub Staszak | 2013-02-16 | 1 | -1/+0 | 
| *  | enable SDISel sincos optimization for GNU environments | Paul Redmond | 2013-02-15 | 1 | -1/+16 | 
| *  | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng | 2013-01-29 | 1 | -9/+130 | 
| *  | Make APFloat constructor require explicit semantics. | Tim Northover | 2013-01-22 | 1 | -1/+2 | 
| *  | Refactor to expose RTLIB calls to targets. | Tim Northover | 2013-01-09 | 1 | -21/+1 | 
| *  | Add fp128 rtlib function names to LLVM | Tim Northover | 2013-01-08 | 1 | -18/+38 | 
| *  | Sink a function that refers to the SelectionDAG into that library in the | Chandler Carruth | 2013-01-08 | 1 | -0/+21 | 
| *  | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 | 
| *  | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 | 
| *  | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-19 | 1 | -7/+7 | 
| *  | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 | 
| *  | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-19 | 1 | -1/+2 | 
| *  | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund | 2012-12-14 | 1 | -1/+1 | 
| *  | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -13/+12 | 
| *  | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 | 
| *  | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 1 | -6/+6 | 
| *  | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 | 
| *  | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 1 | -1/+2 | 
| *  | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -1/+1 | 
| *  | LegalizeDAG: Allow type promotion of scalar loads | Tom Stellard | 2012-12-10 | 1 | -3/+2 |