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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
5
-14
/
+14
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
3
-6
/
+6
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Sylvestre Ledru
2019-08-03
2
-2
/
+2
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-3
/
+3
*
Delete dead stores
Fangrui Song
2019-07-12
1
-3
/
+3
*
[AVR] Don't look for the TargetFrameLowering in the FrameLowering implementation
Dylan McKay
2019-06-28
1
-1
/
+1
*
Don't look for the TargetFrameLowering in the implementation
Matt Arsenault
2019-06-25
1
-2
/
+1
*
[AVR] Adjust to Register class change
Ayke van Laethem
2019-06-25
2
-2
/
+2
*
[AVR] Change limit type to match the argument type (NFC)
Evandro Menezes
2019-06-19
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
6
-6
/
+6
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
6
-6
/
+6
*
[AVR] Expand 16-bit rotations during the legalization stage
Dylan McKay
2019-06-07
1
-2
/
+2
*
[AVR] Fix incorrect source regclass of LDWRdPtr
Jim Lin
2019-06-03
2
-6
/
+6
*
[AVR] Disable register coalescing to the PTRDISPREGS class
Dylan McKay
2019-06-01
2
-0
/
+22
*
Add TargetLoweringInfo hook for explicitly setting the ABI calling convention...
Dylan McKay
2019-05-21
1
-0
/
+5
*
[AVR] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
8
-3
/
+24
*
[AVR] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
10
-36
/
+6
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-3
/
+2
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-9
/
+5
*
[AVR] Fix a typo - 's/analisys/analysis'
Dylan McKay
2019-02-13
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
[AVR] Insert unconditional branch when inserting MBBs between blocks with fal...
Dylan McKay
2019-01-21
1
-0
/
+9
*
[AVR] Enable emission of debug information
Dylan McKay
2019-01-21
1
-0
/
+1
*
Revert "[AVR] Insert unconditional branch when inserting MBBs between blocks ...
Dylan McKay
2019-01-21
1
-9
/
+0
*
[AVR] Insert unconditional branch when inserting MBBs between blocks with fal...
Dylan McKay
2019-01-21
1
-0
/
+9
*
[AVR] Replace two references to ARM's 't2_so_imm' type comments
Dylan McKay
2019-01-20
1
-2
/
+2
*
[AVR] Fix codegen bug in 16-bit loads
Dylan McKay
2019-01-20
2
-8
/
+5
*
Revert "[AVR] Fix codegen bug in 16-bit loads"
Dylan McKay
2019-01-20
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
56
-224
/
+168
*
[AVR] Fix codegen bug in 16-bit loads
Dylan McKay
2019-01-18
1
-5
/
+5
*
[AVR] Rewrite the CBRRdK instruction as an alias of ANDIRdK
Dylan McKay
2019-01-18
2
-21
/
+33
*
[AVR] Expand 8/16-bit multiplication to libcalls on MCUs that don't have hard...
Dylan McKay
2019-01-18
4
-15
/
+38
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-8
/
+2
*
[AVR] Silence fallthrough warning. NFC.
Nirav Dave
2018-12-04
1
-0
/
+1
*
Fix modules build of AVRAsmParser.cpp
Alexander Richardson
2018-11-13
1
-3
/
+4
*
[AVR] Fix a backend bug that left extraneous operands after expansion
Dylan McKay
2018-11-05
1
-0
/
+1
*
[AVR] Disallow the LDDWRdPtrQ instruction with Z as the destination
Dylan McKay
2018-11-05
2
-1
/
+21
*
[AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
Dylan McKay
2018-09-01
3
-10
/
+19
*
[AVR] Redefine the 'SBR' instruction as an alias
Dylan McKay
2018-09-01
1
-9
/
+8
*
[AVR] Define the TST instruction as an alias of AND
Dylan McKay
2018-09-01
1
-9
/
+6
*
[AVR] Define the ROL instruction as an alias of ADC
Dylan McKay
2018-09-01
3
-11
/
+15
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-26
/
+26
*
[SDAG] Update the AVR backend for the SelectionDAG API changes in
Chandler Carruth
2018-08-15
1
-6
/
+2
*
[AVR] Re-enable expansion of ADDE/ADDC/SUBE/SUBC in ISel
Dylan McKay
2018-07-29
1
-0
/
+7
*
[AVR] Document some public functions
Dylan McKay
2018-07-15
1
-0
/
+2
*
[AVR] Set trackLivenessAfterRegAlloc
Dylan McKay
2018-06-11
1
-0
/
+5
*
[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
[next]