Make pass name more precise and fix comment.
[oota-llvm.git] / lib / Target / Hexagon /
2013-02-15 Jyotsna VermaHexagon: Set appropriate TSFlags to the loads/stores...
2013-02-14 Jyotsna VermaHexagon: Change insn class to support instruction encoding.
2013-02-14 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-13 Anshuman DasguptaHexagon: add support for predicate-GPR copies.
2013-02-13 Jyotsna VermaHexagon: Use absolute addressing mode loads/stores...
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-02-12 Jyotsna VermaHexagon: Add support to generate predicated absolute...
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-02-11 Krzysztof ParzyszekImplement HexagonInstrInfo::analyzeCompare.
2013-02-05 Jyotsna VermaHexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
2013-02-05 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to Hexagon return instructions.
2013-02-05 Jyotsna VermaHexagon: Add V4 compare instructions. Enable relationsh...
2013-02-04 Jyotsna VermaHexagon: Add V4 combine instructions and some more...
2013-02-01 Jyotsna VermaReplace LDriu*[bhdw]_indexed_V4 instructions with ...
2013-02-01 Jyotsna VermaAdd appropriate TSFlags to the instructions that must...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-29 Jyotsna VermaUse multiclass for post-increment store instructions.
2013-01-29 Jyotsna VermaAdd constant extender support for MInst type instructions.
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-14 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 David GreeneFix Another Cast
2013-01-07 Craig TopperRemove more unnecessary # operators with nothing to...
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
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-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-29 Jakub StaszakDelete executive bit on ./lib/Target/Hexagon/HexagonAsm...
2012-12-20 Jyotsna VermaAdd constant extender support to GP-relative load/store...
2012-12-20 Jyotsna VermaAdd TSFlags to ALU32 type instructions for constant...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-11 Jyotsna VermaUse multiclass for new-value store instructions with...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-05 Jyotsna VermaDefine new-value store instructions with base+immediate...
2012-12-05 Jyotsna VermaUse multiclass to define store instructions with base...
2012-12-05 Matthew CurtisFix misplaced closing brace.
2012-12-04 Jyotsna VermaDefine store instructions with base+register offset...
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Jyotsna VermaMove all operand definitions into HexagonOperands.td
2012-12-04 Jyotsna VermaMove generic Hexagon subtarget information into Hexagon.td
2012-12-03 Jyotsna VermaDefine store instructions with base+immediate offset...
2012-12-03 Jyotsna VermaDefine load instructions with base+immediate offset...
2012-12-03 Jyotsna VermaDefine unsigned const-ext predicates.
2012-12-03 Jyotsna VermaRemoving unnecessary 'else' statement from the predicat...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Jyotsna VermaDefine signed const-ext predicates.
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Jyotsna VermaUse multiclass for the store instructions with MEMri...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with 'base...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-28 Jyotsna VermaDefine signed const-ext immediate operands and their...
2012-11-26 Jyotsna VermaFix comments in HexagonOperands.td.
2012-11-21 Jyotsna VermaAdd new predicates for the immediate operands.
2012-11-21 Jyotsna VermaUse one common 'let' expression to set PrintMethod...
2012-11-21 Rafael EspindolaFinish the renaming.
2012-11-21 Jyotsna VermaRenamed HexagonImmediates.td -> HexagonOperands.td.
2012-11-20 Jyotsna VermaRemoving some unused instruction definitions from the...
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-11-13 Jyotsna VermaTest commit.
2012-11-06 Andrew TrickScheduleDAG interface. Added OrderKind to distinguish...
2012-11-01 Pranav BhandarkarUse the relationship models infrastructure to add two...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-10 Sergei LarinAdd "blocked" heuristic to the Hexagon MI scheduler.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-09-05 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-20 Sebastian Popfix HexagonSubtarget parsing of -mv flag
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-07-19 Sebastian Popdefault to use -mv4 when no version of Hexagon has...
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-02 Bob WilsonConsistently use AnalysisID types in TargetPassConfig.
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
next