[X86][SSE] Vector integer/float conversion memory folding
[oota-llvm.git] / lib / Target / MSP430 /
2014-09-30 Job NoormanMake sure aggregates are properly alligned on MSP430.
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-10 Job NoormanDrop the W postfix on the 16-bit registers.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherMove the subtarget dependent features from the target...
2014-06-27 Eric ChristopherRemove uses and caches of the target machine and subtar...
2014-06-27 Eric ChristopherRemove caching of an unused subtarget from MSP430FrameL...
2014-06-27 Eric ChristopherRemove unnecessary caching of variables by MSP430Target...
2014-06-27 Eric ChristopherHave MSP430SelectionDAGInfo constructor take a DataLayo...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-13 Rafael EspindolaAssume defaults to produce smaller datalayout strings.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-24 Job NoormanMake sure SP is always aligned on a 2 byte boundary
2013-10-18 Nadav RotemMark some command line flags as hidden
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-15 Job NoormanFix MSP430 calling convention to match MSPGCC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-07-15 Job NoormanTest commit to see if write access works.
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-01 Michael LiaoFix PR10475
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to MSP430 return instructions.
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-18 Eli BenderskyGet rid of the pesky -Woverloaded-virtual warning....
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-11-21 Anton KorobeynikovAdd support for byval args. Patch by Job Noorman!
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-12 Michael LiaoFix PR11985
2012-07-19 Bill WendlingRemove tabs.
next