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
/
HexagonMCTargetDesc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
1
-3
/
+4
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
Use a bit of relaxed constexpr to make FeatureBitset costant intializable
Benjamin Kramer
2019-08-24
1
-5
/
+3
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
Include what you use in HexagonMCTargetDesc.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
[Hexagon] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Foundation of support for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-6
/
+20
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-22
/
+14
*
[Hexagon] Add a "generic" cpu
Brendon Cahoon
2018-06-26
1
-0
/
+1
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-2
/
+3
*
[Hexagon] Remove -mhvx-double and the corresponding subtarget feature
Krzysztof Parzyszek
2018-04-03
1
-2
/
+1
*
[Hexagon] Reduce excessive indentation in .s output
Krzysztof Parzyszek
2018-03-30
1
-2
/
+2
*
[Hexagon] Higher versions of HVX imply presence of lower versions
Krzysztof Parzyszek
2017-12-18
1
-6
/
+6
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-35
/
+140
*
[Hexagon] New HVX target features.
Sumanth Gundapaneni
2017-10-18
1
-1
/
+1
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+5
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-6
/
+5
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Hexagon] Add -mhvx option to the Hexagon backend
Krzysztof Parzyszek
2017-03-09
1
-2
/
+8
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-4
/
+1
*
[Hexagon] Introduce Hexagon V62
Krzysztof Parzyszek
2017-02-10
1
-4
/
+11
*
[Hexagon] Update MCTargetDesc
Krzysztof Parzyszek
2017-02-06
1
-49
/
+151
*
[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
1
-13
/
+21
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-10
/
+10
*
[Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFC
Krzysztof Parzyszek
2016-08-19
1
-2
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-14
/
+0
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+0
*
[Hexagon] Few fixes for exception handling
Krzysztof Parzyszek
2016-04-25
1
-1
/
+1
*
[Hexagon] Correctly set "Flags" in ELF header
Krzysztof Parzyszek
2016-04-25
1
-3
/
+7
*
[Hexagon] Add -mv.. options to override CPU selection
Krzysztof Parzyszek
2016-04-20
1
-3
/
+39
*
[Hexagon] Add PIC support
Krzysztof Parzyszek
2015-12-18
1
-3
/
+3
*
[Hexagon] Subtarget features/default CPU corrections
Krzysztof Parzyszek
2015-12-14
1
-4
/
+8
*
[Hexagon] Fixing store instructions and reenabling a few more tests.
Colin LeMahieu
2015-11-10
1
-18
/
+13
*
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...
Colin LeMahieu
2015-11-09
1
-1
/
+12
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-8
/
+7
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-7
/
+8
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-8
/
+7
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-7
/
+8
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-2
/
+3
*
Make helper functions static. NFC.
Benjamin Kramer
2015-06-23
1
-3
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
[next]