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
*
Add missing license headers
Eric Fiselier
2016-01-19
17
-0
/
+148
*
Mark slow ASAN/MSAN tests as XFAIL for now.
Eric Fiselier
2016-01-19
3
-0
/
+10
*
Removed a bunch of spurious files from the man page Copy Files build phase.
Sean Callanan
2016-01-19
1
-18
/
+0
*
[AArch64] Remove a bunch of useless FIXME comments.
Chad Rosier
2016-01-19
1
-4
/
+0
*
[WebAssembly] Remove an unused data member. NFC.
Dan Gohman
2016-01-19
3
-10
/
+7
*
[AArch64] Remove more dead code after r258093.
Chad Rosier
2016-01-19
1
-12
/
+4
*
Fix undefined behavior in llvm's local changes to googletest.
Nico Weber
2016-01-19
2
-1
/
+5
*
Rename IgnoredWeak to Ignored.
Rafael Espindola
2016-01-19
4
-9
/
+8
*
Fix a coverage reading bug
Xinliang David Li
2016-01-19
1
-1
/
+3
*
[Orc] Fix a stale comment.
Lang Hames
2016-01-19
1
-8
/
+2
*
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
Lang Hames
2016-01-19
5
-107
/
+278
*
[SCEV] Fix PR26207
Sanjoy Das
2016-01-19
3
-1
/
+33
*
[SCEV] Use range-for; NFC
Sanjoy Das
2016-01-19
1
-5
/
+4
*
WebAssembly: mark known failure caused by r258125
JF Bastien
2016-01-19
1
-0
/
+3
*
Fix bootstrap -Werror builds after clang r258128
Nico Weber
2016-01-19
1
-0
/
+3
*
[OpenMP] Detect implicit map type to report unspecified map type for target e...
Samuel Antao
2016-01-19
8
-44
/
+76
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
5
-8
/
+43
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
27
-5
/
+646
*
getParent()->getParent() == getModule() ; NFC
Sanjay Patel
2016-01-19
1
-15
/
+15
*
[CUDA] Handle -O options (more) correctly.
Justin Lebar
2016-01-19
2
-5
/
+49
*
Set the objc constraint on the context based on the parsed files.
Pete Cooper
2016-01-19
3
-0
/
+81
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-01-19
3
-90
/
+90
*
lit.cfg: Pass -isysroot to the SDK on Darwin
Hans Wennborg
2016-01-19
1
-0
/
+11
*
test-release.sh: Use CMake also for Darwin
Hans Wennborg
2016-01-19
1
-5
/
+0
*
fix formatting; NFC
Sanjay Patel
2016-01-19
1
-3
/
+4
*
don't repeat documentation comments in implementation file; NFC
Sanjay Patel
2016-01-19
1
-36
/
+0
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
28
-10
/
+666
*
don't repeat function names in documentation comments; NFC
Sanjay Patel
2016-01-19
1
-41
/
+36
*
Move part of an if condition into an assertion. NFC.
Manuel Jacob
2016-01-19
1
-2
/
+2
*
[AVX512] Adding VPERMT2B and VPERMI2B instruction .
Michael Zuckerman
2016-01-19
2
-12
/
+261
*
Cache the objc image info constraints in file.
Pete Cooper
2016-01-19
4
-11
/
+34
*
Revert 258157
Philip Reames
2016-01-19
3
-17
/
+8
*
[LibCallSimplifier] use instruction-level fast-math-flags to shrink calls
Sanjay Patel
2016-01-19
2
-39
/
+20
*
[GC] Registry initialization and linkage interactions
Philip Reames
2016-01-19
3
-8
/
+17
*
[PGO] Create the profile data variable before the lowering
Rong Xu
2016-01-19
1
-3
/
+12
*
Add clarifying comments defining what a Loop is
Philip Reames
2016-01-19
1
-0
/
+9
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-19
2
-25
/
+23
*
Module Debugging: Defer the emission of anonymous tag decls
Adrian Prantl
2016-01-19
4
-0
/
+31
*
NFC Test Commit whitespace change in a comment
Chris Ray
2016-01-19
1
-1
/
+1
*
Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...
Oleksiy Vyalov
2016-01-19
1
-0
/
+6
*
Use larger write sizes for MCFillFragment.
Rafael Espindola
2016-01-19
1
-3
/
+14
*
[cmake] Fix add_version_info_from_vcs git svn version bug.
Geoff Berry
2016-01-19
1
-17
/
+9
*
remove outdated comment; NFC
Sanjay Patel
2016-01-19
1
-4
/
+0
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
21
-79
/
+73
*
[AVX512] Adding VPERMB instruction
Michael Zuckerman
2016-01-19
3
-2
/
+142
*
[CMake] Properly respect the CLANG_APPEND_VC_REV option
Chris Bieneman
2016-01-19
1
-7
/
+8
*
[WebAssembly] Rematerialize constants rather than hold them live in registers.
Dan Gohman
2016-01-19
12
-100
/
+158
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
6
-42
/
+14
*
Activate OpenMP private clause for target construct and a regression test.
Carlo Bertolli
2016-01-19
3
-1
/
+123
*
[WebAssembly] Change a FIXME to a TODO in a comment.
Dan Gohman
2016-01-19
1
-1
/
+1
[next]