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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86]: Quit promoting 16 bit loads to 32 bit.
Kevin B. Smith
2016-04-27
2
-18
/
+2
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-27
7
-6
/
+42
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
1
-1
/
+2
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
4
-0
/
+28
*
Add optimization bisect opt-in calls for PowerPC passes
Andrew Kaylor
2016-04-27
9
-3
/
+28
*
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
Sean Callanan
2016-04-27
3
-0
/
+84
*
[CodeGenPrepare] Don't sink a cast past its user
David Majnemer
2016-04-27
2
-0
/
+37
*
Refactor debugging code, NFC.
Than McIntosh
2016-04-27
1
-31
/
+30
*
[NVPTX] Run NVVMReflect at the beginning of IR passes.
Justin Lebar
2016-04-27
2
-0
/
+10
*
Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar
2016-04-27
1
-0
/
+8
*
Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.
Justin Lebar
2016-04-27
2
-11
/
+25
*
[LIR] Set attributes on memset_pattern16.
Ahmed Bougacha
2016-04-27
2
-0
/
+6
*
[LIR] Reuse variable. NFCI.
Ahmed Bougacha
2016-04-27
1
-1
/
+1
*
[InferAttrs] Mark memset_pattern16 params nocapture.
Ahmed Bougacha
2016-04-27
2
-1
/
+3
*
[TLI] Unify LibFunc attribute inference. NFCI.
Ahmed Bougacha
2016-04-27
3
-795
/
+730
*
[TLI] Unify LibFunc signature checking. NFCI.
Ahmed Bougacha
2016-04-27
8
-711
/
+599
*
[TLI] Fix indentation. NFC.
Ahmed Bougacha
2016-04-27
1
-1
/
+1
*
[CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...
Chris Bieneman
2016-04-27
1
-8
/
+13
*
Fix a bunch of sign-compare warnings
David Blaikie
2016-04-27
1
-4
/
+4
*
Clean up to avoid compiler warnings for casting away const qualifiers.
Sjoerd Meijer
2016-04-27
2
-4
/
+4
*
Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for ...
Chad Rosier
2016-04-27
9
-146
/
+13
*
[LV] Reallow positive-stride interleaved load groups with gaps
Matthew Simpson
2016-04-27
2
-15
/
+146
*
[sanitizers] read/write page fault detection on mac.
Mike Aizatsky
2016-04-27
2
-1
/
+32
*
Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
Kate Stone
2016-04-27
1
-1
/
+1
*
[SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
Arch D. Robison
2016-04-27
1
-20
/
+28
*
[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.
Marcin Koscielnicki
2016-04-27
7
-0
/
+84
*
PR21823: 'nodebug' attribute on global/static variables.
Paul Robinson
2016-04-27
4
-1
/
+71
*
[DAGCombiner] Follow coding convention for function name (NFC)
Gerolf Hoflehner
2016-04-27
4
-5
/
+5
*
Revert r267691, it caused PR27535.
Nico Weber
2016-04-27
11
-128
/
+41
*
[Mips] Add support for llvm.thread.pointer intrinsic.
Marcin Koscielnicki
2016-04-27
2
-0
/
+16
*
[InstCombine] Sharpended test case in pr21210.ll
Gerolf Hoflehner
2016-04-27
1
-3
/
+4
*
Use absolute module path when possible if sent in svr4 packets
Francis Ricci
2016-04-27
1
-8
/
+1
*
Module debugging: Fix the DWO filename for PCH in a relative path.
Adrian Prantl
2016-04-27
2
-2
/
+79
*
[find-all-symbols] Also update unittest dependencies.
Benjamin Kramer
2016-04-27
1
-0
/
+2
*
[find-all-symbols] Clean up dependencies, fixing cmake shared build.
Benjamin Kramer
2016-04-27
1
-2
/
+1
*
Silence a -Wdangling-else
Reid Kleckner
2016-04-27
1
-1
/
+2
*
Fix explain-check failure test on Windows.
Haojian Wu
2016-04-27
1
-1
/
+1
*
Un-XFAIL tests on Windows after fixing PR27492
Reid Kleckner
2016-04-27
2
-5
/
+1
*
Add parentheses to silence buildbot warning
Matthew Simpson
2016-04-27
1
-2
/
+2
*
[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.
Artem Tamazov
2016-04-27
9
-13
/
+146
*
[PDB] Fix function names for private symbols in PDBs
Reid Kleckner
2016-04-27
5
-28
/
+34
*
Don't search compilation database in explain-check, fixing buildbot test
Haojian Wu
2016-04-27
1
-1
/
+1
*
tsan: fix windows support
Dmitry Vyukov
2016-04-27
1
-11
/
+9
*
AMDGPU/SI: Add llvm.amdgcn.s.waitcnt.all intrinsic
Nicolai Haehnle
2016-04-27
4
-14
/
+118
*
[Clang][Builtin][AVX512] Adding intrisnics for the vpconflict{q|d} instructio...
Michael Zuckerman
2016-04-27
3
-0
/
+174
*
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...
Kuba Brecka
2016-04-27
5
-0
/
+22
*
[TTI] Add hook for vector extract with extension
Matthew Simpson
2016-04-27
8
-22
/
+108
*
[AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware regis...
Artem Tamazov
2016-04-27
6
-36
/
+102
*
Revert r267649, it caused PR27539.
Nico Weber
2016-04-27
3
-1120
/
+7
*
Remove size 1 from check as that isn't part of what the test is meant to be t...
Kristof Beyls
2016-04-27
1
-1
/
+1
[next]