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
*
Update the documents of the new LLD.
Rui Ueyama
2016-03-12
5
-368
/
+376
*
Use default destructor and remove unnecessary virtual destructor
Teresa Johnson
2016-03-12
1
-2
/
+1
*
Let's not convert from UINT32_MAX to the std::numeric_limits version.
Jim Ingham
2016-03-12
4
-22
/
+24
*
[libFuzzer] refresh docs more
Kostya Serebryany
2016-03-12
1
-20
/
+7
*
[libFuzzer] refresh docs more
Kostya Serebryany
2016-03-12
1
-4
/
+1
*
[libFuzzer] refresh docs more
Kostya Serebryany
2016-03-12
1
-20
/
+18
*
[lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth
2016-03-12
4
-2
/
+17
*
[libFuzzer] refresh docs
Kostya Serebryany
2016-03-12
1
-43
/
+57
*
Make gc relocates more strongly typed; NFC
Sanjoy Das
2016-03-12
1
-10
/
+13
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
15
-22
/
+146
*
[X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer.
Quentin Colombet
2016-03-12
7
-15
/
+206
*
Fix bad regression from r263077 when building with MSVC.
Nico Weber
2016-03-12
2
-5
/
+2
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
6
-27
/
+59
*
Revert "Update Polly for the removal of PreserveNames from IRBuilder stuff"
David Blaikie
2016-03-12
1
-6
/
+10
*
Temporarily revert:
Eric Christopher
2016-03-12
14
-32
/
+41
*
Temporarily revert these patches:
Eric Christopher
2016-03-12
5
-15
/
+36
*
Add Lanai.def to the module map.
Eric Christopher
2016-03-12
1
-0
/
+1
*
[LoopUnroll] Convert some existing tests to unit-tests.
Michael Zolotukhin
2016-03-12
3
-230
/
+144
*
Fix a memory leak due to missing virtual destructors
Teresa Johnson
2016-03-12
1
-0
/
+3
*
Initialize two variables in kmp_tasking.
Samuel Antao
2016-03-12
1
-1
/
+1
*
Updating source languages entry in FAQ.
Wilfred Hughes
2016-03-12
1
-5
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-12
5
-428
/
+165
*
Disable a test that started failing recently; see PR26919.
Nico Weber
2016-03-12
1
-0
/
+3
*
Disable CFI checks in std::addressof.
Evgeniy Stepanov
2016-03-11
1
-1
/
+1
*
Fix the docs I broke
Chris Matthews
2016-03-11
1
-0
/
+3
*
[sancov] using md5 for anchors in attempt to reduce file size.
Mike Aizatsky
2016-03-11
2
-7
/
+19
*
Don't crash sancov if file is unreadable.
Mike Aizatsky
2016-03-11
1
-6
/
+10
*
Extend test-suite docs to describe how to run test-suite with cmake+lit
Chris Matthews
2016-03-11
1
-9
/
+76
*
Minor cleanup and documentation to IRMover (NFC)
Mehdi Amini
2016-03-11
2
-21
/
+41
*
[X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim
2016-03-11
4
-53
/
+90
*
Make functions in altivec.h be __inline__. As they are all also marked
Daniel Jasper
2016-03-11
1
-4034
/
+4370
*
[AArch64] Don't blindly lower f16/f128 FCCMPs.
Ahmed Bougacha
2016-03-11
2
-3
/
+68
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
3
-293
/
+199
*
Add fix-it for format-security warnings.
Bob Wilson
2016-03-11
3
-9
/
+58
*
Initialize CalleeInfo to fix bot after r263275
Teresa Johnson
2016-03-11
1
-1
/
+1
*
Update Polly for the removal of PreserveNames from IRBuilder stuff
David Blaikie
2016-03-11
1
-10
/
+6
*
Fix ObjCMethodDecl::findPropertyDecl for class properties.
Jordan Rose
2016-03-11
2
-9
/
+40
*
Fix order of arguments to fputs
Reid Kleckner
2016-03-11
1
-3
/
+3
*
Switch to fputs stderr to try to fix output buffering issues
Reid Kleckner
2016-03-11
1
-3
/
+3
*
ELF: Implement --build-id.
Rui Ueyama
2016-03-11
7
-1
/
+101
*
[STATS] change TASK_execution name to OMP_task
Jonathan Peyton
2016-03-11
2
-3
/
+3
*
[STATS] Add a total statistics count
Jonathan Peyton
2016-03-11
2
-75
/
+59
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
3
-318
/
+253
*
Define NT_GNU_BUILD_ID constant.
Rui Ueyama
2016-03-11
1
-0
/
+5
*
[WebAssembly] Add `final` keywords to a few more subclasses, for consistency.
Dan Gohman
2016-03-11
2
-2
/
+2
*
[MemorySSA] Make a return type reflect reality. NFC.
George Burgess IV
2016-03-11
2
-12
/
+13
*
Add missing triple to instantiate-sizeof.cpp test
Reid Kleckner
2016-03-11
1
-1
/
+1
*
Remove the skip if Darwin since I fixed the crash.
Jim Ingham
2016-03-11
1
-1
/
+0
*
Make printf-4 more robust to strlen interception after r263177
Reid Kleckner
2016-03-11
1
-5
/
+7
*
Introduce @llvm.experimental.deoptimize
Sanjoy Das
2016-03-11
10
-1
/
+327
[next]