projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2017-05-01
Greg Clayton
Adds initial llvm-dwarfdump --verify support with unit...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Peter Collingbourne
Bitcode: Make the summary reader responsible for mergin...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Craig Topper
[APInt] In operator!, handle single word case by compar...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Quentin Colombet
[AArch64] Move GISel accessor initialization from Targe...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
Put back REQUIRES: system-darwin to fix asan bot.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Vedant Kumar
[ubsan] Fall back to the fast unwinder when print_stack...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Craig Topper
[APInt] Fix copy/paste mistake in comment for isNullVal...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Kostya Serebryany
[asan] speed up small memcpy (> 32 but <= 64 bytes)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Gabor Horvath
Reorder release notes, fix missing link and a grammar...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Peter Collingbourne
IPO: Add missing build dep.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Simon Pilgrim
[X86][AVX] Rename LowerVectorBroadcast to lowerBuildVec...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Rui Ueyama
Add comments about how we handle mergeable sections...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Peter Collingbourne
Object: Remove ModuleSummaryIndexObjectFile class.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sterling Augustine
Add powerpc64 and powerpc64le to build infrastructure.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Rafael Espindola
Fix pr32816.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Krzysztof Parzyszek
[Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Krzysztof Parzyszek
[Hexagon] Improving error reporting for writing to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Krzysztof Parzyszek
[Hexagon] Give better error messages for solo instructi...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Kostya Serebryany
[sanitizer-coverage] disable coverage_direct=1, will...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Benjamin Kramer
Silence unused variable warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Kostya Serebryany
[sanitizer-coverage] add a deprecation note to coverage...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Krzysztof Parzyszek
[Hexagon] Improve shuffle error reporting
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
Improve handling of arrays of unknown bound in constant...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Rui Ueyama
Change an unusual directory permission back to a sane...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sterling Augustine
Cleanup previous test commit.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Tim Northover
X86: initialize a few subtarget variables.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sterling Augustine
Add a blank line as a test-commit.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Use a 2 bit pointer in ValueHandleBase::PrevPair; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Xin Tong
Take indirect branch into account as well when folding.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Adapt to LLVM's rename of WeakVH to WeakTrackingVH...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Use WeakVH instead of WeakTrackingVH in AliasSetTracker...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Add a new WeakVH value handle; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Rename WeakVH to WeakTrackingVH; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Derek Schuff
[WebAssembly] Fix use of SDNodeFlags after API change...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Zachary Turner
[PDB/CodeView] Rename some classes.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Emulate TrackingVH using WeakVH
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Xin Tong
[JumpThread] Add some assertions for expected ConstantI...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Gabor Horvath
Remove unnecessary conditions as suggested by clang...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Craig Topper
[SelectionDAG] Use known ones to provide a better bound...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Adrian Prantl
Relax testcase to fix a PS4 buildbot failure.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Xin Tong
[JumpThread] Do RAUW in case Cond folds to a constant...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Amara Emerson
Generalize the specialized flag-carrying SDNodes by...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjay Patel
[InstCombine] add multi-use variants for DeMorgan folds...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjay Patel
[InstCombine] use FileCheck and auto-generate checks...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjay Patel
[InstCombine] consolidate more DeMorgan tests; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Michael Zuckerman
Fix test for altmacro
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Bill Seurer
[powerpc] deactivate flakey tests on powerpc64le
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Michael Zuckerman
[LLVM][inline-asm] Altmacro absolute expression '%...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Aaron Ballman
The -coverage-file flag was removed in r280306, and...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Dmitry Vyukov
tsan: support linker init flag in __tsan_mutex_destroy
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Dylan McKay
[AVR] Implement non-constant bit rotations
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Igor Breger
[GlobalISel][X86] rename test file. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Igor Breger
[GlobalISel][X86] Prioritize Tablegen-erated instructio...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Craig Topper
[X86] Add tests for opportunities to improve known...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Igor Breger
[GlobalISel][X86] G_SEXT/G_ZEXT support.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Remove unneeded struct; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Igor Breger
[GlobalISel][X86] G_LOAD/G_STORE pointer selection...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Nick Lewycky
Fix test that was incorrected merged between patches.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
David Blaikie
Fix line endings (dos -> unix) and clang-format while...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Nick Lewycky
Handle expressions with non-literal types like ignored...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Dean Michael...
[XRay][compiler-rt] Document and update the XRay Loggin...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Saleem Abdulrasool
utils: Silence -Wpedantic warning
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Dylan McKay
[AVR] Fix a bug so that we now emit R_AVR_16 fixups...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Sanjay Patel
[DAGCombiner] shrink/widen a vselect to match its condi...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Jakub Kuderski
[clang-tidy] Fix naming convention in modernize-use...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Michael Kruse
[CMake] Move PollyCore to Polly project folder.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Rui Ueyama
Fix comments.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Kuba Mracek
[tsan] Track external tags in thread traces
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Sanjoy Das
Rename isKnownNotFullPoison to programUndefinedIfPoison...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Amaury Sechet
Do not legalize large add with addc/adde, introduce...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Sanjay Patel
[InstCombine] consolidate tests for DeMorgan folds...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Lang Hames
[docs] Simplify some language for Error/cantFail in...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Rui Ueyama
Ignore -no-keep-memory.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Rui Ueyama
Move LTO options above "all options beyond this are...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Guy Blank
[MVT] fix typo in size of v1i8 MVT.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Craig Topper
[APInt] Remove support for wrapping from APInt::setBits.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Craig Topper
[APInt] Replace calls to setBits with more specific...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Craig Topper
[X86] Clear KnownBits instead of reconstructing it...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Zvi Rackover
InstructionSimplify: Canonicalize shuffle operands...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Zvi Rackover
InstructionSimplify: One getShuffleMask() replacing...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Zvi Rackover
InstructionSimplify: Simplify a shuffle with a undef...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Simon Atanasyan
[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
NAKAMURA Takumi
clang-tools-extra/test/CMakeLists.txt: Rework r297806...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-30
Craig Topper
[ConstantRange] Fix a couple cases where we were possib...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Dimitry Andric
Include <cstdio> in PrettyStackTrace.cpp, since it...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Rui Ueyama
Rename RPath Rpath for consistency. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Rui Ueyama
Simplify by using getString instead of getLastArg....
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Rui Ueyama
Report an error if --compress-debug-sections is given...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Daniel Sanders
[globalisel][tablegen] Fix the test after silencing...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Daniel Sanders
[globalisel][tablegen] Silence unused variable warning.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Rui Ueyama
Port recent changes to ELF/MapFile.cpp to COFF.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Craig Topper
[ConstantRange] Use APInt::getOneBitSet to shorten...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Craig Topper
[ConstantRange] Replace getMaxValue+zext with getLowBit...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Craig Topper
[ConstantRange] Use APInt::operator-= to remove tempora...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Daniel Sanders
[globalisel][tablegen] Compute available feature bits...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Simon Pilgrim
[X86][AVX] Added support for _mm256_zext* helper intrin...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Simon Pilgrim
[X86][AVX] Added codegen tests for _mm256_zext* helper...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Craig Topper
[KnownBits] Add methods for determining if the known...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Simon Dardis
[mips][FastISel] Fix a nullptr deference.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Rafael Espindola
Bring back r301678.
commit
|
commitdiff
|
tree
|
snapshot
next