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
2016-02-02
Rui Ueyama
Add comments.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Kostya Serebryany
[libFuzzer] allow passing 1 or more files as individual...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Rui Ueyama
Update a comment.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Matthias Braun
MachineVerifier: Use report_context() instead of ad...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Sanjoy Das
[X86] Fix a bug in getMemOpBaseRegImmOfs
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Rui Ueyama
Replace auto with the real type.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Kostya Serebryany
[libFuzzer] fail if the corpus dir does not exist
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Anna Zaks
[asan] Add iOS support for Address Sanitizer
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Anna Zaks
[asan] Fixup r258849 by updating warning in the test
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Anna Zaks
[asan] Add iOS support.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Pete Cooper
Set ordinals of all File's created in MachO passes.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Ahmed Bougacha
[X86][FastISel] Don't force Nearest-Even rounding for...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Ahmed Bougacha
[X86] Don't force Nearest-Even rounding for VCVTPS2PH...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Anna Zaks
[safestack] Make sure the unsafe stack pointer is poppe...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Philip Reames
[LVI] Fix a latent bug in getValueAt
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Richard Trieu
Template Type Diffing change
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Rui Ueyama
Always initialize Out<ELFT> members.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Jim Ingham
We try to avoid static objects. These are on the error...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Pete Cooper
Fixed comment characters. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Pete Cooper
Add pointerKind() method to the MachO ArchHandler's...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Add ObjC method list atom type. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Add command line option to disable ObjC category merging.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
fix typos; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Philip Reames
[LVI] Missing test case from 259432
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Move SimpleDefinedAtom::addReference to DefinedAtom.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Rui Ueyama
ELF: Do not call fatal() if relocation contraints are...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Teresa Johnson
Add test for PR26419 (stable function summary ordering)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Stephane Sezer
Fix getCompiler in unit testing framework on compiler...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Philip Reames
[LVI] Remove overly tight assert from 259429
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Add operator== for DefinedAtom::reference_iterator...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
[X86][AVX512] Add support for AVX512 VMOVD (load) shuff...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Philip Reames
[LVI] Add select handling
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Nico Weber
Always build a new TypeSourceInfo for function template...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
MachoFile should default to using subsections_via_symbols.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
function names start with a lowercase letter; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Matthias Braun
Fix build problem by lower SmallSet<N> to a reasonable...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
[InstCombine] simplify masked scatter/gather intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
[X86][AVX512] Add support for AVX512 VINSERTPS shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Matthias Braun
SmallSet/SmallPtrSet: Refuse huge Small numbers
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Arpith Chacko...
Undoing commit r259366 to debug buildbot failure.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Rafael Espindola
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
[X86][SSE] Regenerated load vector + element extraction...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Use dyn_cast instead of static_cast.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Chad Rosier
Move comments a bit closer to associated code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
[X86][SSE] Add AVX512 merge consecutive load tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Aaron Ballman
Code clean up; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Alexey Samsonov
[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
Regenerate vector blend tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Simon Pilgrim
Regenerate vector sext/zext constant folding tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Rui Ueyama
ELF: Teach SymbolBody about how to get its addresses.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Jun Bum Lim
Avoid inlining call sites in unreachable-terminated...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Chad Rosier
Remove extra semicolon. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjoy Das
[SCEV] Clean up isKnownPredicateViaConstantRanges;...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjoy Das
[SCEV] Rename isKnownPredicateWithRanges; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Rafael Espindola
Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Teresa Johnson
[ThinLTO] Ensure function summary output order is stable
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Jim Ingham
Add a note on how to create an empty target and use...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Nico Weber
Revert r259143, it broke check-lld on Windows (see...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Rafael Espindola
Add a test for r258362.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Eugene Zelenko
Sort checks alphabetically in ReadabilityTidyModule...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
[InstCombine] simplify masked store intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Davide Italiano
[llvm-nm] Simplify the code a bit. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Reid Kleckner
[ubsan] Stop thinking we can rely on C++ ABI knowledge...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Balaram Makam
AArch64: Implement missed conditional compare sequences.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pete Cooper
Atomize the ObjC category list section.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Matthew Simpson
Add test case missing from r259357 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Geoff Berry
[AArch64] Simplify prolog/epilog callee save/restore...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Reid Kleckner
Fix attribute((mode([word|unwind_word]))) for x32
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Peter Collingbourne
docs: Clarify that cfi-unrelated-cast is based on lifetime.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Ulrich Weigand
[SystemZ] Fix wrong-code generation for certain always...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Colin LeMahieu
[NFC] Referencing manual for reason why subregbit is...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Zachary Turner
Always write the session file in UTF-8.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Zachary Turner
Fix misnamed variable in TestProcessAPI.py
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
fix broken check lines
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Benjamin Kramer
Move LocInfoType from Sema to AST.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
David Majnemer
[InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Jun Bum Lim
[ValueTracking] Improve isKnownNonZero for PHI of non...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Sanjay Patel
[InstCombine] simplify masked load intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pavel Labath
Remove flaky annotation for TestCallWithTimeout on...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Geoff Berry
[PrologEpilogInserter] Add some debug output for callee...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Arpith Chacko...
[OpenMP] Prevent nesting of target constructs within...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Geoff Berry
[AArch64] Simplify callee-save register save/restore...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Matthew Simpson
[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Asaf Badouh
[X86][AVX512VBMI] add encoding and intrinsics for Multi...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Aaron Ballman
Add a new check, readability-redundant-control-flow...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Vasileios Kalintiris
[mips] Split large test file into 3 smaller ones.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Daniel Sanders
[mips] Range check uimm16 and fix several bugs this...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Aaron Ballman
Reapply r259210 with a fix for RegistryTest.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Amjad Aboud
Improved macro emission in dwarf.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Matthew Simpson
Reapply commit r258404 with fix.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Pavel Labath
Remove Timer::Initialize routine
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Benjamin Kramer
Remove the egregious PCHContainer layering hack that...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Tobias Grosser
ScopInfo: Correct schedule construction
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Daniel Jasper
clang-format: Fix incorrect pointer detection in lambda...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Daniel Jasper
clang-format: Add option to disable string literal...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Daniel Jasper
clang-format: Fix alignment of trailing multiline columns.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Daniel Jasper
clang-format: [JS] Treat "in" as a proper operator.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
JF Bastien
WebAssembly NFC: simplify control flow
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Ewan Crawford
DWARF RenderScript vendor extension
commit
|
commitdiff
|
tree
|
snapshot
next