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
2013-03-02
Added FIXME for future Hexagon cleanup.
Andrew Trick
2013-03-01
Hexagon: Add constant extender support framework.
Jyotsna Verma
2013-02-22
Remove code copied from GenRegisterInfo.inc.
Andrew Trick
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
Hexagon: Expand cttz, ctlz, and ctpop for now.
Anshuman Dasgupta
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.
Jyotsna Verma
2013-02-19
Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h with
Jyotsna Verma
2013-02-15
Hexagon: Set appropriate TSFlags to the loads/stores with global address to
Jyotsna Verma
2013-02-14
Hexagon: Change insn class to support instruction encoding.
Jyotsna Verma
2013-02-14
Hexagon: Use multiclass for absolute addressing mode loads.
Jyotsna Verma
2013-02-13
Hexagon: add support for predicate-GPR copies.
Anshuman Dasgupta
2013-02-13
Hexagon: Use absolute addressing mode loads/stores for global+offset
Jyotsna Verma
2013-02-13
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-12
Hexagon: Add support to generate predicated absolute addressing mode
Jyotsna Verma
2013-02-11
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-05
Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
Jyotsna Verma
2013-02-05
Hexagon: Use multiclass for absolute addressing mode stores.
Jyotsna Verma
2013-02-05
Move MRI liveouts to Hexagon return instructions.
Jakob Stoklund Olesen
2013-02-05
Hexagon: Add V4 compare instructions. Enable relationship mapping
Jyotsna Verma
2013-02-04
Hexagon: Add V4 combine instructions and some more Def Pats for V2.
Jyotsna Verma
2013-02-01
Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".
Jyotsna Verma
2013-02-01
Add appropriate TSFlags to the instructions that must be always extended.
Jyotsna Verma
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-29
Use multiclass for post-increment store instructions.
Jyotsna Verma
2013-01-29
Add constant extender support for MInst type instructions.
Jyotsna Verma
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-25
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-17
Add indexed load/store instructions for offset validation check.
Jyotsna Verma
2013-01-14
Improve r172468: const_cast is not needed here
Dmitri Gribenko
2013-01-14
Fix Another Cast
David Greene
2013-01-07
Remove more unnecessary # operators with nothing to paste proceeding them.
Craig Topper
2013-01-07
Remove # from the beginning and end of def names. The # is a paste operator a...
Craig Topper
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-29
Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.
Jakub Staszak
2012-12-20
Add constant extender support to GP-relative load/store instructions.
Jyotsna Verma
2012-12-20
Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.
Jyotsna Verma
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
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
[next]