summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
AgeCommit message (Expand)Author
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-05-05SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner
2016-04-28[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-17Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2016-02-24`MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def.Anton Korobeynikov
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2015-12-25Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper
2015-10-20MSP430: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-04Fix typo in READMEJeroen Ketema
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-09-15Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders
2015-08-19[TLI] Refactor "is integer division cheap" queries.Michael Kuperstein
2015-08-11PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz
2015-08-08Fix some comment typos.Benjamin Kramer
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith
2015-07-10Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien
2015-07-09Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-07-09Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini
2015-07-09Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini
2015-07-06Change the last few internal StringRef triples into Triple objects.Daniel Sanders
2015-07-05[TargetLowering] StringRefize asm constraint getters.Benjamin Kramer
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders
2015-06-11[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-05-07Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun
2015-05-05[ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet
2015-04-28Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk
2015-04-28Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper
2015-04-28[DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-04-15[msp430] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders