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
*
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
*
[AVR] Compute code model if one is not provided
Meador Inge
2017-08-06
1
-6
/
+10
*
[AVR] Update target machine to use new constructor parameters
Dylan McKay
2017-08-04
2
-5
/
+10
*
[AVR] Remove the instrumentation pass
Dylan McKay
2017-07-23
4
-226
/
+0
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
2
-2
/
+3
*
[AVR] Fix broken indentation
Dylan McKay
2017-07-13
1
-1
/
+1
*
[AVR] Add a 'LLVM_FALLTHROUGH' statement to the AsmParser
Dylan McKay
2017-07-13
1
-0
/
+1
*
[AVR] Fix indirect calls to function pointers
Dylan McKay
2017-07-13
1
-2
/
+14
*
[AVR] Remove a few very old TODOs that don't have enough context to understand
Dylan McKay
2017-07-11
2
-3
/
+4
*
[AVR] Rename 'ZREGS' to 'ZREG'
Dylan McKay
2017-07-11
3
-16
/
+13
*
[AVR] Rename 'AVRTiny' to 'Tiny'
Dylan McKay
2017-07-11
2
-13
/
+12
*
[AVR] Use the generic branch relaxer
Dylan McKay
2017-07-11
3
-5
/
+77
*
Revert "[AVR] Add the branch selection pass from the GitHub repository"
Dylan McKay
2017-07-05
3
-269
/
+0
*
[AVR] Add the branch selection pass from the GitHub repository
Dylan McKay
2017-07-05
3
-0
/
+269
*
[AVR] Fix bug which caused assertion errors for some FRMIDX instructions
Dylan McKay
2017-07-04
1
-3
/
+8
*
[AVR] Add a missing clobber declaration to LPMW
Dylan McKay
2017-07-04
1
-6
/
+6
*
[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
*
Fix -Wunused-variable.
Rui Ueyama
2017-06-09
1
-2
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
3
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
8
-13
/
+12
*
TargetMachine: Indicate whether machine verifier passes.
Matthias Braun
2017-05-31
1
-0
/
+4
*
[AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo Erdi
Dylan McKay
2017-05-31
1
-2
/
+2
*
[AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo Erdi
Dylan McKay
2017-05-31
1
-1
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[AVR] Remove SREG from CPI's Uses; authored by Florian Zeitz
Dylan McKay
2017-05-29
1
-1
/
+0
*
[AVR] When lowering Select8/Select16, put newly generated MBBs in the same spot
Dylan McKay
2017-05-13
1
-2
/
+3
*
[AVR] Remove an unused variable
Dylan McKay
2017-05-13
1
-1
/
+0
*
[AVR] Migrate to new StructType::get owing to Supress all uses of LLVM_END_WI...
Leslie Zhai
2017-05-12
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
3
-6
/
+5
[next]