index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Hexagon
/
InstPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
5
-332
/
+0
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-2
/
+3
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
2
-3
/
+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
3
-20
/
+43
*
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
2
-23
/
+57
*
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
2
-51
/
+18
*
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
2
-18
/
+51
*
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
2
-53
/
+23
*
Silence various build warnings from Hexagon backend that show up in release b...
Craig Topper
2012-04-13
1
-6
/
+3
*
Hexagon: fix CMake error.
Evandro Menezes
2012-04-12
1
-1
/
+1
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
2
-17
/
+50
*
Hexagon: enable assembler output through the MC layer.
Evandro Menezes
2012-04-12
5
-0
/
+286