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
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
16
-0
/
+166
*
Put this test's input in the Inputs directory where it belongs, rather than
Richard Smith
2015-01-12
2
-2
/
+2
*
Add a new utility script that helps update very simple regression tests.
Chandler Carruth
2015-01-12
1
-0
/
+207
*
[PowerPC] Fix calls to non-function objects
Hal Finkel
2015-01-12
2
-5
/
+91
*
[X86][SSE] Minor fix to VPBLENDW AVX2 commutation.
Simon Pilgrim
2015-01-11
1
-3
/
+3
*
Fix silly mistake in release notes for Mips.
Daniel Sanders
2015-01-11
1
-1
/
+1
*
Added release notes for the Mips target.
Daniel Sanders
2015-01-11
1
-1
/
+68
*
Revert most of r225597
David Majnemer
2015-01-11
5
-72
/
+45
*
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
2015-01-11
5
-66
/
+90
*
X86: teach X86TargetLowering about L,M,O constraints
Saleem Abdulrasool
2015-01-11
2
-0
/
+59
*
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
2015-01-11
6
-0
/
+47
*
[x86] Remove some windows line endings that snuck into the tests here.
Chandler Carruth
2015-01-11
8
-463
/
+463
*
[ADT] Remove the unused default constructor for iterator_range.
Chandler Carruth
2015-01-11
1
-1
/
+0
*
Fix PR22179.
Sanjoy Das
2015-01-10
4
-44
/
+63
*
Revert r225500, it leads to infinite loops.
Joerg Sonnenberger
2015-01-10
1
-9
/
+15
*
[X86][SSE] Improved (v)insertps shuffle matching
Simon Pilgrim
2015-01-10
4
-61
/
+111
*
.gitignore: add some rules for tagging programs
Ramkumar Ramachandra
2015-01-10
1
-0
/
+7
*
[PowerPC] Mark zext of a small scalar load as free
Hal Finkel
2015-01-10
3
-0
/
+59
*
Remove some whitespace.
Justin Hibbits
2015-01-10
1
-1
/
+1
*
ConvertUTFTest: fix misleading empty line
Dmitri Gribenko
2015-01-10
1
-1
/
+1
*
tests: fix previous commit
Saleem Abdulrasool
2015-01-10
1
-10
/
+6
*
test: merge ARM relocations test
Saleem Abdulrasool
2015-01-10
2
-17
/
+15
*
tests: convert a couple of ARM relocation tests to readobj
Saleem Abdulrasool
2015-01-10
2
-8
/
+16
*
Fully fix Bug #22115.
Justin Hibbits
2015-01-10
4
-11
/
+68
*
Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...
Alexey Samsonov
2015-01-10
1
-2
/
+2
*
[PowerPC] Readjust the loop unrolling threshold
Hal Finkel
2015-01-10
3
-6
/
+54
*
[LoopUnroll] Fix the partial unrolling threshold for small loop sizes
Hal Finkel
2015-01-10
3
-7
/
+31
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
11
-368
/
+428
*
Fix UBSan error reports in ValueMapCallbackVH and AssertingVH<T> empty/tombst...
Alexey Samsonov
2015-01-09
2
-32
/
+27
*
Disable Go bindings test under UBSan.
Alexey Samsonov
2015-01-09
1
-1
/
+1
*
Fix the JIT event listeners and replace the associated tests.
Andrew Kaylor
2015-01-09
7
-604
/
+290
*
Update comment.
Michael Zolotukhin
2015-01-09
1
-2
/
+2
*
SimplifyCFG: check uses of constant-foldable instrs in switch destinations (P...
Hans Wennborg
2015-01-09
2
-6
/
+55
*
[X86][SSE] Avoid vector byte shuffles with zero by using pshufb to create zeros
Simon Pilgrim
2015-01-09
2
-124
/
+106
*
Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...
Kevin Enderby
2015-01-09
1
-5
/
+5
*
Add a testcase of llvm-lto error handling.
Rafael Espindola
2015-01-09
1
-0
/
+4
*
Remove duplicating code. NFC.
Michael Zolotukhin
2015-01-09
1
-2
/
+2
*
Add the option, -universal-headers, used with -macho to print the Mach-O univ...
Kevin Enderby
2015-01-09
5
-13
/
+230
*
Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...
Tim Northover
2015-01-09
3
-168
/
+231
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
15
-104
/
+83
*
Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
Duncan P. N. Exon Smith
2015-01-09
4
-4
/
+4
*
[mips] Add support for accessing $gp as a named register.
Daniel Sanders
2015-01-09
5
-0
/
+76
*
fix typos; remove names from comments; NFC
Sanjay Patel
2015-01-09
1
-51
/
+44
*
remove names from comments; NFC
Sanjay Patel
2015-01-09
1
-40
/
+35
*
fix typos; NFC
Sanjay Patel
2015-01-09
1
-3
/
+3
*
fix typo; NFC
Sanjay Patel
2015-01-09
1
-1
/
+1
*
more efficient use of a dyn_cast; no functional change intended
Sanjay Patel
2015-01-09
1
-3
/
+3
*
[PowerPC] Enable late partial unrolling on the POWER7
Hal Finkel
2015-01-09
4
-0
/
+59
*
[mips] Add comment which explains why we need to change the assembler options...
Toma Tabacu
2015-01-09
1
-0
/
+6
*
Assumption that "VectorizedValue" will always be an Instruction is not correct.
Suyog Sarda
2015-01-09
1
-2
/
+1
[next]