summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAge
* Move the subtarget dependent features from the target machine toEric Christopher2014-06-27
* Remove uses and caches of the target machine and subtarget fromEric Christopher2014-06-27
* Remove caching of an unused subtarget from MSP430FrameLowering.Eric Christopher2014-06-27
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-27
* Have MSP430SelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Mark FPB as a reserved register when needed.Job Noorman2014-04-02
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Remove unnecessary #includes.Bill Wendling2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-28
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-24
* Mark some command line flags as hiddenNadav Rotem2013-10-18
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-15
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Test commit to see if write access works.Job Noorman2013-07-15
* Use conventional syntax for branches.Anton Korobeynikov2013-07-14