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
*
[PowerPC] Don't attempt a 64-bit pow2 division on PPC32
Hal Finkel
2014-12-23
1
-0
/
+9
*
[SimplifyCFG] Revise common code sinking
Michael Liao
2014-12-23
1
-2
/
+32
*
[ARM] Don't break alignment when combining base updates into load/stores.
Ahmed Bougacha
2014-12-23
3
-24
/
+105
*
Revert r224739: Debug info: Teach SROA how to update debug info for
Chandler Carruth
2014-12-23
3
-203
/
+4
*
X86: Don't over-align combined loads.
Jim Grosbach
2014-12-23
1
-0
/
+35
*
Make musttail more robust for vector types on x86
Reid Kleckner
2014-12-22
2
-0
/
+116
*
Thumb1 frame lowering: Mark CFI instructions with the FrameSetup flag.
Adrian Prantl
2014-12-22
1
-1
/
+2
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
1
-4
/
+36
*
Debug info: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2014-12-22
3
-4
/
+203
*
Fix Windows unwind info for functions in sections other than .text
Reid Kleckner
2014-12-22
1
-2
/
+72
*
[Hexagon] Adding memb instruction. Fixing whitespace in test from 224730.
Colin LeMahieu
2014-12-22
2
-2
/
+14
*
[Hexagon] Adding classes and load unsigned byte instruction, updating usages.
Colin LeMahieu
2014-12-22
1
-0
/
+14
*
[x86] Add vector @llvm.ctpop intrinsic custom lowering
Bruno Cardoso Lopes
2014-12-22
1
-0
/
+159
*
[CodeGenPrepare] Handle properly the promotion of operands when this does not
Quentin Colombet
2014-12-22
1
-0
/
+25
*
AVX-512: Added all forms of BLENDM instructions,
Elena Demikhovsky
2014-12-22
3
-2
/
+301
*
Lower multiply-negate operation to mneg on AArch64
Karthik Bhat
2014-12-22
1
-0
/
+15
*
Convert a few tests to FileCheck. NFC.
Rafael Espindola
2014-12-22
4
-14
/
+38
*
Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
2014-12-21
3
-7
/
+542
*
ARM: further improve deprecated diagnosis (LDM)
Saleem Abdulrasool
2014-12-20
1
-5
/
+74
*
This should have been part of r224676.
David Majnemer
2014-12-20
1
-2
/
+2
*
InstCombine: Squash an icmp+select into bitwise arithmetic
David Majnemer
2014-12-20
1
-0
/
+33
*
InstSimplify: Optimize away pointless comparisons
David Majnemer
2014-12-20
1
-0
/
+76
*
[x86] Change the test added in r223774 to first check the spelling of
Chandler Carruth
2014-12-20
1
-26
/
+33
*
Masked load and store codegen - fixed 128-bit vectors
Elena Demikhovsky
2014-12-19
1
-8
/
+78
*
R600/SI: Only form min/max with 1 use.
Matt Arsenault
2014-12-19
3
-0
/
+69
*
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...
Kevin Enderby
2014-12-19
2
-0
/
+14
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
4
-4
/
+4
*
Model sqrtss as a binary operation with one source operand tied to the destin...
Sanjay Patel
2014-12-19
1
-5
/
+38
*
R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
2014-12-19
1
-0
/
+39
*
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...
Kevin Enderby
2014-12-19
2
-0
/
+7
*
CodeGen: do not attempt to invalidate virtual registers for zero-sized phis.
Peter Collingbourne
2014-12-19
1
-0
/
+19
*
[Hexagon] Removing old variants of instructions and updating references.
Colin LeMahieu
2014-12-19
1
-0
/
+2
*
merge consecutive stores of extracted vector elements
Sanjay Patel
2014-12-19
1
-0
/
+33
*
[Hexagon] Adding bit extraction and table indexing instructions.
Colin LeMahieu
2014-12-19
1
-0
/
+16
*
[Hexagon] Adding bit insertion instructions.
Colin LeMahieu
2014-12-19
1
-0
/
+8
*
[Hexagon] Adding more xtype shift instructions.
Colin LeMahieu
2014-12-19
2
-0
/
+22
*
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...
Kevin Enderby
2014-12-19
2
-0
/
+7
*
[Hexagon] Adding xtype shift instructions.
Colin LeMahieu
2014-12-19
2
-0
/
+132
*
[Hexagon] Adding transfers to and from control registers.
Colin LeMahieu
2014-12-19
1
-1
/
+5
*
Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub...
Bruno Cardoso Lopes
2014-12-19
1
-0
/
+30
*
use -0.0 when creating an fneg instruction
Sanjay Patel
2014-12-19
1
-1
/
+1
*
Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub ...
Bruno Cardoso Lopes
2014-12-19
1
-30
/
+0
*
[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
2014-12-19
1
-0
/
+30
*
[Object] Don't crash on empty export lists.
Juergen Ributzka
2014-12-19
2
-0
/
+4
*
[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-19
1
-0
/
+20
*
ConstantFold: Shifting undef by zero results in undef
David Majnemer
2014-12-18
1
-0
/
+21
*
Reverting 224550, was not ready for commit.
Colin LeMahieu
2014-12-18
1
-20
/
+0
*
[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-18
1
-0
/
+20
*
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...
Kevin Enderby
2014-12-18
2
-0
/
+7
*
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
2
-0
/
+7
[next]