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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
2
-0
/
+17
*
Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.
Rafael Espindola
2015-01-08
1
-0
/
+2
*
Update naming style and clang-format. NFC.
Rafael Espindola
2015-01-08
1
-17
/
+30
*
Fix large stack alignment codegen for ARM and Thumb2 targets
Kristof Beyls
2015-01-08
2
-22
/
+84
*
R600/SI: Remove SIISelLowering::legalizeOperands()
Tom Stellard
2015-01-08
2
-176
/
+1
*
Masked Load/Store - fixed a bug in type legalization.
Elena Demikhovsky
2015-01-08
3
-3
/
+107
*
Fix include ordering, NFC.
Michael Kuperstein
2015-01-08
1
-1
/
+1
*
[X86] Don't try to generate direct calls to TLS globals
Michael Kuperstein
2015-01-08
1
-1
/
+2
*
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
2015-01-08
2
-11
/
+34
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
4
-4
/
+14
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-08
1
-60
/
+8
*
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
2015-01-08
3
-2
/
+212
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
20
-169
/
+230
*
Remove empty statement. No functionality change.
Nick Lewycky
2015-01-08
1
-1
/
+0
*
X86: VZeroUpperInserter: shortcut should not trigger if we have any function ...
Matthias Braun
2015-01-08
1
-8
/
+12
*
RegisterCoalescer: Do not remove IMPLICIT_DEFS if they are required for subra...
Matthias Braun
2015-01-08
1
-1
/
+7
*
RegisterCoalescer: Fix valuesIdentical() in some subrange merge cases.
Matthias Braun
2015-01-07
1
-90
/
+81
*
LiveInterval: Implement feedback by Quentin Colombet.
Matthias Braun
2015-01-07
1
-25
/
+32
*
[GC] improve testing around gc.relocate and fix a test
Philip Reames
2015-01-07
1
-9
/
+32
*
R600/SI: Commute instructions to enable more folding opportunities
Tom Stellard
2015-01-07
2
-19
/
+51
*
IR: Add MDNode::getDistinct()
Duncan P. N. Exon Smith
2015-01-07
1
-2
/
+12
*
R600/SI: Only fold immediates that have one use
Tom Stellard
2015-01-07
1
-1
/
+8
*
Update a comment.
Adrian Prantl
2015-01-07
1
-0
/
+2
*
Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
2015-01-07
2
-11
/
+26
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
7
-103
/
+59
*
R600/SI: Remove VReg_32 register class
Tom Stellard
2015-01-07
13
-154
/
+152
*
More FMA folding opportunities.
Olivier Sallenave
2015-01-07
1
-1
/
+133
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-07
1
-8
/
+60
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-2
/
+5
*
[Hexagon] Fix 225372 USR register is not fully complete. Removing Uses = [US...
Colin LeMahieu
2015-01-07
1
-12
/
+12
*
[Hexagon] Adding floating point classification and creation.
Colin LeMahieu
2015-01-07
1
-0
/
+45
*
R600/SI: Add a V_MOV_B64 pseudo instruction
Tom Stellard
2015-01-07
3
-0
/
+38
*
[Hexagon] Adding encodings for v5 floating point instructions.
Colin LeMahieu
2015-01-07
1
-0
/
+326
*
[Hexagon] Adding encoding for popcount, fastcorner, dword asr with rounding.
Colin LeMahieu
2015-01-07
2
-1
/
+62
*
R600/SI: Teach SIFoldOperands to split 64-bit constants when folding
Tom Stellard
2015-01-07
3
-25
/
+51
*
Test commit
Olivier Sallenave
2015-01-07
1
-0
/
+1
*
[X86] Fix 512->256 typo in comments. NFC.
Ahmed Bougacha
2015-01-07
1
-2
/
+2
*
Add a missing file from 225365
Philip Reames
2015-01-07
1
-0
/
+54
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
4
-0
/
+50
*
X86: Allow the stack probe size to be configurable per function
David Majnemer
2015-01-07
1
-3
/
+9
*
R600/SI: Refactor SIFoldOperands to simplify immediate folding
Tom Stellard
2015-01-07
1
-25
/
+54
*
[X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
2015-01-07
1
-6
/
+19
*
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
2015-01-07
1
-5
/
+6
*
Fix typos in comment and option help texts.
Jonas Paulsson
2015-01-07
1
-3
/
+3
*
Fix regression in r225266.
Asiri Rathnayake
2015-01-07
1
-1
/
+1
*
[X86] Merge a switch statement inside a default case of another switch statem...
Craig Topper
2015-01-07
1
-160
/
+155
*
[X86] Don't mark the shift by 1 instructions as isConvertibleToThreeAddress. ...
Craig Topper
2015-01-07
1
-1
/
+1
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
3
-18
/
+1
*
Revert r225165 and r225169
Karthik Bhat
2015-01-07
1
-39
/
+0
*
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
2015-01-07
2
-18
/
+84
[next]