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
/
Lanai
/
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
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
2
-2
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
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 LanaiInstPrinter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+4
*
Include what you use in LanaiMCCodeEmitter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+1
*
[Lanai] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
2
-2
/
+1
*
[Lanai] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
5
-2
/
+372
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
12
-48
/
+36
*
Fix MSVC '*/' found outside of comment warning. NFCI.
Simon Pilgrim
2018-06-06
1
-1
/
+1
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-3
/
+6
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
3
-13
/
+10
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-4
/
+4
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+3
*
Remove some unused includes to fix layering.
David Blaikie
2018-03-29
1
-1
/
+0
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-3
/
+4
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+4
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+3
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
3
-6
/
+8
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-2
/
+2
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-2
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-2
/
+4
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+3
*
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
2
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-2
/
+2
*
clean Lanai namespace
Jacques Pienaar
2017-03-16
1
-3
/
+3
*
[Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter
Chris Bieneman
2017-01-24
1
-1
/
+1
*
Remove unused private fields to fix the clang -Werror build.
David Blaikie
2017-01-06
1
-5
/
+1
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
3
-19
/
+31
*
Reduce global namespace pollution. NFC.
Benjamin Kramer
2016-10-18
1
-2
/
+4
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-11
/
+14
*
[MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.
Davide Italiano
2016-09-06
1
-17
/
+0
*
LLVMLanaDesc: Update libdesp.
NAKAMURA Takumi
2016-08-23
1
-1
/
+1
*
Change the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.
NAKAMURA Takumi
2016-08-23
2
-2
/
+2
*
[lanai] Update for Target API (TargetRegistry::RegisterMCAsmBackend) change
Jacques Pienaar
2016-07-29
2
-5
/
+7
*
[lanai] Small cleanup: remove/comment out unused args
Jacques Pienaar
2016-07-15
6
-20
/
+24
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
[lanai] Use peephole optimizer to generate more conditional ALU operations.
Jacques Pienaar
2016-07-07
1
-26
/
+0
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-14
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[lanai] Add Lanai backend.
Jacques Pienaar
2016-03-28
13
-0
/
+1220