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
*
[AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.
James Molloy
2014-10-17
1
-0
/
+22
*
Don't crash if find_executable return None.
Rafael Espindola
2014-10-17
1
-4
/
+4
*
[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generation
Bill Schmidt
2014-10-17
7
-9
/
+142
*
R600: Add EG to FMA test
Jan Vesely
2014-10-17
1
-1
/
+14
*
SelectionDAG: Add sext_inreg optimizations
Jan Vesely
2014-10-17
1
-0
/
+26
*
[mips] Add support for COP1's Branch-On-Cond-Likely instructions
Vasileios Kalintiris
2014-10-17
23
-14
/
+94
*
[mips] Add support for COP0's Branch-On-Cond-Likely instructions
Vasileios Kalintiris
2014-10-17
15
-24
/
+192
*
[DSE] Remove no-data-layout-only type-based overlap checking
Hal Finkel
2014-10-17
4
-12
/
+21
*
Add back commits r219835 and a fixed version of r219829.
Rafael Espindola
2014-10-17
4
-1
/
+126
*
[PPC] Adjust some PowerPC tests to account for presence/absence of VSX
Bill Schmidt
2014-10-17
19
-37
/
+243
*
Add a test that would have found the bug in r219829.
Rafael Espindola
2014-10-17
1
-0
/
+31
*
ARM: Fix a bug which was causing convergence failure in constant-island pass.
Akira Hatanaka
2014-10-17
1
-0
/
+395
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
4
-126
/
+1
*
[OCaml] Add Llvm.instr_clone.
Peter Zotov
2014-10-17
1
-0
/
+18
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
8
-0
/
+62
*
Add our own copy of the find_executable function to cope with installations
Peter Collingbourne
2014-10-16
1
-2
/
+20
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
6
-3
/
+50
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-3
/
+2
*
R600: Fix nonsensical implementation of computeKnownBits for BFE
Matt Arsenault
2014-10-16
1
-0
/
+15
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
12
-12
/
+12
*
Allow call-slop optzn for destinations with a suitable dereferenceable attribute
Bjorn Steinbrink
2014-10-16
1
-0
/
+29
*
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
Sanjay Patel
2014-10-16
1
-0
/
+170
*
[AArch64] Fix miscompile of sdiv-by-power-of-2.
Juergen Ributzka
2014-10-16
1
-1
/
+14
*
[mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 no...
Vasileios Kalintiris
2014-10-16
1
-67
/
+31
*
[mips] Marked the DI/EI instruction aliases as MIPS32r2
Vasileios Kalintiris
2014-10-16
11
-4
/
+75
*
Reapply r219832 - InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-16
1
-0
/
+93
*
TRE: make TRE a bit more aggressive
Saleem Abdulrasool
2014-10-16
3
-2
/
+37
*
Revert r219832.
Akira Hatanaka
2014-10-16
1
-61
/
+0
*
Revert "r219834 - Teach ScalarEvolution to sharpen range information"
Sanjoy Das
2014-10-15
2
-40
/
+2
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
1
-0
/
+98
*
[AVX512] Add DQ subvector inserts
Adam Nemet
2014-10-15
2
-3
/
+14
*
[AVX512] Add SKX testing to avx512-insert-extract.ll
Adam Nemet
2014-10-15
1
-2
/
+4
*
[AVX512] Fix test to produce a defined value
Adam Nemet
2014-10-15
1
-1
/
+1
*
R600/SI: Fix bug where immediates were being used in DS addr operands
Tom Stellard
2014-10-15
1
-0
/
+18
*
Allow forward references to section symbols.
Rafael Espindola
2014-10-15
1
-0
/
+28
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-10-15
2
-2
/
+40
*
InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-15
1
-0
/
+61
*
Reapply "[FastISel][AArch64] Add custom lowering for GEPs."
Juergen Ributzka
2014-10-15
2
-3
/
+43
*
Correctly handle references to section symbols.
Rafael Espindola
2014-10-15
3
-1
/
+98
*
R600/SI: Also try to use 0 base for misaligned 8-byte DS loads.
Matt Arsenault
2014-10-15
2
-0
/
+56
*
R600: Fix miscompiles when BFE has multiple uses
Matt Arsenault
2014-10-15
1
-0
/
+22
*
[SLPVectorize] Basic ephemeral-value awareness
Hal Finkel
2014-10-15
1
-0
/
+43
*
[MC] Make bundle alignment mode setting idempotent and support nested bundles
Derek Schuff
2014-10-15
1
-0
/
+67
*
Revert "[FastISel][AArch64] Add custom lowering for GEPs."
Juergen Ributzka
2014-10-15
2
-20
/
+3
*
[MachineSink] Use the real post dominator tree
Jingyue Wu
2014-10-15
3
-2
/
+66
*
[llvm-objdump] Update error message and add test case for mach-o file with ba...
Nick Kledzik
2014-10-14
2
-0
/
+6
*
[AAarch64] Optimize CSINC-branch sequence
Gerolf Hoflehner
2014-10-14
1
-0
/
+26
*
[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
Hal Finkel
2014-10-14
1
-0
/
+100
*
MC, COFF: Make bigobj test compatible with python3
David Majnemer
2014-10-14
1
-3
/
+3
*
[X86][SSE] pslldq/psrldq shuffle mask decodes
Simon Pilgrim
2014-10-14
4
-146
/
+146
[next]