index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Hexagon
Age
Commit message (
Expand
)
Author
2012-12-11
Use 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-07
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-05
Define new-value store instructions with base+immediate addressing mode
Jyotsna Verma
2012-12-05
Use multiclass to define store instructions with base+immediate offset
Jyotsna Verma
2012-12-05
Fix misplaced closing brace.
Matthew Curtis
2012-12-04
Define store instructions with base+register offset addressing mode
Jyotsna Verma
2012-12-04
Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...
Jyotsna Verma
2012-12-04
Add constant extender support to ALU32 instructions for V2.
Jyotsna Verma
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Move all operand definitions into HexagonOperands.td
Jyotsna Verma
2012-12-04
Move generic Hexagon subtarget information into Hexagon.td
Jyotsna Verma
2012-12-03
Define store instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
Define load instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
Define unsigned const-ext predicates.
Jyotsna Verma
2012-12-03
Removing unnecessary 'else' statement from the predicates defined in HexagonO...
Jyotsna Verma
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
Define signed const-ext predicates.
Jyotsna Verma
2012-11-30
Use multiclass for the load instructions with MEMri operand.
Jyotsna Verma
2012-11-30
Use multiclass for the store instructions with MEMri operand.
Jyotsna Verma
2012-11-30
Use multiclass for the load instructions with 'base + register offset'
Jyotsna Verma
2012-11-29
Use multiclass for 'transfer' instructions.
Jyotsna Verma
2012-11-28
Define signed const-ext immediate operands and their predicates.
Jyotsna Verma
2012-11-26
Fix comments in HexagonOperands.td.
Jyotsna Verma
2012-11-21
Add new predicates for the immediate operands.
Jyotsna Verma
2012-11-21
Use one common 'let' expression to set PrintMethod for all immediate operands.
Jyotsna Verma
2012-11-21
Finish the renaming.
Rafael Espindola
2012-11-21
Renamed HexagonImmediates.td -> HexagonOperands.td.
Jyotsna Verma
2012-11-20
Removing some unused instruction definitions from the Hexagon backend.
Jyotsna Verma
2012-11-14
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-11-13
Test commit.
Jyotsna Verma
2012-11-06
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-01
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
Use new accessor methods to query for attributes.
Bill Wendling
2012-09-25
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-14
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
Remove redundant private field.
Benjamin Kramer
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-10
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-05
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
Remove redundant semicolons to fix -pedantic-errors build.
Richard Smith
[next]