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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.
James Molloy
2014-10-17
2
-9
/
+31
*
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
9
-12
/
+157
*
Mips: Only set divrem i64 to custom on 64bit
Jan Vesely
2014-10-17
1
-2
/
+2
*
R600: Add EG to FMA test
Jan Vesely
2014-10-17
1
-1
/
+14
*
SelectionDAG: Add sext_inreg optimizations
Jan Vesely
2014-10-17
2
-0
/
+48
*
[mips] Add support for COP1's Branch-On-Cond-Likely instructions
Vasileios Kalintiris
2014-10-17
24
-16
/
+104
*
[mips] Add support for COP0's Branch-On-Cond-Likely instructions
Vasileios Kalintiris
2014-10-17
16
-30
/
+217
*
[DSE] Remove no-data-layout-only type-based overlap checking
Hal Finkel
2014-10-17
5
-20
/
+22
*
Fix bashism in build.sh.
Peter Collingbourne
2014-10-17
1
-1
/
+1
*
Add back commits r219835 and a fixed version of r219829.
Rafael Espindola
2014-10-17
8
-51
/
+193
*
[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
2
-1
/
+33
*
ARM: Fix a bug which was causing convergence failure in constant-island pass.
Akira Hatanaka
2014-10-17
2
-1
/
+401
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
9
-195
/
+52
*
[OCaml] Add Llvm.instr_clone.
Peter Zotov
2014-10-17
4
-0
/
+31
*
[LLVM-C] Add LLVMInstructionClone.
Peter Zotov
2014-10-17
2
-0
/
+16
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
12
-50
/
+177
*
R600/SI: Simplify debug printing
Matt Arsenault
2014-10-17
1
-5
/
+3
*
Add our own copy of the find_executable function to cope with installations
Peter Collingbourne
2014-10-16
1
-2
/
+20
*
R600/SI: Remove another VALU pattern
Matt Arsenault
2014-10-16
1
-5
/
+0
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
45
-6
/
+4426
*
Introduce LLVMParseCommandLineOptions C API function.
Peter Collingbourne
2014-10-16
2
-0
/
+17
*
Reduce code duplication between patchpoint and non-patchpoint lowering. NFC.
Juergen Ributzka
2014-10-16
2
-44
/
+58
*
[SROA] Switch the common variable name for the 'AllocaSlices' class to
Chandler Carruth
2014-10-16
1
-40
/
+42
*
[SROA] More range-based cleanups to SROA, these brought to you by
Chandler Carruth
2014-10-16
1
-25
/
+12
*
[SROA] Switch a couple of overly complex iterator accessors to just be
Chandler Carruth
2014-10-16
1
-26
/
+10
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
6
-83
/
+75
*
R600/SI: Remove unnecessary VALU patterns
Matt Arsenault
2014-10-16
1
-41
/
+0
*
[SROA] Start more deeply moving SROA to use ranges rather than just
Chandler Carruth
2014-10-16
1
-45
/
+42
*
R600: Fix nonsensical implementation of computeKnownBits for BFE
Matt Arsenault
2014-10-16
2
-5
/
+16
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
18
-107
/
+43
*
Allow call-slop optzn for destinations with a suitable dereferenceable attribute
Bjorn Steinbrink
2014-10-16
2
-14
/
+45
*
Fix lang-ref doc bug: s/icmp lt/icmp slt/
Jonathan Roelofs
2014-10-16
1
-1
/
+1
*
[llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variants
Nick Kledzik
2014-10-16
1
-1
/
+6
*
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
Sanjay Patel
2014-10-16
3
-1
/
+258
*
[AArch64] Fix miscompile of sdiv-by-power-of-2.
Juergen Ributzka
2014-10-16
3
-5
/
+17
*
[mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 no...
Vasileios Kalintiris
2014-10-16
2
-68
/
+35
*
[mips] Marked the DI/EI instruction aliases as MIPS32r2
Vasileios Kalintiris
2014-10-16
12
-6
/
+77
*
Test commit access: remove extra new line at the end of file
Vasileios Kalintiris
2014-10-16
1
-1
/
+0
*
Add missing header guard.
Benjamin Kramer
2014-10-16
1
-0
/
+5
*
Reapply r219832 - InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-16
2
-0
/
+124
*
TRE: make TRE a bit more aggressive
Saleem Abdulrasool
2014-10-16
4
-10
/
+39
*
Revert r219832.
Akira Hatanaka
2014-10-16
2
-92
/
+0
*
[LVI] Add some additional comments about caching and context instructions
Hal Finkel
2014-10-16
1
-0
/
+13
*
llvm/Support/Options.h: Use \tparam. [-Wdocumentation]
NAKAMURA Takumi
2014-10-16
1
-6
/
+6
*
R600: Remove dead function
Matt Arsenault
2014-10-16
2
-15
/
+0
*
Revert "r219834 - Teach ScalarEvolution to sharpen range information"
Sanjoy Das
2014-10-15
3
-78
/
+2
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
2
-0
/
+143
*
Add CreateAlignmentAssumption to IRBuilder
Hal Finkel
2014-10-15
2
-0
/
+53
[next]