aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon
AgeCommit message (Expand)Author
2012-12-11Use multiclass for new-value store instructions with MEMri operand.Jyotsna Verma
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-05Define new-value store instructions with base+immediate addressing modeJyotsna Verma
2012-12-05Use multiclass to define store instructions with base+immediate offsetJyotsna Verma
2012-12-05Fix misplaced closing brace.Matthew Curtis
2012-12-04Define store instructions with base+register offset addressing modeJyotsna Verma
2012-12-04Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma
2012-12-04Add constant extender support to ALU32 instructions for V2.Jyotsna Verma
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Move all operand definitions into HexagonOperands.tdJyotsna Verma
2012-12-04Move generic Hexagon subtarget information into Hexagon.tdJyotsna Verma
2012-12-03Define store instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03Define load instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03Define unsigned const-ext predicates.Jyotsna Verma
2012-12-03Removing unnecessary 'else' statement from the predicates defined in HexagonO...Jyotsna Verma
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-03Define signed const-ext predicates.Jyotsna Verma
2012-11-30Use multiclass for the load instructions with MEMri operand.Jyotsna Verma
2012-11-30Use multiclass for the store instructions with MEMri operand.Jyotsna Verma
2012-11-30Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma
2012-11-29Use multiclass for 'transfer' instructions.Jyotsna Verma
2012-11-28Define signed const-ext immediate operands and their predicates.Jyotsna Verma
2012-11-26Fix comments in HexagonOperands.td.Jyotsna Verma
2012-11-21Add new predicates for the immediate operands.Jyotsna Verma
2012-11-21Use one common 'let' expression to set PrintMethod for all immediate operands.Jyotsna Verma
2012-11-21Finish the renaming.Rafael Espindola
2012-11-21Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma
2012-11-20Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-13Test commit.Jyotsna Verma
2012-11-06ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick
2012-11-01Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Use new accessor methods to query for attributes.Bill Wendling
2012-09-25TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop
2012-09-14DAG post-process for Hexagon MI schedulerSergei Larin
2012-09-14Remove redundant private field.Benjamin Kramer
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-09-10Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-05LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar
2012-09-05Remove redundant semicolons to fix -pedantic-errors build.Richard Smith