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
*
[asan] Give global metadata private linkage.
Evgeniy Stepanov
2017-04-11
2
-6
/
+7
*
[AArch64] Fix scheduling info for INS(vector, general) instruction.
Balaram Makam
2017-04-11
2
-1
/
+6
*
Avoid some string copies, NFC
Vedant Kumar
2017-04-11
1
-2
/
+2
*
[Sema][ObjC] Check whether a variable has a definition, rather than
Akira Hatanaka
2017-04-11
2
-1
/
+17
*
Minor updates to floating point intrinsic documentation
Andrew Kaylor
2017-04-11
1
-24
/
+21
*
InstSimplify: A shuffle of a splat is always the splat itself
Zvi Rackover
2017-04-11
2
-6
/
+91
*
[ODRHash] Improve handling of hash values
Richard Trieu
2017-04-11
5
-14
/
+28
*
[DAGCombine] Add more test cases for shuffle of splat. NFC.
Zvi Rackover
2017-04-11
1
-0
/
+56
*
Modular Codegen: Support homing debug info for types in modular objects
David Blaikie
2017-04-11
14
-22
/
+68
*
[x86] Relax the check in areLoadsFromSameBasePtr
Easwaran Raman
2017-04-11
2
-23
/
+20
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
4
-8
/
+48
*
[InstSimplify] add tests for chains of shuffles; NFC
Sanjay Patel
2017-04-11
1
-0
/
+45
*
[ExternalASTMerger] Removed a move constructor to address MSVC build failure
Sean Callanan
2017-04-11
1
-1
/
+1
*
Modular Codegen: Add/use a bit in serialized function definitions to track wh...
David Blaikie
2017-04-11
19
-41
/
+104
*
Add const children() accessors to match the existing non-const children() acc...
Aaron Ballman
2017-04-11
3
-10
/
+169
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
38
-24
/
+24
*
Implement standalone lsan interceptors for OS X
Francis Ricci
2017-04-11
8
-32
/
+131
*
Don't delete lsan thread-local data until it's no longer required
Francis Ricci
2017-04-11
2
-2
/
+17
*
[ExternalASTMerger] Fix the MSVC build
Sean Callanan
2017-04-11
1
-3
/
+3
*
[clang-import-test] Lookup inside contexts
Sean Callanan
2017-04-11
21
-52
/
+331
*
MIR: Allow parsing of empty machine functions
Justin Bogner
2017-04-11
10
-46
/
+21
*
[AArch64] Simplify MacroFusion
Evandro Menezes
2017-04-11
1
-79
/
+89
*
[X86] Create the correct ADC/SBB SDNode when lowering add.
Davide Italiano
2017-04-11
2
-2
/
+31
*
[AddDiscriminators] Assign discriminators to MemIntrinsic calls.
Andrea Di Biagio
2017-04-11
2
-1
/
+119
*
[InstCombine] Add testcases for (B&A)^A -> ~B & A and (B|A)^A -> B & ~A
Craig Topper
2017-04-11
1
-0
/
+88
*
Fix spelling compliment->complement. Mostly refering to 2s complement. NFC
Craig Topper
2017-04-11
5
-7
/
+7
*
[LV] Move first order recurrence test to common folder. NFC
Anna Thomas
2017-04-11
1
-0
/
+0
*
[libFuzzer] fix type in signal name.
Vitaly Buka
2017-04-11
1
-1
/
+1
*
llvm-lto2: Move the LTO::run() action behind a subcommand.
Peter Collingbourne
2017-04-11
36
-86
/
+107
*
[InstCombine] Use ConstantExpr::getBinOpIdentity to implement getIdentityValue.
Craig Topper
2017-04-11
1
-7
/
+2
*
[OpenCL] Map default address space to alloca address space
Yaxun Liu
2017-04-11
17
-49
/
+178
*
[AMDGPU] Add A5 to data layout for amdgiz environment
Yaxun Liu
2017-04-11
3
-3
/
+3
*
Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...
Marshall Clow
2017-04-11
7
-41
/
+76
*
[ASTPrinter] Print nested name specifiers for out-of-line functions
Alex Lorenz
2017-04-11
5
-7
/
+70
*
Add the definition of P in the clang tidy example
Sylvestre Ledru
2017-04-11
1
-0
/
+2
*
Revert 299954 : test failure needs to be fixed
Xinliang David Li
2017-04-11
1
-14
/
+0
*
Revert 299953 : test failure needs to be fixed
Xinliang David Li
2017-04-11
1
-14
/
+0
*
[PDB] Emit index/offset pairs for TPI and IPI streams
Reid Kleckner
2017-04-11
5
-21
/
+129
*
[lsan] Fix typo in test/lsan/lit.common.cfg
Maxim Ostapenko
2017-04-11
1
-1
/
+1
*
Revert temporarily D29877 "Warn about unused static file scope function templ...
Vassil Vassilev
2017-04-11
3
-32
/
+7
*
revert r299851 - [InstCombine] fix matching of or-of-icmps constants (PR32524)
Sanjay Patel
2017-04-11
2
-19
/
+16
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-11
1
-0
/
+14
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-11
1
-0
/
+14
*
[clang-format] Recognize Java logical shift assignment operator
Nico Weber
2017-04-11
2
-0
/
+25
*
Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex Lorenz
2017-04-11
2
-2
/
+46
*
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
Alex Lorenz
2017-04-11
8
-53
/
+150
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
30
-200
/
+171
*
Reapply "Enable LSan for arm Linux"
Maxim Ostapenko
2017-04-11
18
-25
/
+160
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
9
-65
/
+9
*
[AVR] Migrate to new MCAsmBackend applyFixup
Jonathan Roelofs
2017-04-11
2
-2
/
+2
[next]