index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Hexagon
/
InstPrinter
/
HexagonInstPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...
Colin LeMahieu
2014-11-20
1
-254
/
+0
*
[Hexagon] Reverting 220584 to address ASAN errors.
Colin LeMahieu
2014-11-04
1
-0
/
+254
*
[Hexagon] Resubmission of 220427
Colin LeMahieu
2014-10-24
1
-254
/
+0
*
Revert r220427, "[Hexagon] Adding encoding bits for add opcode."
NAKAMURA Takumi
2014-10-23
1
-4
/
+5
*
[Hexagon] Adding encoding bits for add opcode.
Colin LeMahieu
2014-10-22
1
-5
/
+4
*
Remove unnecessary else.
Sid Manning
2014-10-20
1
-4
/
+4
*
Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USED
Sid Manning
2014-10-15
1
-1
/
+1
*
Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED
Sid Manning
2014-10-15
1
-1
/
+1
*
Add LLVM_ATTRIBUTE_UNUSED to function currently just used in an assert
Sid Manning
2014-10-15
1
-0
/
+2
*
Enable the instruction printer in HexagonMCTargetDesc
Sid Manning
2014-10-15
1
-2
/
+50
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
Hexagon: Avoid unused variable warnings in Release builds.
Benjamin Kramer
2013-07-02
1
-6
/
+2
*
Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...
Richard Trieu
2013-07-01
1
-7
/
+5
*
Change assert(0 && "text") to llvm_unreachable(0 && "text")
Richard Trieu
2013-06-28
1
-2
/
+2
*
Fix broken asserts that never fire.
Richard Trieu
2013-06-28
1
-2
/
+2
*
Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.
Jyotsna Verma
2013-02-20
1
-16
/
+28
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-14
1
-24
/
+3
*
Hexagon constant extender support.
Brendon Cahoon
2012-05-11
1
-3
/
+24
*
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-05-03
1
-18
/
+49
*
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
1
-49
/
+18
*
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
1
-18
/
+49
*
HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.
NAKAMURA Takumi
2012-04-21
1
-6
/
+3
*
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
1
-51
/
+23
*
Silence various build warnings from Hexagon backend that show up in release b...
Craig Topper
2012-04-13
1
-6
/
+3
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
1
-17
/
+48
*
Hexagon: enable assembler output through the MC layer.
Evandro Menezes
2012-04-12
1
-0
/
+170