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
*
[include-fixer] do not add enum forward declaration into symbol index table.
Eric Liu
2016-06-08
2
-4
/
+9
*
[ELF] Simplify shouldMerge() result calculation. NFC.
George Rimar
2016-06-08
1
-4
/
+1
*
[ELF] - Replaced one more hardcode with named constant. NFC.
George Rimar
2016-06-08
1
-2
/
+1
*
[ELF] - Replaced hardcode with named constants. NFC.
George Rimar
2016-06-08
2
-3
/
+3
*
[clang-tidy] misc-macro-parentheses - avoid adding parentheses in variable de...
Daniel Marjamaki
2016-06-08
2
-2
/
+53
*
[ARM] Remove redundant check. NFC
Diana Picus
2016-06-08
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
23
-41
/
+41
*
clang-format: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
2
-3
/
+14
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
2
-4
/
+2
*
[Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}
Michael Zuckerman
2016-06-08
3
-0
/
+80
*
[AVX512] Fix cvtusi2sd instruction Opcode, it should be 0x7B instead of 0x2A.
Igor Breger
2016-06-08
1
-1
/
+1
*
Add doxygen comments to xmmintrin.h's intrinsics.
Ekaterina Romanova
2016-06-08
1
-0
/
+944
*
[ELF] - Tweak verneed.s test to use new llvm-readobj functionality
George Rimar
2016-06-08
1
-25
/
+78
*
[AVX512] Reformat macro intrinsics, ensure arguments have proper typecasts, e...
Craig Topper
2016-06-08
2
-329
/
+260
*
[X86] Put parentheses around macro arguments in intrinsics.
Craig Topper
2016-06-08
1
-8
/
+10
*
Make LiveDebugValues preserve CFG
Matt Arsenault
2016-06-08
1
-0
/
+1
*
[libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hook
Kostya Serebryany
2016-06-08
1
-0
/
+2
*
AMDGPU: Verify subtarget specific builtins
Matt Arsenault
2016-06-08
7
-70
/
+133
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
5
-1
/
+27
*
[profile] Un-hide two symbols
Vedant Kumar
2016-06-08
2
-3
/
+2
*
[libFuzzer] docs: merge two lines with cmake instructions, add -DLLVM_ENABLE...
Kostya Serebryany
2016-06-08
1
-6
/
+5
*
Revive the error message from "process load" and SBProcess::LoadImage.
Jim Ingham
2016-06-08
1
-1
/
+1
*
[AArch64][RegisterBankInfo] Use the generic implementation of copyCost.
Quentin Colombet
2016-06-08
1
-1
/
+2
*
[RegisterBankInfo] Adapt the copy cost logic to give something sane by default.
Quentin Colombet
2016-06-08
1
-1
/
+5
*
[RegisterBankInfo] Add a size argument for the cost of copy.
Quentin Colombet
2016-06-08
4
-8
/
+19
*
[RegisterBankInfo] Move a hidden function into a static method. NFC.
Quentin Colombet
2016-06-08
2
-24
/
+31
*
MIR: Fix parsing of stack object references in MachineMemOperands
Matthias Braun
2016-06-08
2
-6
/
+28
*
[profile] Hide a few external symbols (NFCI)
Vedant Kumar
2016-06-08
3
-4
/
+5
*
[Sema] Teach CheckPlaceholderExpr about unaddressable functions.
George Burgess IV
2016-06-08
5
-25
/
+94
*
[ItaniumMangle] Mangle dependent __underlying_type correctly
David Majnemer
2016-06-08
2
-1
/
+11
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
5
-2
/
+21
*
IR: Call dropAllReferences from GlobalVariable's destructor.
Peter Collingbourne
2016-06-08
1
-0
/
+2
*
[esan] Intercept calloc to avoid deadlocks with tcmalloc
Derek Bruening
2016-06-08
1
-2
/
+52
*
[pdbdump] Print out # of hash buckets.
Rui Ueyama
2016-06-07
4
-0
/
+5
*
[scudo] trying to fix the bot: aligned_alloc is not known there; attempt 3
Kostya Serebryany
2016-06-07
1
-1
/
+1
*
[pdbdump] Print out TPI hash key size.
Rui Ueyama
2016-06-07
4
-0
/
+6
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
8
-73
/
+84
*
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
[next]