aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon
Commit message (Expand)AuthorAgeFilesLines
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-048-15/+15
* Move all operand definitions into HexagonOperands.tdJyotsna Verma2012-12-042-53/+57
* Move generic Hexagon subtarget information into Hexagon.tdJyotsna Verma2012-12-042-64/+101
* Define store instructions with base+immediate offset addressing modeJyotsna Verma2012-12-032-185/+78
* Define load instructions with base+immediate offset addressing modeJyotsna Verma2012-12-031-203/+73
* Define unsigned const-ext predicates.Jyotsna Verma2012-12-031-0/+128
* Removing unnecessary 'else' statement from the predicates defined in HexagonO...Jyotsna Verma2012-12-031-48/+12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0321-118/+119
* Define signed const-ext predicates.Jyotsna Verma2012-12-031-0/+131
* Use multiclass for the load instructions with MEMri operand.Jyotsna Verma2012-11-301-184/+66
* Use multiclass for the store instructions with MEMri operand.Jyotsna Verma2012-11-302-163/+64
* Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma2012-11-301-277/+97
* Use multiclass for 'transfer' instructions.Jyotsna Verma2012-11-292-80/+98
* Define signed const-ext immediate operands and their predicates.Jyotsna Verma2012-11-282-0/+122
* Fix comments in HexagonOperands.td.Jyotsna Verma2012-11-261-29/+27
* Add new predicates for the immediate operands.Jyotsna Verma2012-11-211-4/+121
* Use one common 'let' expression to set PrintMethod for all immediate operands.Jyotsna Verma2012-11-211-209/+53
* Finish the renaming.Rafael Espindola2012-11-212-2/+2
* Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma2012-11-212-1/+1
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-202-92/+0
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-144-233/+187
* Test commit.Jyotsna Verma2012-11-131-0/+1
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-061-2/+1
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-013-211/+139
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-2/+14
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-14/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-2/+14
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-102-30/+26
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-086-12/+12
* Use new accessor methods to query for attributes.Bill Wendling2012-10-041-1/+1
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-251-0/+2
* DAG post-process for Hexagon MI schedulerSergei Larin2012-09-142-0/+34
* Remove redundant private field.Benjamin Kramer2012-09-142-3/+2
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-112-510/+18
* Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin2012-09-102-177/+269
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+1
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-051-0/+35
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-051-2/+2
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-048-1/+1377
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-291-2/+2
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-1/+1
* fix HexagonSubtarget parsing of -mv flagSebastian Pop2012-08-201-17/+16
* [Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer2012-08-131-9/+3
* Don't use getNextOperandForReg().Jakob Stoklund Olesen2012-08-081-1/+4
* default to use -mv4 when no version of Hexagon has been specifiedSebastian Pop2012-07-191-1/+5
* Remove tabs.Bill Wendling2012-07-191-85/+85
* Remove tabs.Bill Wendling2012-07-191-4/+4