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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-9
/
+6
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
[Hexagon] Handle a global operand to A2_addi when creating duplexes
Krzysztof Parzyszek
2017-06-22
1
-27
/
+26
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-4
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
2
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
5
-6
/
+6
*
[Hexagon] Remove C6 and C7 as separate registers
Krzysztof Parzyszek
2017-05-05
1
-8
/
+0
*
[Hexagon] Use automatically-generated scheduling information for HVX
Krzysztof Parzyszek
2017-05-03
2
-6
/
+5
*
[Hexagon] Change iconst to emit 27bit relocation
Krzysztof Parzyszek
2017-05-02
8
-15
/
+19
*
[Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL
Krzysztof Parzyszek
2017-05-02
4
-3
/
+42
*
[Hexagon] Formatting changes, NFC
Krzysztof Parzyszek
2017-05-02
4
-8
/
+13
*
[Hexagon] Remove unused validSubtarget TSFlags
Krzysztof Parzyszek
2017-05-02
3
-24
/
+0
*
[Hexagon] Make sure duplexed dealloc_returns are checked for double jumps
Krzysztof Parzyszek
2017-05-02
1
-0
/
+8
*
[Hexagon] Move checking AXOK to checker
Krzysztof Parzyszek
2017-05-02
3
-69
/
+80
*
[Hexagon] Remove unneeded code from HexagonShuffler
Krzysztof Parzyszek
2017-05-02
2
-11
/
+9
*
[Hexagon] Extract function that checks endloops with other branches
Krzysztof Parzyszek
2017-05-02
2
-36
/
+39
*
[Hexagon] Add new packet iterator which will iterate through duplexes
Krzysztof Parzyszek
2017-05-02
3
-24
/
+82
*
[Hexagon] Check for .cur def without use without using a map data structure
Krzysztof Parzyszek
2017-05-02
2
-24
/
+42
*
[Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
Krzysztof Parzyszek
2017-05-01
5
-6
/
+12
*
[Hexagon] Improving error reporting for writing to read only registers
Krzysztof Parzyszek
2017-05-01
2
-7
/
+22
*
[Hexagon] Give better error messages for solo instruction errors
Krzysztof Parzyszek
2017-05-01
2
-7
/
+11
*
[Hexagon] Improve shuffle error reporting
Krzysztof Parzyszek
2017-05-01
9
-401
/
+272
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
2
-2
/
+3
*
[Hexagon] Change the vector scaling for vector offsets
Krzysztof Parzyszek
2017-04-06
2
-48
/
+0
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+2
*
[Hexagon] Remove unused variables
Krzysztof Parzyszek
2017-03-31
1
-11
/
+2
*
[Hexagon] Updating inline saturate lanes for v62 version.
Colin LeMahieu
2017-03-16
1
-1
/
+4
*
[Hexagon] Add -mhvx option to the Hexagon backend
Krzysztof Parzyszek
2017-03-09
1
-2
/
+8
*
Fix 'variable set but not used' warning when assertions are disabled.
Simon Pilgrim
2017-02-19
1
-0
/
+2
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
2
-5
/
+3
*
[Hexagon] Introduce Hexagon V62
Krzysztof Parzyszek
2017-02-10
1
-4
/
+11
*
[Hexagon] Replace instruction definitions with auto-generated ones
Krzysztof Parzyszek
2017-02-10
4
-60
/
+22
*
[Hexagon] Update instruction types
Krzysztof Parzyszek
2017-02-07
2
-14
/
+27
*
[Hexagon] Address ASAN and UBSAN failures after r294226
Krzysztof Parzyszek
2017-02-07
4
-16
/
+18
*
Revert "[Hexagon] Address ASAN and UBSAN failures after r294226"
Krzysztof Parzyszek
2017-02-06
3
-15
/
+13
*
[Hexagon] Address ASAN and UBSAN failures after r294226
Krzysztof Parzyszek
2017-02-06
3
-13
/
+15
*
[Hexagon] Update MCTargetDesc
Krzysztof Parzyszek
2017-02-06
19
-665
/
+1032
*
[Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions
Krzysztof Parzyszek
2017-02-02
2
-10
/
+36
*
[Hexagon] Fix relocation kind for extended predicated calls
Krzysztof Parzyszek
2017-02-02
1
-5
/
+7
*
[Hexagon] Remove A4_ext_* pseudo instructions
Krzysztof Parzyszek
2017-02-02
4
-29
/
+33
*
[Hexagon] Emitting individual instructions without copying them
Krzysztof Parzyszek
2017-02-02
2
-97
/
+82
*
[Hexagon] Rename TypeCOMPOUND to TypeCJ
Krzysztof Parzyszek
2017-02-02
4
-6
/
+5
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-29
/
+16
*
[Hexagon] Other attempt to fix build with enabled asserts broken in 290024 (N...
Eugene Zelenko
2016-12-17
1
-0
/
+1
*
[Hexagon] Fix build with enabled asserts broken in 290024 (NFC).
Eugene Zelenko
2016-12-17
1
-0
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-17
4
-34
/
+52
*
[Hexagon] Changing from literal numeric value to argument since #-1 will not ...
Colin LeMahieu
2016-12-05
1
-4
/
+2
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
2
-0
/
+9
[next]