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
*
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
2016-04-27
3
-1
/
+5
*
[X86][FastISel] Make sure we use the right register class when we select stores.
Quentin Colombet
2016-04-27
2
-4
/
+12
*
Remove unused LangOpts private variable in HeaderSearch.
Samuel Antao
2016-04-27
2
-4
/
+1
*
Minor test simplification (per David Blaikie suggestion).
Paul Robinson
2016-04-27
1
-14
/
+5
*
Fix buildbot failure due to r267792
Rong Xu
2016-04-27
1
-1
/
+1
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
26
-15
/
+237
*
[ELF] -R is an alias for -rpath.
Davide Italiano
2016-04-27
1
-0
/
+1
*
XFail TestIRInterpreter on Windows
Adrian McCarthy
2016-04-27
1
-0
/
+1
*
[Hexagon] Merging nops in to previous packet rather than always creating a ne...
Colin LeMahieu
2016-04-27
2
-17
/
+129
*
[X86] Fix the lowering of TLS calls.
Quentin Colombet
2016-04-27
4
-10
/
+18
*
[MCAssembler] Allow backend to finalize layout post-relaxation.
Colin LeMahieu
2016-04-27
2
-0
/
+5
*
[MSan] [PowerPC] Dereference function descriptors when recording stack origins.
Marcin Koscielnicki
2016-04-27
1
-0
/
+7
*
[sanitizers] Get the proper symbol version when long double transition is inv...
Marcin Koscielnicki
2016-04-27
6
-6
/
+42
*
[sanitizer] Add early call handling to strchr + strrchr interceptors
Derek Bruening
2016-04-27
1
-0
/
+4
*
[PGO] Prohibit address recording if the function is both internal and COMDAT
Rong Xu
2016-04-27
2
-0
/
+30
*
AMDGPU: Account for globals in AMDGPUPromoteAlloca pass
Matt Arsenault
2016-04-27
2
-2
/
+36
*
[RuntimeDyld] Add missing include - <string> is requried for std::to_string.
Lang Hames
2016-04-27
3
-0
/
+3
*
[RuntimeDyld] Propagate Errors from findPPC64TOCSection.
Lang Hames
2016-04-27
1
-3
/
+6
*
Revert unnecessary tblgen change.
Peter Collingbourne
2016-04-27
1
-1
/
+0
*
Wdocumentation fix
Simon Pilgrim
2016-04-27
1
-1
/
+1
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
36
-209
/
+432
*
Add a test case for the crash fixed with r267037. David Blaikie said it woul...
Kevin Enderby
2016-04-27
2
-0
/
+3
*
[ARM] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.
Ahmed Bougacha
2016-04-27
1
-2
/
+2
*
[AArch64] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.
Ahmed Bougacha
2016-04-27
1
-2
/
+2
*
[AArch64] Set correct successors in CMPXCHG pseudo expansion.
Ahmed Bougacha
2016-04-27
2
-3
/
+5
*
[ARM] Set correct successors in CMPXCHG pseudo expansion.
Ahmed Bougacha
2016-04-27
2
-5
/
+7
*
[InstCombine][AVX2] Add AVX2 per-element vector shift tests
Simon Pilgrim
2016-04-27
1
-0
/
+467
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
14
-288
/
+484
*
ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...
Peter Collingbourne
2016-04-27
11
-4
/
+434
*
Fix build failure under NDEBUG.
Than McIntosh
2016-04-27
1
-0
/
+4
*
[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
[next]