summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Drop the W postfix on the 16-bit registers.Job Noorman2014-09-107-196/+196
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-1313-29/+29
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-8/+8
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-054-24/+13
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-049-44/+48
* Move the subtarget dependent features from the target machine toEric Christopher2014-06-274-41/+53
* Remove uses and caches of the target machine and subtarget fromEric Christopher2014-06-275-19/+8
* Remove caching of an unused subtarget from MSP430FrameLowering.Eric Christopher2014-06-272-8/+3
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-272-14/+5
* Have MSP430SelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-273-4/+4
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-2/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-2911-86/+87
* [C++] Use 'nullptr'.Craig Topper2014-04-285-7/+8
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-3/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-6/+5
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-256-19/+19
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-226-8/+12
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-224-8/+8
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-212-0/+4
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-043-7/+7
* Mark FPB as a reserved register when needed.Job Noorman2014-04-021-1/+3
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-024-10/+8
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-072-2/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Remove unnecessary #includes.Bill Wendling2014-01-061-1/+0
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-061-4/+1
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-051-0/+7
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-032-3/+7
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-1/+1
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-131-1/+1
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-112-2/+2
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Remove dead code.Rafael Espindola2013-12-021-8/+0
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-021-6/+0
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-284-7/+1
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-282-4/+0
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-281-1/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-192-1/+5
* Revert r194865 and r194874.Alexey Samsonov2013-11-182-5/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-152-1/+5
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-1/+0
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-292-2/+2
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-241-2/+2
* Mark some command line flags as hiddenNadav Rotem2013-10-181-1/+1
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-152-10/+123
OpenPOWER on IntegriCloud