Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / MSP430 /
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-06 Cameron EsfahaniTest commit to see if it triggers an email to llvm...
2015-01-29 Eric ChristopherRemove unnecessary calls to getSubtarget/getSubtargetIm...
2015-01-29 Eric ChristopherRemove unused header.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
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...
next