summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* MSP430 - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-141-14/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSP430] Add MC layerAnton Korobeynikov2018-11-151-16/+16
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-081-16/+16
* [MSP430] Add MC layerAnton Korobeynikov2018-11-081-16/+16
* [SDAG] Remove the reliance on MI's allocation strategy forChandler Carruth2018-08-141-3/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-5/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.Vadzim Dambrouski2017-05-241-2/+2
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISelJustin Bogner2016-05-131-76/+57
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-4/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-5/+5
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-5/+5
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-5/+5
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-4/+4
* Revert "r232027 - Add infrastructure for support of multiple memory constraints"Hal Finkel2015-03-121-4/+4
* Add infrastructure for support of multiple memory constraints.Daniel Sanders2015-03-121-4/+4
* Remove unnecessary calls to getSubtarget/getSubtargetImpl from theEric Christopher2015-01-291-6/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+4
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-3/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-12/+12
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-0/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Fix PR11985Michael Liao2012-09-121-2/+2
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+4
* zap dead code.Chris Lattner2010-09-041-9/+0
* Propagate debug loc.Devang Patel2010-07-061-1/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-3/+2
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* remove 300 lines of code that is now dead in the MSP430 backendChris Lattner2010-03-021-293/+1
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-021-0/+5
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-40/+8
OpenPOWER on IntegriCloud