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
*
[APInt] Fix typo in comment. NFC
Craig Topper
2017-05-11
1
-1
/
+1
*
AMDGPU: Remove tfe bit from flat instruction definitions
Matt Arsenault
2017-05-11
11
-169
/
+78
*
AMDGPU: Pull fneg out of extract_vector_elt
Matt Arsenault
2017-05-11
6
-8
/
+72
*
[AMDGPU] Fix incorrect register pressure calculation
Stanislav Mekhanoshin
2017-05-11
1
-2
/
+3
*
[SLP] Emit optimization remarks
Adam Nemet
2017-05-11
5
-11
/
+143
*
[PowerPC] Eliminate integer compare instructions - vol. 1
Nemanja Ivanovic
2017-05-11
18
-11
/
+1942
*
Add a test that local submodule visibility has no effect on debug info
Adrian Prantl
2017-05-11
1
-0
/
+5
*
[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
Simon Pilgrim
2017-05-11
1
-18
/
+4
*
[asan] Test 'strndup_oob_test.cc' added in r302781 fails on the clang-cmake-t...
Pierre Gousseau
2017-05-11
1
-1
/
+2
*
Fix -DLLVM_ENABLE_THREADS=OFF build after r302748
Hans Wennborg
2017-05-11
1
-0
/
+2
*
[Simplify] Remove identical scalar writes.
Michael Kruse
2017-05-11
7
-1
/
+428
*
[X86][AVX] Added zeroall/zeroupper scheduler tests
Simon Pilgrim
2017-05-11
1
-0
/
+50
*
Modules: fix modules build.
Tim Northover
2017-05-11
1
-0
/
+1
*
Mark LWG#2782 as complete. No functionality change; we already do this. Just ...
Marshall Clow
2017-05-11
2
-2
/
+8
*
Renumber test line number expectations after r302783.
Benjamin Kramer
2017-05-11
1
-4
/
+3
*
Replace a nested namespace used for overload resolution with a struct. Richar...
Marshall Clow
2017-05-11
1
-2
/
+2
*
Mark LWG#2850 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
2
-2
/
+3
*
Mark LWG#2796 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
3
-2
/
+10
*
[CodeCompletion] Provide member completions for dependent expressions whose
Alex Lorenz
2017-05-11
4
-16
/
+126
*
[CodeCompletion] NFC, extract a function that generates member
Alex Lorenz
2017-05-11
1
-30
/
+36
*
Fix two-stage build on windows using DistributionExample cmake cache
NAKAMURA Takumi
2017-05-11
2
-6
/
+20
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
12
-9
/
+254
*
[GlobalISel][X86] Remove hand-written G_FADD/F_SUB selection.
Igor Breger
2017-05-11
1
-105
/
+0
*
[ELF] - Make text section location explicit in early-assign-symbol.s test.
George Rimar
2017-05-11
1
-2
/
+2
*
[X86] Moving X86Local namespace from .cpp to .h file to use it in memory fold...
Ayman Musa
2017-05-11
2
-124
/
+123
*
[LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFC
Ayal Zaks
2017-05-11
1
-80
/
+101
*
[asan] Test 'strndup_oob_test.cc' added in r302781 fails on clang-s390x-linux.
Pierre Gousseau
2017-05-11
1
-1
/
+1
*
[msan] add a regression test for PR32842
Alexander Potapenko
2017-05-11
1
-0
/
+22
*
[msan] Fix PR32842
Alexander Potapenko
2017-05-11
2
-2
/
+25
*
[MSAN] test failed randomly on ARM when XFAILED for MIPS
Renato Golin
2017-05-11
1
-0
/
+1
*
[x86] Fix a failure to select with AVX-512 when the type legalizer
Chandler Carruth
2017-05-11
2
-5
/
+90
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-05-11
2
-2
/
+2
*
mips] XFAIL wcsncpy.cc test.
Simon Dardis
2017-05-11
1
-0
/
+2
*
[ARM][GlobalISel] Legalize narrow scalar ops by widening
Diana Picus
2017-05-11
4
-57
/
+218
*
[asan] Recommit of r301904: Add strndup/__strndup interceptors
Pierre Gousseau
2017-05-11
11
-31
/
+158
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
5
-6
/
+6
*
Remove now useless trailing nullptr in StructType::get
Serge Guelton
2017-05-11
1
-1
/
+1
*
[ARM][GlobalISel] Support for G_ANYEXT
Diana Picus
2017-05-11
4
-10
/
+103
*
Reverted r302775
Serge Pavlov
2017-05-11
15
-57
/
+77
*
Revert "PR22877: When constructing an array via a constructor with a default ...
Diana Picus
2017-05-11
2
-50
/
+6
*
Driver must return non-zero code on errors in command line
Serge Pavlov
2017-05-11
15
-77
/
+57
*
[GlobalISel][X86] G_ICMP support.
Igor Breger
2017-05-11
6
-5
/
+1090
*
Fix `std::visit` for the zero variants case.
Michael Park
2017-05-11
2
-16
/
+17
*
[APInt] Remove an unneeded extra temporary APInt from toString.
Craig Topper
2017-05-11
1
-5
/
+1
*
Make tests from r302765 windows friendly
Bruno Cardoso Lopes
2017-05-11
3
-9
/
+9
*
[APInt] Use negate() instead of copying an APInt to negate it and then writin...
Craig Topper
2017-05-11
1
-3
/
+3
*
[SCEV] Reduce possible APInt allocations a bit.
Craig Topper
2017-05-11
1
-7
/
+11
*
[SCEV] Remove unneeded 'using namespace APIntOps'.
Craig Topper
2017-05-11
1
-37
/
+34
*
[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
Igor Breger
2017-05-11
3
-42
/
+46
*
SupportTests: Suppress ParallelTests on mingw for now. Investigating.
NAKAMURA Takumi
2017-05-11
1
-0
/
+5
[next]