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
2018-09-15
Sanjay Patel
[InstCombine][x86] try harder to convert blendv intrins...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Simon Pilgrim
Fix line endings. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Kelvin Li
[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Roman Lebedev
[InstCombine] Inefficient pattern for high-bits checkin...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Petr Hosek
[XRay] Remove the unused variable
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Vedant Kumar
[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Petr Hosek
[XRay] Remove the deprecated __xray_log_init API
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Temporary disabling svalbuilder-rearrange...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Further printing improvements: use declarations,
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
Generate unique identifiers for Decl objects
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Generate and use stable identifiers for...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Dump reproducible identifiers for statements...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Use correct end-of-line character when print...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
StmtPrinter: allow customizing the end-of-line character
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Dump unique identifiers for statements in...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
Support generating unique identifiers for Stmt objects
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
George Karpenkov
[analyzer] Skip printing duplicate nodes, even if nodes...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Richard Smith
[modules] Don't bother creating a global module fragmen...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Richard Smith
[modules] Support use of -E on modules built from the...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Richard Smith
[modules] Driver support for precompiling a collection...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Richard Smith
[modules] Frontend support for building a header module...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Thomas Lively
[WebAssembly][NFC] Generalize operand numbers in SIMD...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Thomas Lively
[WebAssembly] SIMD shifts
commit
|
commitdiff
|
tree
|
snapshot
2018-09-15
Wei Mi
Fix filesystem race issue in SampleProfTest introduced...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Rui Ueyama
Style fix. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Rui Ueyama
Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Rui Ueyama
Revert r342297: Discard uncompressed buffer after creat...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Rui Ueyama
Discard uncompressed buffer after creating .gdb_index...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Thomas Lively
[WebAssembly] SIMD neg
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Zachary Turner
[PDB] Make the pretty dumper output modified types.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Martin Storsjo
[COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Craig Topper
[BreakFalseDeps] Fix bad formatting. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] refactor mul narrowing folds; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Adrian Prantl
Attempt to unbreak the build after r342286.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Fangrui Song
test/Driver/output-file-cleanup.c: delete non-readable...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] add/use overflowing math helper functions...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Lion Yang
[PowerPC] Fix the calling convention for i1 arguments...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Thomas Lively
[WebAssembly][NFC] Move SIMD encoding tests to dedicate...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Zachary Turner
Add missing include.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
[codeview] Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Zachary Turner
[PDB] Refactor a little of the Symbol creation code.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Wei Mi
[SampleFDO] Add FunctionOffsetTable in compact binary...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
Mark index-tools.test as REQUIRES: shell so that it...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
Relax assumption about default method calling conventio...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Davide Italiano
[IRInterpreter] Minor cleanups, add comments. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Fangrui Song
test/Other/can-execute.txt: delete %t after the test
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] refactor add narrowing folds; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sebastian Pop
HotColdSplit: fix invalid SSA due to outlining
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sebastian Pop
HotColdSplit: fix isSingleEntrySingleExit
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sebastian Pop
HotColdSplit: add back propagation to extend cold regions
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] add more tests for add narrowing folds...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Thomas Lively
[WebAssembly][NFC] Fix unconventional test names
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
Remove unused DIASession field
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Shuai Wang
[analyzer] Handle forwarding reference better in ExprMu...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Konstantin...
AMDGPU: Clear the bits before they are being set in...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Alex Langford
Fix lit/example/many-tests pickling issue
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Lion Yang
Test commit access
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Jonas Toth
[NFC][clangd] silence pedantic extra ';' warning
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Alex Langford
Fix lldb-vscode README.md
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
Revert r342183 "[DAGCombine] Fix crash when store mergi...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Adrian Prantl
Fix debug info for SelectionDAG legalization of DAG...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Steven Wu
[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Davide Italiano
[IRInterpreter] Fall back to JIT with 128-bit values.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sam McCall
[clangd] Work around compiler macro expansion bugs...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Reid Kleckner
Revert r342210 "[ARM] bottom-top mul support in ARMPara...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Jim Ingham
Make the eSearchDepthFunction searches work, add tests
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Simon Pilgrim
Revert a line-endings change that somehow got included...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Simon Pilgrim
[X86][SSE] Lower shuffles to permute(unpack(x,y)) ...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Craig Topper
[X86] Re-generate test checks using current version...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Matt Morehouse
[libFuzzer] Disable value-profile-strncmp.test on aarch64.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] rename test file to better describe the...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] remove unnecessary target constraints...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Benjamin Kramer
[modernize-use-transparent-functors] TypeLocs can be...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] move test next to related tests; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] remove stall comment from test file; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] regenerate test checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Nico Weber
Introduce explicit add_unittest_with_input_files target...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Adrian Prantl
fix noasserts build
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Shuai Wang
Remove PseudoConstantAnalysis
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Adrian Prantl
SelectionDAG: Add compact SDDbgValue representation...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
James Henderson
Revert r342233.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Adrian Prantl
fix typos
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Hans Wennborg
[clang-cl] Fix PR38934: failing to dllexport class...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Ed Maste
lld: add -z interpose support
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Louis Dionne
[clang] Make sure attributes on member classes are...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sanjay Patel
[InstCombine] add more tests for x86 blendv (PR38814...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Ulrich Weigand
[asan] Fix test case failure on SystemZ
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Simon Pilgrim
[X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Simon Pilgrim
[X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
James Henderson
[ThinLTO]Allow setting of maximum cache size with 64...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sam McCall
[VFS] vfs::directory_iterator yields path and file...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Kristina Brooks
[Driver] Fix missing MultiArch include dir on powerpcspe
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sam McCall
[clangd] Don't override the preamble while completing...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sam McCall
[clangd] Don't double-infer compile commands after...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Sam McCall
[Tooling] JSONCompilationDatabasePlugin infers compile...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Kirill Bobyrev
[clangd] NFC: Fix IndexBenchmark CLI arguments handling
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Ilya Biryukov
[clangd] Update IndexerMain.cpp file comment after...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Ilya Biryukov
[analyzer] Restore final on NeedsCastLocField. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
Kristof Umann
[analyzer] Attempt to make a windows buildbot happy.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-14
David Stuttard
[AMDGPU] Ensure trig range reduction only used for...
commit
|
commitdiff
|
tree
|
snapshot
next