OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / Hexagon / HexagonInstrInfo.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-02 Krzysztof Parzyszek[Hexagon] Return 0 from getDotNewPredOp when .new opcod...
2017-06-01 Krzysztof Parzyszek[Hexagon] Fix dependence check in the packetizer
2017-05-26 Matthias BraunLivePhysRegs: Rework constructor + documentation; NFC
2017-05-05 Krzysztof Parzyszek[Hexagon] Disable predicated calls by default
2017-05-03 Krzysztof Parzyszek[Hexagon] Use automatically-generated scheduling inform...
2017-05-03 Krzysztof Parzyszek[Hexagon] Handle S2_storerf_io in HexagonInstrInfo
2017-05-03 Krzysztof Parzyszek[Hexagon] Misc fixes in HexagonInstrInfo, NFC
2017-05-03 Krzysztof Parzyszek[Hexagon] Adjust latency between allocframe and the...
2017-05-03 Krzysztof Parzyszek[Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonIn...
2017-05-03 Krzysztof Parzyszek[Hexagon] Implement undoing .cur instructions in packetizer
2017-05-03 Krzysztof Parzyszek[Hexagon] Add memory operands to a rewritten load
2017-05-03 Krzysztof Parzyszek[Hexagon] Reset spill alignment when variable-sized...
2017-05-02 Krzysztof Parzyszek[Hexagon] Don't ignore mult-cycle latency information
2017-05-02 Krzysztof Parzyszek[Hexagon] Remove unused validSubtarget TSFlags
2017-03-06 Krzysztof Parzyszek[Hexagon] Pick a dot-old instruction that matches the...
2017-03-03 Krzysztof ParzyszekMake TargetInstrInfo::isPredicable take a const referen...
2017-03-02 Krzysztof Parzyszek[Hexagon] Pick the right branch opcode depending on...
2017-02-17 Krzysztof Parzyszek[Hexagon] Start using regmasks on calls
2017-02-17 Rafael EspindolaRevert "[Hexagon] Start using regmasks on calls"
2017-02-16 Krzysztof Parzyszek[Hexagon] Start using regmasks on calls
2017-02-14 Krzysztof Parzyszek[Hexagon] Remove leftover debugging code
2017-02-10 Krzysztof Parzyszek[Hexagon] Replace instruction definitions with auto...
2017-02-02 Krzysztof Parzyszek[Hexagon] Fix insertBranch for loops with multiple...
2017-02-02 Krzysztof Parzyszek[Hexagon] Rename TypeCOMPOUND to TypeCJ
2017-01-13 Diana Picus[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
2017-01-04 Eugene Zelenko[Hexagon, TableGen] Fix some Clang-tidy modernize and...
2016-11-17 Simon PilgrimFix spelling mistakes in Hexagon target comments. NFC.
2016-11-14 Sumanth Gundapaneni[Hexagon] Remove unsafe load instructions that affect...
2016-11-09 Krzysztof Parzyszek[Hexagon] Separate Hexagon subreg indices for different...
2016-11-09 Krzysztof Parzyszek[Hexagon] Eliminate Insert4 pseudo-instruction, use...
2016-10-25 Matthias BraunMachineInstrBundle: Pass iterators to getBundle(Start...
2016-10-01 Mehdi AminiUse StringRef instead of raw pointers in MCAsmInfo...
2016-09-14 Matt ArsenaultFinish renaming remaining analyzeBranch functions
2016-09-14 Matt ArsenaultMake analyzeBranch family of instruction names consistent
2016-09-14 Matt ArsenaultAArch64: Use TTI branch functions in branch relaxation
2016-09-11 Duncan P. N. Exon... CodeGen: Give MachineBasicBlock::reverse_iterator a...
2016-09-02 Ron LiebermanMake sure to maintain register liveness when generating...
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix subesthetic indentation
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix a few omissions in HexagonInstrInfo
2016-08-19 Krzysztof Parzyszek[Hexagon] Mark PS_jumpret as pseudo-instruction, expand...
2016-08-17 Duncan P. N. Exon... Hexagon: Avoid dereferencing end() in HexagonInstrInfo...
2016-08-16 Krzysztof Parzyszek[Hexagon] Standardize next batch of pseudo instructions
2016-08-16 Krzysztof Parzyszek[Hexagon] Clean up some miscellaneous V60 intrinsics...
2016-08-16 Krzysztof Parzyszek[Hexagon] Standardize vector predicate load/store pseud...
2016-08-12 Krzysztof Parzyszek[Hexagon] Cleanup and standardize vector load/store...
2016-08-12 Krzysztof Parzyszek[Hexagon] Standardize pseudo-instructions for calls...
2016-08-12 Krzysztof Parzyszek[Hexagon] Treat non-returning indirect calls as schedul...
2016-08-11 Krzysztof Parzyszek[Hexagon] Allow non-returning calls in hardware loops
2016-08-11 Krzysztof Parzyszek[Hexagon] Standardize "select" pseudo-instructions
2016-08-10 Krzysztof Parzyszek[Hexagon] Use integer instructions for floating point...
2016-08-01 Krzysztof ParzyszekReplace MachineInstr* with MachineInstr& in TargetInstr...
2016-07-29 Krzysztof Parzyszek[Hexagon] Referencify MachineInstr in HexagonInstrInfo...
2016-07-29 Brendon CahoonMachinePipeliner pass that implements Swing Modulo...
2016-07-29 Krzysztof Parzyszek[Hexagon] Implement DFA based hazard recognizer
2016-07-28 Matthias BraunMachineFunction: Return reference for getFrameInfo...
2016-07-15 Krzysztof Parzyszek[Hexagon] Handle instruction latency for 0 or 2 cycles
2016-07-15 Krzysztof Parzyszek[Hexagon] Improve patterns with stack-based addressing
2016-07-15 Jacques PienaarRename AnalyzeBranch* to analyzeBranch*.
2016-07-14 Krzysztof Parzyszek[Hexagon] Packetize function call arguments with tail...
2016-07-08 Duncan P. N. Exon... Target: Avoid getFirstTerminator() => pointer, NFC
2016-06-30 Duncan P. N. Exon... CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
2016-06-15 Krzysztof Parzyszek[Hexagon] Fix/simplify some conditional statements
2016-06-12 Benjamin KramerPass DebugLoc and SDLoc by const ref.
2016-06-10 Krzysztof Parzyszek[Hexagon] Remove incorrect offset scaling
2016-06-02 Krzysztof Parzyszek[Hexagon] Expand COPY pseudo-instruction
2016-05-16 Krzysztof Parzyszek[Hexagon] Simplify HexagonInstrInfo::isPredicable
2016-05-12 Krzysztof Parzyszek[Hexagon] Expand VSelect pseudo instructions
2016-05-05 Krzysztof Parzyszek[scan-build] fix warnings emitted on LLVM Hexagon code...
2016-05-05 Krzysztof Parzyszek[Hexagon] Fix the offset ranges for vector memory instr...
2016-04-29 Krzysztof Parzyszek[Hexagon] Optimize addressing modes for load/store
2016-03-24 Krzysztof Parzyszek[Hexagon] Generate PIC-specific versions of save/restor...
2016-02-27 Duncan P. N. Exon... WIP: CodeGen: Use MachineInstr& in MachineInstrBundle...
2016-02-23 Duncan P. N. Exon... CodeGen: TII: Take MachineInstr& in predicate API, NFC
2016-02-22 Duncan P. N. Exon... CodeGen: Bring back MachineBasicBlock::iterator::getIns...
2016-02-22 Duncan P. N. Exon... Revert "CodeGen: MachineInstr::getIterator() => getInst...
2016-02-21 Duncan P. N. Exon... CodeGen: MachineInstr::getIterator() => getInstrIterato...
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more cases in copyPhysReg and stack...
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more instructions in isLoadFromStac...
2016-02-12 Krzysztof Parzyszek[Hexagon] Add utility functions to detect sign- and...
2016-01-22 Krzysztof Parzyszek[Hexagon] Use general purpose registers to spill pred...
2016-01-14 Krzysztof Parzyszek[Hexagon] Expand pseudo instruction Insert4
2016-01-14 Krzysztof Parzyszek[Hexagon] Handle branches with non-mbb operands
2015-12-16 Krzysztof Parzyszek[Hexagon] Update the Hexagon packetizer
2015-12-14 Krzysztof Parzyszek[Hexagon] Add "const" to function parameters in Hexagon...
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Krzysztof Parzyszek[Hexagon] HVX vector register classes and more isel...
2015-11-25 Krzysztof Parzyszek[Hexagon] Treat transfers of FP immediates are pseudo...
2015-11-24 Krzysztof Parzyszek[Hexagon] Add missing include of <cctype>
2015-11-24 Krzysztof Parzyszek[Hexagon] Bring HexagonInstrInfo up to date
2015-10-20 Krzysztof Parzyszek[Hexagon] Change Based->Base in getBasedWithImmOffset
2015-10-20 Duncan P. N. Exon... Hexagon: Remove implicit ilist iterator conversions...
2015-10-06 Krzysztof Parzyszek[Hexagon] Add an early if-conversion pass
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-05-08 Brendon Cahoon[Hexagon] Update AnalyzeBranch, etc target hooks
2015-04-27 Brendon Cahoon[Hexagon] Use constant extenders to fix up hardware...
next