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
/
AVR
/
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
*
[AVR] Fix endianness handling in AVR MC
serge_sans_paille
2019-11-25
1
-5
/
+3
*
[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
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
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
*
[AVR] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
2
-2
/
+1
*
[AVR] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
5
-2
/
+226
*
[AVR] Enable emission of debug information
Dylan McKay
2019-01-21
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
18
-72
/
+54
*
[AVR] Fix build after r334078
Alex Bradbury
2018-06-07
2
-4
/
+10
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
4
-12
/
+9
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
2
-5
/
+4
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
3
-10
/
+15
*
Fix build of WebAssembly and AVR backends after r321692
Alex Bradbury
2018-01-03
2
-5
/
+6
*
[AVR] Implement some missing code paths
Dylan McKay
2017-12-11
2
-4
/
+19
*
[AVR] Fix incorrectly-calculated AVRMCExpr evaluations
Dylan McKay
2017-12-11
1
-12
/
+9
*
Revert and accidentally committed revert commit
Dylan McKay
2017-12-09
10
-16
/
+189
*
Revert "[AVR] Override ParseDirective"
Dylan McKay
2017-12-09
10
-189
/
+16
*
[AVR] Override ParseDirective
Leslie Zhai
2017-12-07
10
-16
/
+189
*
[AVR] Update to current LLVM API
Dylan McKay
2017-10-18
5
-9
/
+19
*
[AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
Dylan McKay
2017-09-22
1
-1
/
+1
*
[AVR] Enable the '__do_copy_data' function
Dylan McKay
2017-09-11
2
-0
/
+22
*
[AVR] Rename 'AVRTiny' to 'Tiny'
Dylan McKay
2017-07-11
1
-1
/
+1
*
[AVR] Update AVRASmBackend from API change in r306906
Dylan McKay
2017-07-01
2
-7
/
+7
*
[AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue
Leslie Zhai
2017-06-27
2
-28
/
+26
*
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
*
[AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offset
Dylan McKay
2017-04-30
2
-3
/
+4
*
[AVR] Migrate to new MCAsmInfo CodePointerSize
Leslie Zhai
2017-04-19
1
-1
/
+0
*
[AVR] Fix the build
Dylan McKay
2017-04-18
1
-1
/
+1
*
test commit
Leslie Zhai
2017-04-18
1
-0
/
+1
*
Fix spelling compliment->complement. Mostly refering to 2s complement. NFC
Craig Topper
2017-04-11
1
-1
/
+1
*
[AVR] Migrate to new MCAsmBackend applyFixup
Jonathan Roelofs
2017-04-11
2
-2
/
+2
*
[AVR] Set UseIntegratedAssembler
Dylan McKay
2017-02-18
1
-0
/
+1
*
[AVR] Add missing #includes
Dylan McKay
2017-02-08
2
-0
/
+3
*
[AVR] Compile the disassembler
Dylan McKay
2016-10-27
1
-1
/
+1
*
[AVR] Add the machine code emitter
Dylan McKay
2016-10-27
4
-0
/
+423
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-10
/
+11
*
[AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txt
Dylan McKay
2016-10-08
1
-1
/
+1
*
[AVR] Set up the instruction printer and the assembly backend
Dylan McKay
2016-10-08
1
-0
/
+19
*
[AVR] Add the machine code backend
Dylan McKay
2016-10-05
3
-0
/
+552
*
[AVR] Add the ELF object file writer
Dylan McKay
2016-09-30
2
-0
/
+128
*
[AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
Dylan McKay
2016-09-28
1
-0
/
+2
*
[AVR] Add AVRMCTargetDesc.cpp
Dylan McKay
2016-09-28
2
-0
/
+97
*
[AVR] Update the signature of createAVRAsmBackend
Dylan McKay
2016-09-28
1
-1
/
+3
*
[AVR] Add AVRMCExpr
Dylan McKay
2016-09-26
4
-0
/
+427
[next]