index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Hexagon
/
HexagonNewValueJump.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-02
reverting r180953
Jyotsna Verma
2013-05-02
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-02
Hexagon: Honor __builtin_expect by using branch probabilities.
Jyotsna Verma
2013-05-01
Hexagon: Use multiclass for Jump instructions.
Jyotsna Verma
2013-04-23
Hexagon: Remove assembler mapped instruction definitions.
Jyotsna Verma
2013-03-31
There is no longer any need to silence this compiler warning as the warning has
Duncan Sands
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-06-09
Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are
Duncan Sands
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-16
Hexagon: Remove unused command line option.
Benjamin Kramer
2012-05-12
Support for Hexagon feature, New Value Jump.
Sirish Pande
2012-04-23
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-13
Remove iostream from New Value Jump.
Sirish Pande
2012-04-13
Add support for Hexagon Architectural feature, New Value Jump.
Sirish Pande