summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* [TLI] Refactor "is integer division cheap" queries.Michael Kuperstein2015-08-191-4/+0
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-112-13/+12
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-292-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+4
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien2015-07-101-5/+4
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-095-60/+4
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-092-39/+39
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-052-6/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2311-13/+13
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1911-13/+13
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-4/+4
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-3/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-104-5/+5
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-092-5/+6
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-5/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-4/+4
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-072-3/+6
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-052-3/+4
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-282-19/+21
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-282-21/+19
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-282-19/+21
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* [msp430] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-04-151-6/+0
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-0/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+1
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* 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
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-122-4/+3
* Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher2015-03-111-2/+1
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-0/+2
* 80-column fixup.Eric Christopher2015-03-031-1/+2
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-262-7/+8
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-263-4/+7
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-211-1/+1
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-10/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
OpenPOWER on IntegriCloud