| Commit message (Expand) | Author | Age | Files | Lines |
* | [SDAG] Remove the reliance on MI's allocation strategy for | Chandler Carruth | 2018-08-14 | 1 | -3/+2 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISel | Justin Bogner | 2016-05-13 | 1 | -28/+38 |
* | SDAG: Rename Select->SelectImpl and repurpose Select as returning void | Justin Bogner | 2016-05-05 | 1 | -6/+6 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
* | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -2/+3 |
* | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -4/+3 |
* | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 2015-04-28 | 1 | -6/+7 |
* | Revert "[DebugInfo] Add debug locations to constant SD nodes" | Daniel Jasper | 2015-04-28 | 1 | -7/+6 |
* | [DebugInfo] Add debug locations to constant SD nodes | Sergey Dmitrouk | 2015-04-28 | 1 | -6/+7 |
* | Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip... | Daniel Sanders | 2015-03-13 | 1 | -4/+4 |
* | Revert "r232027 - Add infrastructure for support of multiple memory constraints" | Hal Finkel | 2015-03-12 | 1 | -4/+4 |
* | Add infrastructure for support of multiple memory constraints. | Daniel Sanders | 2015-03-12 | 1 | -4/+4 |
* | Remove unused class variable. | Eric Christopher | 2015-02-02 | 1 | -3/+1 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
* | Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>. | Craig Topper | 2014-04-26 | 1 | -2/+1 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -5/+5 |
* | [XCore] Add support for the "m" inline asm constraint. | Richard Osborne | 2014-03-06 | 1 | -1/+26 |
* | [XCore] Fix instruction selection for zext, mkmsk instructions. | Richard Osborne | 2013-07-02 | 1 | -1/+1 |
* | Access the TargetLoweringInfo from the TargetMachine object instead of cachin... | Bill Wendling | 2013-06-19 | 1 | -3/+1 |
* | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -1/+1 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -3/+3 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -2/+2 |
* | [XCore] Make use of the target independent global address offset folding. | Richard Osborne | 2013-05-04 | 1 | -44/+0 |
* | ArrayRefize getMachineNode(). No functionality change. | Michael Liao | 2013-04-19 | 1 | -6/+6 |
* | Fix order of operands for crc8_l4r | Richard Osborne | 2013-01-25 | 1 | -9/+4 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -6/+6 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -6/+6 |
* | Pass optLevel to XCoreDAGToDAGISel. | Richard Osborne | 2011-12-15 | 1 | -4/+5 |
* | Don't fold negative offsets into cp / dp accesses to avoid relocation errors. | Richard Osborne | 2011-11-01 | 1 | -2/+2 |
* | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne | 2011-09-12 | 1 | -3/+8 |
* | Add XCore intrinsic for crc8. | Richard Osborne | 2011-05-31 | 1 | -0/+10 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -2/+0 |
* | Add checkevent intrinsic to check if any resources owned by the current thread | Richard Osborne | 2011-03-16 | 1 | -55/+127 |
* | Don't indent cases in a switch, no functionality change. | Richard Osborne | 2011-03-15 | 1 | -50/+50 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -12/+9 |
* | Remove Predicate_* calls from MBlaze and XCore | Jakob Stoklund Olesen | 2010-09-03 | 1 | -6/+15 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -2/+1 |
* | Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) | Richard Osborne | 2010-03-11 | 1 | -23/+0 |
* | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne | 2010-03-10 | 1 | -0/+6 |
* | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne | 2010-03-10 | 1 | -0/+12 |
* | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -11/+0 |
* | stop using generated sdnodexforms. | Chris Lattner | 2010-03-01 | 1 | -1/+5 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -16/+15 |
* | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -4/+1 |
* | Remove xs1a subtarget. xs1a is a preproduction device used in | Richard Osborne | 2009-10-06 | 1 | -25/+16 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -14/+15 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |