Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
d26bf22afc32248362ccc7932d28e02b1be3b00b
d26bf22
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous state"
by Vitaly Buka
· 9 years ago
1354d58
Revert "[asan] Add flag to allow lifetime analysis of problematic allocas"
by Vitaly Buka
· 9 years ago
ff48266
Fix autoupgrade logic for Objective-C class properties module flag
by Mehdi Amini
· 9 years ago
837806b
build_llvm_package.bat: Update to VS2015 and include LLDB
by Hans Wennborg
· 9 years ago
f094f62
[InstCombine] move folds for icmp (sh C2, Y), C1 in with other icmp+sh folds; NFCI
by Sanjay Patel
· 9 years ago
dcc5ba2
[libFuzzer] make caller-callee feedback work with trace-pc-guard
by Kostya Serebryany
· 9 years ago
31daa34
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
by Kostya Serebryany
· 9 years ago
8f94ffd
[codeview] Optimize the size of defranges with gaps
by Reid Kleckner
· 9 years ago
ea88605
[InstCombine] allow icmp (shr/shl) folds for vectors
by Sanjay Patel
· 9 years ago
539a656
regenerate checks
by Sanjay Patel
· 9 years ago
12be25f
[GlobalOpt] Dead Eliminate declarations
by Mehdi Amini
· 9 years ago
26eccc1
[InstCombine] Do not RAUW a constant GEP
by David Majnemer
· 9 years ago
a5437a6
[AArch64] Support for FP FMA when -ffp-contract=fast
by Evandro Menezes
· 9 years ago
745df32
Revert "[ARM] Promote small global constants to constant pools"
by Evgeniy Stepanov
· 9 years ago
71d3c34
[InstCombine] simplify code; NFCI
by Sanjay Patel
· 9 years ago
f31e663
[PM] Port CFGViewer and CFGPrinter to the new Pass Manager
by Sriraman Tallam
· 9 years ago
5fa3c52
[pdb] Write the IPI stream.
by Zachary Turner
· 9 years ago
d6d0906
fix function names; NFC
by Sanjay Patel
· 9 years ago
6baec2e
[pdb] Fix the TPI stream size computation.
by Zachary Turner
· 9 years ago
d52d051
[libFuzzer] fix the build for AFLDriverTest
by Kostya Serebryany
· 9 years ago
2473bf0
[InstCombine] allow icmp (sub nsw) folds for vectors
by Sanjay Patel
· 9 years ago
ba1d7c6
[InstCombine] add vector tests for icmp (sub nsw)
by Sanjay Patel
· 9 years ago
8471051
[IRObjectFile] Handle undefined weak symbols in RecordStreamer.
by Davide Italiano
· 9 years ago
72499e5
Take ownership of libLTO as discussed on llvm-dev.
by Peter Collingbourne
· 9 years ago
d2bd71f
[InstCombine] remove duplicated fold ; NFCI
by Sanjay Patel
· 9 years ago
f71deb6
[InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors
by Sanjay Patel
· 9 years ago
b794567
[InstCombine] add vector tests for icmp sgt smin
by Sanjay Patel
· 9 years ago
c0fdffb
[InstCombine] auto-generate checks
by Sanjay Patel
· 9 years ago
d40500c
[compiler-rt] Changing function prototype returning unused value
by Etienne Bergeron
· 9 years ago
51832f7
Fix silly mistake introduced here : https://reviews.llvm.org/D24566
by Etienne Bergeron
· 9 years ago
28f64ff
address comments from: https://reviews.llvm.org/D24566
by Etienne Bergeron
· 9 years ago
0863eca
Document our extension to the COFF .section directive flags
by Reid Kleckner
· 9 years ago
964ae1d
[InstCombine] clean up foldICmpWithConstant(); NFC
by Sanjay Patel
· 9 years ago
8055438
[InstCombine] add helper function for foldICmpWithConstant; NFC
by Sanjay Patel
· 9 years ago
0ee1696
[InstCombine] use m_APInt to allow icmp folds using known bits for splat constant vectors
by Sanjay Patel
· 9 years ago
c2c0b27
[mips][ias] Enable IAS by default for N64 on Debian mips64el.
by Simon Dardis
· 9 years ago
095eb00
[ARM] Promote small global constants to constant pools
by James Molloy
· 9 years ago
8c9a9af
GlobalISel: legalize GEP instructions with small offsets.
by Tim Northover
· 9 years ago
3d658a6
GlobalISel: relax type constraints on G_ICMP to allow pointers.
by Tim Northover
· 9 years ago
3d94178
GlobalISel: remove "unsized" LLT
by Tim Northover
· 9 years ago
ccc7ec7
llvm/test/Transforms/CorrelatedValuePropagation/alloca.ll REQUIRES +Asserts.
by NAKAMURA Takumi
· 9 years ago
cdce758
GlobalISel: cache pointer sizes in LLT
by Tim Northover
· 9 years ago
4cb3509
[llvm-cov] Move some layout logic to the right spot (NFC)
by Vedant Kumar
· 9 years ago
61f5694
[llvm-cov] Hide instantiation views for unexecuted functions
by Vedant Kumar
· 9 years ago
2fcbfcf
[llvm-cov] Don't create 'jump to ...' links in nested views
by Vedant Kumar
· 9 years ago
0bcb8fb
Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Value Propagation.
by Wei Mi
· 9 years ago
f158709
[CMake] Fixing lit for runtimes directory
by Jonas Hahnfeld
· 9 years ago
577674b
[libFuzzer] disable test that requires debug info -- it fails on the bot
by Kostya Serebryany
· 9 years ago
3f6d675
[libFuzzer] move the AFL driver build rule test into the uninstrumented dir
by Kostya Serebryany
· 9 years ago
7551d48
[llvm-cov] Make a method name more accurate (NFC)
by Vedant Kumar
· 9 years ago
7e2d153
[libFuzzer] fix print_pcs test
by Kostya Serebryany
· 9 years ago
90562cd
[llvm-cov] Don't print a verbose title when looking at one file
by Vedant Kumar
· 9 years ago
5d97808
[llvm-cov] Fix tests that aren't checking anything (NFC)
by Vedant Kumar
· 9 years ago
f0b5dd7
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guard heuristic for 8-bit counters to look more like in AFL (not that it's provable better, but the existin test preferes this heuristic)
by Kostya Serebryany
· 9 years ago
f09ca2f
Add a C++ unittest to test the fix for PR30213.
by Wei Mi
· 9 years ago
4574c11
[doc] [CUDA] Add sections about STL support and differences between nvcc and clang to CompileCudaWithLLVM.rst.
by Justin Lebar
· 9 years ago
8159863
[LangRef] Add a clarifying example for undef
by Sanjoy Das
· 9 years ago
26586a8
[libFuzzer] add 8-bit counters to trace-pc-guard handler
by Kostya Serebryany
· 9 years ago
0ebfb4e
[InstCombine] refactor eq/ne cases in foldICmpUsingKnownBits() ; NFCI
by Sanjay Patel
· 9 years ago
f5898c1
[pdb] Fix unit test compilation.
by Zachary Turner
· 9 years ago
a18aa4c
[InstCombine] add vector tests for foldICmpUsingKnownBits()
by Sanjay Patel
· 9 years ago
b5689e7
[pdb] Get rid of Data and RawData in CVType.
by Zachary Turner
· 9 years ago
a9d16c9
[pdb] Write TPI hash values to the TPI stream.
by Zachary Turner
· 9 years ago
a984fc7
[MC] Handle discardable COFF sections in assembly
by Reid Kleckner
· 9 years ago
a364825
Fix auto-upgrade of TBAA tags in Bitcode Reader
by Mehdi Amini
· 9 years ago
86a6238
Fix indentation in codeview code
by Reid Kleckner
· 9 years ago
fd7afc4
[LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalities (NFC)
by Mehdi Amini
· 9 years ago
bdf517a
[LTO] Fix commons handling
by Mehdi Amini
· 9 years ago
e038466
[ThinLTO] Add an option to llvm-lto to print some basic statistics for the index
by Mehdi Amini
· 9 years ago
93e6e54
Finish renaming remaining analyzeBranch functions
by Matt Arsenault
· 9 years ago
9becdee
[Stackmap] Added callsite counts to emitted function information.
by Sanjoy Das
· 9 years ago
0890bf3
[x86] regenerate checks
by Sanjay Patel
· 9 years ago
421442e
[x86] regenerate checks
by Sanjay Patel
· 9 years ago
eb967fb
Revert "[ARM] Promote small global constants to constant pools"
by Evgeniy Stepanov
· 9 years ago
4e8d86c
[x86] regenerate checks
by Sanjay Patel
· 9 years ago
d41f227
[lib/LTO] Fix a typo. NFC.
by Davide Italiano
· 9 years ago
aceeb33
Revert "AMDGPU: Use SOPK compare instructions"
by Matt Arsenault
· 9 years ago
fff5113
AMDGPU: Use SOPK compare instructions
by Matt Arsenault
· 9 years ago
50aa910
Verifier: Mark orphaned DICompileUnits as a debug info failure.
by Adrian Prantl
· 9 years ago
b1a710d
Make analyzeBranch family of instruction names consistent
by Matt Arsenault
· 9 years ago
ab302cd
AArch64: Use TTI branch functions in branch relaxation
by Matt Arsenault
· 9 years ago
b4dbf03
[x86] fix formatting; NFC
by Sanjay Patel
· 9 years ago
2462473
[compiler-rt] Avoid instrumenting sanitizer functions
by Etienne Bergeron
· 9 years ago
c348bc4
[X86][SSE] Improve recognition of i64 sitofp conversions that can be performed as i32 (PR29078)
by Simon Pilgrim
· 9 years ago
1e06f6c
[LoopInterchange] Typo. NFC.
by Chad Rosier
· 9 years ago
1e694f0
[LoopInterchange] Add CL option to override cost threshold.
by Chad Rosier
· 9 years ago
e65dbf0
[X86][SSE] Don't use PSHUFD directly - lower with generic shuffle
by Simon Pilgrim
· 9 years ago
47eb9d5
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ; NFCI
by Sanjay Patel
· 9 years ago
fb1804b
[LoopInterchange] Cleanup debug whitespace. NFC.
by Chad Rosier
· 9 years ago
c0a42ff
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
by Sanjay Patel
· 9 years ago
a7c48cc
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
by Sanjay Patel
· 9 years ago
e9c64c5
Fix typo in comment [NFC]
by Etienne Bergeron
· 9 years ago
0f71258
AMDGPU: Support folding FrameIndex operands
by Matt Arsenault
· 9 years ago
04e0167
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
by Sanjay Patel
· 9 years ago
f4559b5
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
by Sanjay Patel
· 9 years ago
8bc95d0
AMDGPU: Improve splitting 64-bit bit ops by constants
by Matt Arsenault
· 9 years ago
be3fec6
[LV] Process pointer IVs with PHINodes in collectLoopUniforms
by Matthew Simpson
· 9 years ago
b50cea7
[ARM] Promote small global constants to constant pools
by James Molloy
· 9 years ago
2ecc1fc
MCInstrDesc: this fixes an issue setting/getting member Flags, which
by Sjoerd Meijer
· 9 years ago
3824319
[X86][SSE] Removed unused getTargetShuffleNode function
by Simon Pilgrim
· 9 years ago
Next »