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] Support floats in the instrumention pass
Dylan McKay
2016-12-15
1
-14
/
+14
*
[AVR] Add argument indices to the instrumention hook functions
Dylan McKay
2016-12-15
1
-2
/
+4
*
[AVR] Add a function instrumentation pass
Dylan McKay
2016-12-14
4
-0
/
+224
*
[AVR] Add an 'relax memory operation' pass
Dylan McKay
2016-12-13
5
-2
/
+157
*
[AVR] Fix a signed vs unsigned compiler warning
Dylan McKay
2016-12-11
1
-1
/
+1
*
[AVR] Remove incorrect comment
Dylan McKay
2016-12-10
1
-2
/
+0
*
[AVR] Add a stub README file
Dylan McKay
2016-12-10
1
-0
/
+8
*
[AVR] Fix and clean up the inline assembly tests
Dylan McKay
2016-12-10
1
-1
/
+3
*
[AVR] Fix an inline asm assertion which would always trigger
Dylan McKay
2016-12-10
1
-1
/
+1
*
[AVR] Use the register scavenger when expanding 'LDDW' instructions
Dylan McKay
2016-12-10
1
-25
/
+45
*
[AVR] Support stores to undefined pointers
Dylan McKay
2016-12-10
1
-1
/
+2
*
[AVR] Fix a bunch of incorrect assertion messages
Dylan McKay
2016-12-10
2
-5
/
+5
*
[AVR] Use a more appropriate integer type for wide IN/OUT instructions
Dylan McKay
2016-12-09
1
-2
/
+2
*
[AVR] Add tests for a large number of pseudo instructions
Dylan McKay
2016-12-09
1
-0
/
+12
*
[AVR] Add an assertion to ensure we don't emit LPM when it's unsupported
Dylan McKay
2016-12-08
1
-0
/
+2
*
[AVR] Expand 'SELECT_CC' nodes whereever possible
Dylan McKay
2016-12-07
1
-2
/
+2
*
[AVR] Allow loading from stack slots where src and dest registers are identical
Dylan McKay
2016-12-07
4
-8
/
+48
*
[AVR] Remove a bunch of unused variables
Dylan McKay
2016-11-19
2
-7
/
+2
*
[AVR] Remove a variable which was unused in release mode
Dylan McKay
2016-11-19
1
-3
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[AVR] Wrap all methods in the pseudo expansion pass in an anon namespace
Dylan McKay
2016-11-16
1
-2
/
+2
*
[AVR] Remove unused method from AVRTargetMachine
Dylan McKay
2016-11-16
1
-3
/
+0
*
[AVR] Add the pseudo instruction expansion pass
Dylan McKay
2016-11-16
3
-1
/
+1433
*
[AVR] Enable the ISel, frame analyzer, and alloca passes
Dylan McKay
2016-11-07
1
-2
/
+8
*
[AVR] Add instruction selection lowering code
Dylan McKay
2016-11-02
2
-0
/
+1938
*
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
Alex Bradbury
2016-11-01
1
-1
/
+1
*
[AVR] Generate all of the TableGen files we need
Dylan McKay
2016-10-27
1
-1
/
+6
*
[AVR] Compile the disassembler
Dylan McKay
2016-10-27
3
-6
/
+3
*
[AVR] Add AVRISelDAGToDAG.cpp
Dylan McKay
2016-10-27
2
-0
/
+564
*
[AVR] Add the machine code emitter
Dylan McKay
2016-10-27
4
-0
/
+423
*
Target: Change various section classifiers in TargetLoweringObjectFile to tak...
Peter Collingbourne
2016-10-24
2
-4
/
+4
*
[AVR] Add the machine code disassembler
Dylan McKay
2016-10-22
5
-1
/
+190
*
[AVR] Enable generation of the TableGen assembly writer tables
Dylan McKay
2016-10-10
1
-2
/
+3
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
6
-17
/
+20
*
[AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txt
Dylan McKay
2016-10-08
1
-1
/
+1
*
Fix incorrect assertion in AVRFrameLowering.cpp
Dylan McKay
2016-10-08
1
-1
/
+2
*
[AVR] Don't worry about call frame size when initializing frame pointer
Dylan McKay
2016-10-08
1
-3
/
+2
*
[AVR] Don't shadow container while iterating in range-based loop
Dylan McKay
2016-10-08
1
-2
/
+4
*
[AVR] Use references rather than pointers in AVRISelLowering
Dylan McKay
2016-10-08
1
-2
/
+2
*
Allow a maximum of 64 bits to be returned in registers
Dylan McKay
2016-10-08
1
-0
/
+8
*
[AVR] Expand MULHS for all types
Dylan McKay
2016-10-08
1
-0
/
+3
*
[AVR] Add the 'SoftFail' field to all instruction formats
Dylan McKay
2016-10-08
1
-0
/
+2
*
[AVR] Set up the instruction printer and the assembly backend
Dylan McKay
2016-10-08
1
-0
/
+19
*
[AVR] Add dependencies to AVR libraries in AVRCodeGen
Dylan McKay
2016-10-08
1
-1
/
+2
*
[AVR] Add missing subdirectories to LLVMBuild
Dylan McKay
2016-10-08
1
-1
/
+1
*
[AVR] Add the assembly printer
Dylan McKay
2016-10-08
2
-0
/
+183
*
[AVR] Add the AVRMCInstLower class
Dylan McKay
2016-10-07
3
-0
/
+144
*
[AVR] Don't select 'MOVW' instructions when they are not supported
Dylan McKay
2016-10-05
1
-15
/
+41
*
[AVR] Add AVRRegisterInfo::splitReg function
Dylan McKay
2016-10-05
2
-2
/
+14
*
[AVR] Update return type of dynamic alloca pass
Dylan McKay
2016-10-05
1
-2
/
+2
[next]