summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon
Commit message (Expand)AuthorAge
...
* Fix a memory leak in the hexagon scheduler. We call initialize here moreChandler Carruth2013-07-27
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-02
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-01
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-28
* Fix broken asserts that never fire.Richard Trieu2013-06-28
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Hexagon: Typo fix.Jyotsna Verma2013-05-28
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Hexagon: Make helper functions static.Benjamin Kramer2013-05-23
* Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.Jyotsna Verma2013-05-21
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Don't cast away constness.Benjamin Kramer2013-05-17
* Remove dead calls to addFrameMove.Rafael Espindola2013-05-16
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-14
* Hexagon: Add patterns to generate 'combine' instructions.Jyotsna Verma2013-05-14
* Hexagon: ArePredicatesComplement should not restrict itself to TFRs.Jyotsna Verma2013-05-14
* Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma2013-05-14
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-13
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Fix unused variable error.Jyotsna Verma2013-05-10
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-10
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-10
* Remove unused argument.Rafael Espindola2013-05-10
* Remove unused function.Rafael Espindola2013-05-10
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-09
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-09
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Reverting r181331.Jyotsna Verma2013-05-07
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma2013-05-07
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-06
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-06
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-06
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-06
* Use consistent function names.Krzysztof Parzyszek2013-05-04
* Fix missing include in Hexagon code for Release+AssertsReid Kleckner2013-05-03
* reverting r180953Jyotsna Verma2013-05-02
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-02