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
*
[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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
2
-3
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
Remove duplicate tablegen lines from AVR target.
Nico Weber
2018-04-04
1
-6
/
+2
*
[AVR] Lower i128 divisions to runtime library calls
Dylan McKay
2018-03-19
1
-0
/
+3
*
[AVR] Remove the earlyclobber flag from LDDWRdYQ
Dylan McKay
2018-03-06
1
-2
/
+16
*
[AVR] Set the program address space in the data layout
Dylan McKay
2018-02-19
1
-1
/
+1
*
[AVR] Fix a lowering bug in AVRISelLowering.cpp
Dylan McKay
2018-02-19
1
-4
/
+6
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-3
/
+0
*
Fix build of WebAssembly and AVR backends after r321692
Alex Bradbury
2018-01-03
2
-5
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
3
-5
/
+5
*
[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
11
-22
/
+275
*
Revert "[AVR] Override ParseDirective"
Dylan McKay
2017-12-09
11
-275
/
+22
*
Relax unaligned access assertion when type is byte aligned
Dylan McKay
2017-12-09
1
-0
/
+1
*
[AVR] Override ParseDirective
Leslie Zhai
2017-12-07
11
-22
/
+275
*
Add backend name to AVR Target to enable runtime info to be fed back into Tab...
Leslie Zhai
2017-11-23
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
6
-7
/
+7
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
[AVR] Update to current LLVM API
Dylan McKay
2017-10-18
5
-9
/
+19
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-4
/
+6
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-6
/
+4
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-1
/
+1
*
[AVR] Implement LPMWRdZ pseudo-instruction's expansion.
Dylan McKay
2017-10-04
1
-1
/
+44
*
[AVR] Factor out mayLoad in tablegen patterns
Dylan McKay
2017-10-04
1
-2
/
+2
*
[AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X`
Dylan McKay
2017-10-04
2
-7
/
+7
*
[AVR] Insert JMP for long branches
Dylan McKay
2017-10-04
2
-2
/
+22
*
[AVR] Fix displacement overflow for LDDW/STDW
Dylan McKay
2017-10-04
2
-5
/
+13
*
[AVR] Prefer BasicBlock::getIterator over Function::begin()
Dylan McKay
2017-09-26
1
-1
/
+1
*
[AVR] When lowering shifts into loops, put newly generated MBBs in the same
Dylan McKay
2017-09-26
1
-2
/
+4
*
[AVR] Use 1-byte alignment for all data types
Dylan McKay
2017-09-26
1
-1
/
+1
*
[AVR] Implement getCmpLibcallReturnType().
Dylan McKay
2017-09-24
1
-0
/
+5
*
[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] Use the correct register classes for 16-bit atomic operations
Dylan McKay
2017-08-24
1
-22
/
+42
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
2
-2
/
+2
[next]