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
/
test
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
-2
/
+6
*
Fix large stack alignment codegen for ARM and Thumb2 targets
Kristof Beyls
2015-01-08
7
-15
/
+179
*
R600/SI: Remove SIISelLowering::legalizeOperands()
Tom Stellard
2015-01-08
10
-12
/
+33
*
Masked Load/Store - fixed a bug in type legalization.
Elena Demikhovsky
2015-01-08
1
-0
/
+49
*
Fix a think-o in the test for r225438.
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
-0
/
+19
*
Fix test case I missed in r225432.
Craig Topper
2015-01-08
1
-1
/
+1
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
3
-0
/
+47
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-08
4
-266
/
+4
*
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
2015-01-08
1
-0
/
+145
*
RegisterCoalescer: Fix valuesIdentical() in some subrange merge cases.
Matthias Braun
2015-01-07
1
-0
/
+45
*
[GC] improve testing around gc.relocate and fix a test
Philip Reames
2015-01-07
2
-5
/
+19
*
R600/SI: Commute instructions to enable more folding opportunities
Tom Stellard
2015-01-07
3
-4
/
+4
*
R600/SI: Only fold immediates that have one use
Tom Stellard
2015-01-07
1
-0
/
+35
*
Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
2015-01-07
2
-0
/
+34
*
XFAIL several MCJIT EH tests under ASan and MSan bootstrap.
Alexey Samsonov
2015-01-07
4
-4
/
+4
*
Add a test that would have found the issue in r224935.
Rafael Espindola
2015-01-07
1
-0
/
+24
*
Slightly refactor things for llvm-objdump and the -macho option so it can be ...
Kevin Enderby
2015-01-07
1
-0
/
+6
*
More FMA folding opportunities.
Olivier Sallenave
2015-01-07
2
-0
/
+172
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-07
4
-4
/
+266
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-0
/
+118
*
[Hexagon] Adding floating point classification and creation.
Colin LeMahieu
2015-01-07
1
-0
/
+12
*
R600/SI: Add a V_MOV_B64 pseudo instruction
Tom Stellard
2015-01-07
3
-30
/
+19
*
[Hexagon] Adding encodings for v5 floating point instructions.
Colin LeMahieu
2015-01-07
1
-0
/
+98
*
[Hexagon] Adding encoding for popcount, fastcorner, dword asr with rounding.
Colin LeMahieu
2015-01-07
3
-0
/
+8
*
R600/SI: Teach SIFoldOperands to split 64-bit constants when folding
Tom Stellard
2015-01-07
3
-8
/
+25
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-5
/
+4
*
X86: Allow the stack probe size to be configurable per function
David Majnemer
2015-01-07
1
-0
/
+78
*
[X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
2015-01-07
2
-14
/
+105
*
[ARM] Add missing Tag_DIV_use tests.
Charlie Turner
2015-01-07
1
-0
/
+8
*
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
2015-01-07
1
-23
/
+23
*
Revert r225165 and r225169
Karthik Bhat
2015-01-07
1
-170
/
+0
*
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
2015-01-07
1
-12
/
+51
*
R600/SI: Add combine for isinfinite pattern
Matt Arsenault
2015-01-06
1
-0
/
+85
*
R600/SI: Pattern match isinf to v_cmp_class instructions
Matt Arsenault
2015-01-06
1
-0
/
+45
*
R600/SI: Add basic DAG combines for fp_class
Matt Arsenault
2015-01-06
1
-0
/
+162
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
1
-0
/
+335
*
Fix using wrong intrinsic in test
Matt Arsenault
2015-01-06
1
-9
/
+9
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
36
-90
/
+96
*
[PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
2015-01-06
1
-0
/
+96
*
[Hexagon] Adding compound jump encodings.
Colin LeMahieu
2015-01-06
1
-0
/
+148
*
R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
2015-01-06
2
-0
/
+5
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-06
4
-266
/
+4
*
[Hexagon] Adding encoding for misc v4 instructions: boundscheck, tlbmatch, dc...
Colin LeMahieu
2015-01-06
2
-0
/
+8
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
3
-2
/
+216
*
[Hexagon] Adding encoding information for absolute address loads.
Colin LeMahieu
2015-01-06
1
-0
/
+12
*
R600/SI: Add a stub GCNTargetMachine
Tom Stellard
2015-01-06
278
-309
/
+309
*
[CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
2015-01-06
1
-0
/
+172
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-06
4
-4
/
+266
*
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
2015-01-06
2
-0
/
+9
[next]