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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-4
/
+4
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
3
-7
/
+9
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Hexagon - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
1
-1
/
+1
*
[Hexagon] getCompoundCandidateGroup - fix 'false' value is implicitly cast to...
Simon Pilgrim
2019-11-05
1
-5
/
+5
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Alignment] Introduce llvm::Align to MCSection
Guillaume Chatelet
2019-09-13
1
-2
/
+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
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
2
-5
/
+3
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[llvm-mc] Add reportWarning() to MCContext
Brian Cain
2019-08-08
1
-5
/
+2
*
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 HexagonInstPrinter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonMCInstrInfo.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonMCCodeEmitter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonMCCompound.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonShuffler.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
Include what you use in HexagonMCChecker.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonMCTargetDesc.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonMCShuffler.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonELFObjectWriter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
Include what you use in HexagonAsmBackend.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Include what you use in HexagonShuffler.h
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
[Hexagon] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
2
-1
/
+1
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
2
-4
/
+5
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
2
-3
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
[Hexagon] Add instruction definitions for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-1
/
+1
*
[Hexagon] Foundation of support for Hexagon V66
Krzysztof Parzyszek
2018-12-05
3
-8
/
+37
*
[Hexagon] Change instruction type field in TSFlags to 7 bits
Krzysztof Parzyszek
2018-12-03
1
-42
/
+41
*
[Hexagon] Remove unintended fallthrough from MC duplex code
Reid Kleckner
2018-11-01
1
-5
/
+5
*
Annotate possibly unintended fallthroughs in Hexagon MC code, NFC
Reid Kleckner
2018-11-01
1
-0
/
+6
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
2
-24
/
+15
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
2
-1
/
+28
*
[Hexagon] Remove unused functions from HexagonInstPrinter, NFC
Krzysztof Parzyszek
2018-08-17
2
-124
/
+8
*
[Hexagon] Add a "generic" cpu
Brendon Cahoon
2018-06-26
1
-0
/
+1
*
[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST
Krzysztof Parzyszek
2018-06-19
1
-1
/
+1
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-5
/
+7
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
3
-12
/
+9
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-7
/
+7
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-1
/
+1
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
3
-11
/
+14
*
[RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced
Shiva Chen
2018-05-18
1
-1
/
+2
*
Fix up a misleading format warning.
Eric Christopher
2018-05-16
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
6
-66
/
+67
*
[Hexagon] Check the end of the correct container (fix typo)
Krzysztof Parzyszek
2018-05-09
1
-3
/
+1
[next]