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
*
[PM/SCCP] Fix pass dependencies.
Davide Italiano
2016-05-15
1
-1
/
+4
*
ThinLTOCodeGenerator: fix race condition found using TSAN
Mehdi Amini
2016-05-15
1
-0
/
+5
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
6
-14
/
+16
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
5
-83
/
+4
*
[PM] Add newline at the end of the file, for consistency. NFC.
Davide Italiano
2016-05-14
1
-1
/
+1
*
[PM] Refactor cross-registration of AM into an helper.
Davide Italiano
2016-05-14
3
-10
/
+24
*
[AVX512] Make the permd intrinsics take a 32-bit immediate to match the softw...
Craig Topper
2016-05-14
4
-28
/
+28
*
[SCCP] Use range-based for loops. NFC.
Davide Italiano
2016-05-14
1
-10
/
+10
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
5
-4
/
+83
*
ARM: support export directives for Windows
Saleem Abdulrasool
2016-05-14
2
-0
/
+98
*
[AArch64] Update local variable names to conform to coding standard. NFC.
Chad Rosier
2016-05-14
1
-31
/
+31
*
Fixed lowering of _comi_ intrinsics from all sets - SSE/SSE2/AVX/AVX-512
Elena Demikhovsky
2016-05-14
6
-242
/
+227
*
Revert "[llc] New diagnostic handler"
Renato Golin
2016-05-14
31
-70
/
+34
*
Re-enable llvm/test/ThinLTO/X86/cache.ll.
NAKAMURA Takumi
2016-05-14
1
-3
/
+0
*
[Docs] Add some requirements to the Testing Guide
Renato Golin
2016-05-14
1
-0
/
+6
*
CachePruning.cpp: Don't use errno.
NAKAMURA Takumi
2016-05-14
1
-2
/
+3
*
Revert changes after test commit.
Dima Stepanov
2016-05-14
1
-0
/
+1
*
[llc] New diagnostic handler
Renato Golin
2016-05-14
31
-34
/
+70
*
Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, f...
NAKAMURA Takumi
2016-05-14
1
-1
/
+1
*
[mips] Enable IAS by default for 32-bit MIPS targets (O32).
Daniel Sanders
2016-05-14
6
-31
/
+96
*
Test commt: remove a blank line.
Dima Stepanov
2016-05-14
1
-1
/
+0
*
llvm/Support/MachO.h: Fix warnings. [-Wpedantic]
NAKAMURA Takumi
2016-05-14
1
-8
/
+8
*
XFAIL ThinLTO Caching test on Windows.
Mehdi Amini
2016-05-14
1
-0
/
+3
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
18
-606
/
+503
*
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
2016-05-14
3
-0
/
+31
*
ThinLTOCodeGenerator: handle cases where temporary files can't be renamed
Mehdi Amini
2016-05-14
1
-2
/
+6
*
Revert "Add testing in llvm-lto for ThinLTO caching."
Mehdi Amini
2016-05-14
3
-33
/
+0
*
Increase verbosity in the test output to help debugging windows issues
Mehdi Amini
2016-05-14
1
-1
/
+3
*
ThinLTOCodeGenerator: handle std::error_code instead of silently dropping it.
Mehdi Amini
2016-05-14
1
-1
/
+5
*
StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...
Mehdi Amini
2016-05-14
1
-9
/
+2
*
Revert "StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching agains...
Mehdi Amini
2016-05-14
1
-2
/
+9
*
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
2016-05-14
3
-0
/
+31
*
StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...
Mehdi Amini
2016-05-14
1
-9
/
+2
*
Remove unwanted fprintf debug
Mehdi Amini
2016-05-14
1
-1
/
+0
*
Revert r269534 "Silence a -Wundefined-var-template build warning." The bots d...
Craig Topper
2016-05-14
1
-2
/
+0
*
Silence a -Wundefined-var-template build warning.
Craig Topper
2016-05-14
1
-0
/
+2
*
[WebAssembly] Fix legalization of i128 shifts.
Dan Gohman
2016-05-14
2
-9
/
+284
*
[AVX512] Fix types for pshufd intrinsics. The immediate is the second argumen...
Craig Topper
2016-05-14
5
-53
/
+54
*
[WebAssembly] Update expected torture test failures
Derek Schuff
2016-05-14
1
-2
/
+2
*
[codeview] Add type stream merging prototype
Reid Kleckner
2016-05-14
22
-135
/
+820
*
SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISel
Justin Bogner
2016-05-13
6
-62
/
+54
*
[MSan] [PowerPC] Implement PowerPC64 vararg helper.
Marcin Koscielnicki
2016-05-13
3
-0
/
+371
*
SDAG: Clean up a dead node I missed earlier in X86
Justin Bogner
2016-05-13
1
-1
/
+1
*
[MachO] More missing swapStruct implementations
Chris Bieneman
2016-05-13
1
-0
/
+17
*
[MachO] Filling in some structs I missed in r269499
Chris Bieneman
2016-05-13
1
-12
/
+12
*
[AArch64] Simplify logic to reduce vertical space. NFC.
Chad Rosier
2016-05-13
1
-6
/
+2
*
[PM] Port LowerAtomic to the new pass manager.
Davide Italiano
2016-05-13
7
-43
/
+89
*
SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISel
Justin Bogner
2016-05-13
1
-28
/
+38
*
[LAA] Include MaxSafeDepDistBytes in the analysis print-out
Adam Nemet
2016-05-13
2
-0
/
+40
*
[LAA] Prepare the code to print more things in the summary. NFC
Adam Nemet
2016-05-13
1
-3
/
+3
[next]