aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-13/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-097-12/+19
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2311-59/+48
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0226-278/+281
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2113-84/+70
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2919-140/+147
* Update to LLVM 3.5a.Stephen Hines2014-04-2415-46/+27
* [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
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-0/+1
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* Test commit to see if write access works.Job Noorman2013-07-151-1/+1
* Use conventional syntax for branches.Anton Korobeynikov2013-07-141-2/+2
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-2/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+3
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-012-0/+11
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-073-6/+5
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-253-27/+27
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+3
* Remove unused argument.Rafael Espindola2013-05-102-3/+2
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-142-3/+4
* Fix PR10475Michael Liao2013-03-011-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-214-67/+67
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-052-13/+9
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-311-1/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-12/+9
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-10/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-028-20/+20
* Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.Eli Bendersky2012-12-182-0/+5
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-111-1/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0311-34/+34
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-213-2/+36
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-212-17/+46
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+2