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
/
test
/
CodeGen
/
Hexagon
Age
Commit message (
Expand
)
Author
2012-11-14
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-09-05
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-04
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-24
Infer instruction properties from single-instruction patterns.
Jakob Stoklund Olesen
2012-08-13
[Hexagon] Don't mark callee saved registers as clobbered by a tail call
Arnold Schwaighofer
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-05-15
Enable all Hexagon tests.
Sirish Pande
2012-05-14
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-12
Support for Hexagon feature, New Value Jump.
Sirish Pande
2012-05-11
Hexagon constant extender support.
Brendon Cahoon
2012-05-10
Hexagon V5 FP Support.
Sirish Pande
2012-05-03
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-04-23
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
Hexagon V5 (floating point) support.
Sirish Pande
2012-04-23
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-23
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-12
Disable Hexagon test temporarily.
Sirish Pande
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2011-12-16
Hexagon: Fix a nasty order-of-initialization bug.
Benjamin Kramer
2011-12-13
Temporarily disable Hexagon tests. They are failing on OS X
Tony Linthicum
2011-12-12
Hexagon backend support
Tony Linthicum