summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAge
* 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
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-01
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Fix PR10475Michael Liao2013-03-01
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-05
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-31
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31