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
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
6
-63
/
+9
*
[docs] fix the build by including ScudoHardenedAllocator into toc; mention So...
Kostya Serebryany
2016-06-07
2
-2
/
+7
*
Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...
Greg Clayton
2016-06-07
4
-300
/
+394
*
Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"
Vedant Kumar
2016-06-07
3
-6
/
+85
*
[docs] Coverage: Explain how to avoid static initializers
Vedant Kumar
2016-06-07
1
-0
/
+16
*
[lit] Ignore errors when decoding redirected output.
Daniel Dunbar
2016-06-07
1
-1
/
+1
*
Use FileCheck instead of grepping for patterns. NFC.
Easwaran Raman
2016-06-07
3
-10
/
+11
*
[CFLAA] Kill dead code/fix comments in StratifiedSets.
George Burgess IV
2016-06-07
1
-87
/
+23
*
AMDGPU: Add amdgpu-ps-wqm-outputs function attributes
Nicolai Haehnle
2016-06-07
2
-2
/
+41
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
10
-91
/
+17
*
[LibFuzzer] Split the fuzzer-oom.test into two tests.
Dan Liew
2016-06-07
3
-1
/
+14
*
[X86][SSE4A] Regenerated SSE4A intrinsics tests
Simon Pilgrim
2016-06-07
2
-16
/
+65
*
[pdb] Fix broken unit test compilation.
Zachary Turner
2016-06-07
1
-4
/
+4
*
[pdb] Convert StringRefs to ArrayRef<uint8_t>s.
Zachary Turner
2016-06-07
4
-12
/
+15
*
Add info to SourceLevelDebugging about CodeView
Reid Kleckner
2016-06-07
1
-5
/
+78
*
Revert "Differential Revision: http://reviews.llvm.org/D20557"
Eric Christopher
2016-06-07
2
-309
/
+18
*
Reformat for some clarity and 80-columns. NFC.
Eric Christopher
2016-06-07
2
-21
/
+32
*
[libfuzzer] custom crossover interface function.
Mike Aizatsky
2016-06-07
7
-0
/
+107
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
11
-41
/
+668
*
[lit] Fix an uninitialized var on Windows.
Daniel Dunbar
2016-06-07
1
-1
/
+2
*
[scudo] trying to fix the bot: aligned_alloc is not known there; attempt 2
Kostya Serebryany
2016-06-07
1
-2
/
+3
*
Added notes for a bunch of the issues
Marshall Clow
2016-06-07
1
-10
/
+10
*
[yaml] Add a ScalarTraits for mapping endian aware types.
Zachary Turner
2016-06-07
2
-0
/
+133
*
Revert r272045 since GCC doesn't know how to compile it.
Krzysztof Parzyszek
2016-06-07
1
-449
/
+507
*
[asan] Turn LSan-related #if’s into regular if’s in ASan initializer
Kuba Brecka
2016-06-07
2
-8
/
+15
*
Remove break after return.
Rui Ueyama
2016-06-07
1
-2
/
+0
*
[Hexagon] Modify HexagonExpandCondsets to handle subregisters
Krzysztof Parzyszek
2016-06-07
1
-507
/
+449
*
Differential Revision: http://reviews.llvm.org/D20557
Wei Ding
2016-06-07
2
-18
/
+309
*
[pdb] Fix a potential overflow and remove unnecessary comments.
Zachary Turner
2016-06-07
2
-3
/
+3
*
[Clang-tidy] Alphabetical checks order in release notes.
Eugene Zelenko
2016-06-07
2
-8
/
+8
*
Don't use SO_REUSEADDR for *client* sockets
Pavel Labath
2016-06-07
1
-3
/
+0
*
[CFLAA] Add AttrEscaped, remove bit twiddling functions.
George Burgess IV
2016-06-07
3
-63
/
+76
*
[Clang-tidy] Documentation style consistency.
Eugene Zelenko
2016-06-07
2
-11
/
+12
*
[scudo] trying to fix the bot: aligned_alloc is not known there
Kostya Serebryany
2016-06-07
1
-0
/
+2
*
LLDB is leaking memory in Editline.cpp on MacOSX.
Greg Clayton
2016-06-07
1
-43
/
+62
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
5
-1
/
+19
*
Define a helper function to get a relocation name. NFC.
Rui Ueyama
2016-06-07
1
-13
/
+11
*
Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...
Chris Bieneman
2016-06-07
2
-3
/
+3
*
Merge duplicate code. NFC.
Rui Ueyama
2016-06-07
1
-9
/
+8
*
Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install paths
Chris Bieneman
2016-06-07
2
-3
/
+3
*
Use StringSwitch. NFC.
Rui Ueyama
2016-06-07
1
-25
/
+24
*
Added notes about the issues for Oulu
Marshall Clow
2016-06-07
1
-22
/
+22
*
Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...
Aaron Ballman
2016-06-07
4
-13
/
+82
*
Fixing a build bot issue with duplicate explicit instantiations.
Aaron Ballman
2016-06-07
1
-1
/
+8
*
Adding a release note for the misc-misplaced-const check added in r272025.
Aaron Ballman
2016-06-07
1
-0
/
+6
*
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons...
Aaron Ballman
2016-06-07
8
-1
/
+207
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
10
-17
/
+91
*
Reapply [AArch64] Fix isLegalAddImmediate() to return true for valid negative...
Geoff Berry
2016-06-07
2
-2
/
+51
*
[utils/lit] Show available_features with --show-suites.
Daniel Dunbar
2016-06-07
1
-0
/
+3
*
[lit] Improve logging with file redirection.
Daniel Dunbar
2016-06-07
4
-9
/
+39
[next]