Convert two if sequences to switches.
[oota-llvm.git] / lib / Target / Hexagon /
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...
2013-05-14 Jyotsna VermaHexagon: Add patterns to generate 'combine' instructions.
2013-05-14 Jyotsna VermaHexagon: ArePredicatesComplement should not restrict...
2013-05-14 Jyotsna VermaHexagon: Remove dead-code after unconditional return...
2013-05-13 Duncan SandsSuppress GCC compiler warnings in release builds about...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Jyotsna VermaFix unused variable error.
2013-05-10 Jyotsna VermaHexagon: Fix switch statements in GetDotOldOp and IsNew...
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-10 Rafael EspindolaRemove unused function.
2013-05-09 Jyotsna VermaHexagon: Remove switch cases from GetDotNewPredOp and...
2013-05-09 Jyotsna VermaHexagon: Use relation map for getMatchingCondBranchOpco...
2013-05-07 Jyotsna VermaHexagon: Fix Small Data support to handle -G 0 correctly.
2013-05-07 Jyotsna VermaReverting r181331.
2013-05-07 Jyotsna VermaHexagon: Fix Small Data support to handle -G 0 correctly.
2013-05-07 Jyotsna VermaHexagon: Set accessSize and addrMode on all load/store...
2013-05-06 Krzysztof ParzyszekPrint IR from Hexagon MI passes with -print-before...
2013-05-06 Krzysztof ParzyszekCleanup of the HexagonTargetMachine setup.
2013-05-06 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-06 Krzysztof ParzyszekMake references to HexagonTargetMachine "const".
2013-05-04 Krzysztof ParzyszekUse consistent function names.
2013-05-03 Reid KlecknerFix missing include in Hexagon code for Release+Asserts
2013-05-02 Jyotsna Vermareverting r180953
2013-05-02 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Pranav BhandarkarHexagon - Add peephole optimizations for zero extends.
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-05-01 Jyotsna VermaHexagon: Clear isKill flag on the predicate register in
2013-04-23 Jyotsna VermaHexagon: Use multiclass for combine and STri[bhwd]_shl_...
2013-04-23 Jyotsna VermaHexagon: Define relations for GP-relative instructions.
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-12 Jyotsna VermaHexagon: Set isPredicatedNew flag on predicate new...
2013-04-12 Jyotsna VermaHexagon: Set isPredicatedFlase flag for all the instruc...
2013-04-04 Jyotsna VermaHexagon: Expand br_cc.
2013-04-01 Duncan SandsRemove unused typedef.
2013-03-31 Duncan SandsThere is no longer any need to silence this compiler...
2013-03-29 Jyotsna VermaHexagon: Add emitFrameIndexDebugValue function to emit...
2013-03-29 Jyotsna VermaHexagon: Disable DwarfUsesInlineInfoSection flag.
2013-03-28 Jyotsna VermaHexagon: Replace switch-case in isDotNewInst with TSFlags.
2013-03-28 Jyotsna VermaHexagon: Enable SupportDebugInfomation and DwarfInSecti...
2013-03-28 Jyotsna VermaHexagon: Use multiclass for gp-relative instructions.
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-03-27 Jyotsna VermaHexagon: Disable optimizations at O0.
2013-03-26 Jyotsna VermaHexagon: Use multiclass for aslh, asrh, sxtb, sxth...
2013-03-26 Jyotsna VermaHexagon: Remove HexagonMCInst.h file. It has been repla...
2013-03-22 Jyotsna VermaHexagon: Add and enable memops setbit, clrbit, &,|...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-03-08 Jyotsna VermaHexagon: Add patterns for zero extended loads from...
2013-03-07 Jyotsna VermaHexagon: Handle i8, i16 and i1 Var Args.
next