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
*
ARM: Remove dead code. NFCI.
Peter Collingbourne
2018-02-08
2
-6
/
+0
*
[docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_C...
Aaron Smith
2018-02-08
2
-6
/
+6
*
[CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output
Francis Visoiu Mistrih
2018-02-08
12
-47
/
+67
*
[DAGCombiner] Avoid creating truncate nodes in (zext (and (load)))->(and (zex...
Craig Topper
2018-02-08
1
-22
/
+25
*
[DAGCombiner] Rename variable to be slightly better. NFC
Craig Topper
2018-02-08
1
-21
/
+21
*
bpf: Improve expanding logic in LowerSELECT_CC
Yonghong Song
2018-02-08
3
-1
/
+31
*
Symbols defined in linker scripts should not have dso_local flag set in LTO r...
Dmitry Mikulin
2018-02-08
2
-3
/
+7
*
Deactivate TestTargetSymbolsBuildidCase if host is windows
Eugene Zemtsov
2018-02-08
2
-1
/
+2
*
gold-plugin: Do not set codegen opt level based on LTO opt level.
Peter Collingbourne
2018-02-08
1
-15
/
+0
*
Add space inside the regular expression.
Rafael Espindola
2018-02-08
1
-1
/
+1
*
Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler.
Aaron Smith
2018-02-08
1
-2
/
+2
*
AMDGPU: Fix incorrect reordering when inline asm defines LDS address
Matt Arsenault
2018-02-08
2
-3
/
+65
*
[clang-format] Set ObjCBinPackProtocolList to Never for google style
Ben Hamilton
2018-02-08
2
-7
/
+11
*
Add a testcase for PR36268.
Rafael Espindola
2018-02-08
1
-0
/
+6
*
Fix PR36268.
Rafael Espindola
2018-02-08
1
-5
/
+9
*
AMDGPU: Don't crash when trying to fold implicit operands
Matt Arsenault
2018-02-08
2
-0
/
+15
*
[NVPTX] When dying due to a bad address space value, print out the value.
Justin Lebar
2018-02-08
1
-1
/
+2
*
Remove extra space.
Rafael Espindola
2018-02-08
1
-1
/
+1
*
[AMDGPU] Fixed wait count reuse
Stanislav Mekhanoshin
2018-02-08
1
-50
/
+40
*
[x86] Fix nasty bug in the x86 backend that is essentially impossible to
Chandler Carruth
2018-02-07
2
-0
/
+85
*
Fix size and alignment of array<T, 0>.
Eric Fiselier
2018-02-07
3
-4
/
+22
*
Verify profile data confirms large loop trip counts.
Mircea Trofin
2018-02-07
2
-5
/
+141
*
Fix compilation in C++17 mode.
Richard Smith
2018-02-07
1
-0
/
+2
*
Update for llvm change.
Rafael Espindola
2018-02-07
1
-1
/
+1
*
[NFCi] Replace a couple of usages of const StringRef& with StringRef
Erich Keane
2018-02-07
4
-7
/
+7
*
Don't try to use copy relocations with tls variables.
Rafael Espindola
2018-02-07
2
-3
/
+24
*
[X86] Prune some unreachable 'return SDValue()' paths from LowerSIGN_EXTEND/L...
Craig Topper
2018-02-07
1
-31
/
+26
*
PR36055: fix computation of *-dependence in nested initializer lists.
Richard Smith
2018-02-07
3
-12
/
+59
*
[X86] Remove dead code from EmitTest that looked for an i1 type which should ...
Craig Topper
2018-02-07
1
-5
/
+0
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
22
-124
/
+311
*
Stop using __strtonum_fallback on Android.
Dan Albert
2018-02-07
1
-1
/
+0
*
[X86] When doing callee save/restore for k-registers make sure we don't use K...
Craig Topper
2018-02-07
4
-243
/
+369
*
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...
Marshall Clow
2018-02-07
2
-5
/
+8
*
[X86] Auto-generate complete checks. NFC
Craig Topper
2018-02-07
2
-81
/
+1082
*
Fix -verify static assert messages for older Clang versions
Eric Fiselier
2018-02-07
2
-2
/
+2
*
Document --build-id=fast in ld.lld.1
Ed Maste
2018-02-07
1
-1
/
+6
*
[clang-import-test] Run clang-format, NFC
Vedant Kumar
2018-02-07
1
-8
/
+9
*
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...
Eric Fiselier
2018-02-07
19
-26
/
+805
*
[PR36008] Avoid -Wsign-compare warning for enum constants in
Alex Lorenz
2018-02-07
2
-0
/
+23
*
Add ld.lld.1 man page, describing lld's ELF linker
Ed Maste
2018-02-07
1
-0
/
+479
*
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...
Momchil Velikov
2018-02-07
16
-392
/
+51
*
[SLP] Add a tests for PR36280, NFC.
Alexey Bataev
2018-02-07
1
-0
/
+28
*
Remove an errant ^S
Jim Ingham
2018-02-07
1
-1
/
+1
*
Revert [DebugInfo] Improvements to representation of enumeration types (PR361...
Momchil Velikov
2018-02-07
5
-112
/
+10
*
[analyzer] [NFC] Factor out generating path diagnostics for a statement into ...
George Karpenkov
2018-02-07
1
-636
/
+648
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
22
-310
/
+124
*
Generate PDB files for profiling even in Release build.
Zachary Turner
2018-02-07
1
-0
/
+6
*
Comment on 'Review' issues
Marshall Clow
2018-02-07
1
-8
/
+8
*
Add --build-id=fast as a synonym for --build-id.
Rui Ueyama
2018-02-07
2
-0
/
+4
*
Fix r324498: the commit removed the '-' before the disable-llvm-verifier flag
Eric Fiselier
2018-02-07
1
-1
/
+1
[next]