Fix broken build
[oota-llvm.git] / lib / Target / Hexagon /
2014-05-08 Jyotsna Verma[Hexagon] Add new InstrItinClass to support timing...
2014-05-07 Jyotsna Verma[Hexagon] Add New TSFlags to be used in the upcoming...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
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::getMergeValues 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-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-18 Krzysztof ParzyszekEnable CFI on Hexagon.
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
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-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-25 Alp TokerFix typos
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-24 Alp TokerFix known typos
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
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-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-16 Rafael EspindolaOne last cleanup of LLVM's DataLayout strings.
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-12 Rafael EspindolaUse "a" instead of "a0" in DataLayout.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaRemove leftovers from a non-MC asm printer.
2013-12-02 Rafael EspindolaRemove #if 0 declarations.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 Rafael EspindolaRemove dead declarations.
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-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 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-28 NAKAMURA TakumiPrune trailing linefeeds.
2013-10-27 Benjamin KramerHexagon: Remove global state.
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-10 Eli FriedmanFix unused variables.
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-21 Bill WendlingRemove use of forbidden 'iostream' header.
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-07-27 Chandler CarruthFix a memory leak in the hexagon scheduler. We call...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-06-28 Richard TrieuChange assert(0 && "text") to llvm_unreachable(0 &...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
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-28 Jyotsna VermaHexagon: Typo fix.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-23 Benjamin KramerHexagon: Make helper functions static.
2013-05-21 Jyotsna VermaHexagon: SelectionDAG should not use MVT::Other to...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 Benjamin KramerDon't cast away constness.
2013-05-16 Rafael EspindolaRemove dead calls to addFrameMove.
2013-05-14 Jyotsna VermaHexagon: Pass to replace tranfer/copy instructions...
next