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-03-11
Sean Silva
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] The previous testcase was not useful enough.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Junmo Park
Minor code cleanup. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
Fix ASan test cases after r263177
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Removing the friend declaration was not a good idea.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Speculatively attempt to fix the MSVC build by making...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Add a coerce-and-expand ABIArgInfo as a generalization...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John McCall
Preserve ExtParameterInfos into CGFunctionInfo.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Rui Ueyama
ELF: Add --thread option and partially parallelize...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Pete Cooper
Remove llvm::getDISubprogram in favor of Function:...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Jim Ingham
Fix SBDebugger.GetOutputFileHandle() on OS X.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] Add a useful test case.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Evgeniy Stepanov
[gold] Fix common symbols handling.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
[lto] Make sure that ctors are added to the combined...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Sean Silva
Tighten up this test a bit.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
[sanitizer] Add strlen to the common interceptors
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Alexey Samsonov
[UBSan] Improve bufferization of UBSan error reports.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Ekaterina Romanova
Add doxygen comments to avxintrin.h's intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Eugene Zelenko
Fix Clang-tidy modernize-use-nullptr warnings in some...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Adam Nemet
[LLE] Add missed LoopSimplify dependence
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Manman Ren
Print strict in Availability attribute when it is on.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Manman Ren
Add has_feature objc_class_property.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Jonathan Coe
libclang python bindings: Fix for bug 26394
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Tim Northover
AArch64: only try to use scaled fcvt ops on legal vecto...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Nico Weber
Reenable asm-errors.c
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Sanjay Patel
[x86] don't use a shuffle when a vselect will do; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Marianne Mailhot...
Fixed ValueObject::GetExpressionPath() for paths includ...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Marianne Mailhot...
Test commit access
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
Strip trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Greg Clayton
Fixed the python interpreter so that it correctly inher...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Reid Kleckner
[Windows] Fix UnmapOrDie and MmapAlignedOrDie
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
[X86][SSE] Reapplied: Improve vector ZERO_EXTEND by...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Artur Pilipenko
Support arbitrary addrspace pointers in masked load...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Dimitry Andric
Retrieve command line arguments and environment correct...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Peter Collingbourne
ARM: Support relative references using the PREL31 symbo...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Richard Smith
Add test for r263138.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Balaram Makam
Fix testicase to turn buildbot green. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Rafael Espindola
Move getLocalRelTarget to the file where it is used.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Rui Ueyama
Rename MaxAlignment -> Alignment.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
George Rimar
[ELF] - Fixed handling R_X86_64_DTPOFF64 relocation...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Manman Ren
Add TreatUnavailableAsInvalid for the verification...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Nicolai Haehnle
[TableGen] more helpful error message in MapTableEmitter
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
George Rimar
[ELF] - Refactor of SymbolBody::compare()
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Teresa Johnson
Materialize metadata in IRLinker before value mapping
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Filipe Cabecinhas
[sanitizer_common tests] Make Darwin a Posix system...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Tim Northover
AArch64: remove pseudo-instructions used only for their...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Nicolai Haehnle
AMDGPU/SI: add llvm.amdgcn.buffer.load/store.format...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Michael Kuperstein
[X86] Correctly select registers to pop into for x86_64
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Nico Weber
Make remaining ImplicitFallthrough warning DefaultIgnore.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Kuba Brecka
Follow-up fix for r263126. Apparently `printf("%p...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Balaram Makam
[AArch64] Optimize compare and branch sequence when...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Sanjay Patel
give regression test a meaningful name
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Aidan Dodds
[Renderscript] Add stack argument reading code for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
George Rimar
[ELF] - Do not call doInitSymbols for all ELFTs
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Alexandros...
[ARM] Cortex-R8 support
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Aidan Dodds
[Renderscript] Add stack argument reading code for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Aidan Dodds
[Renderscript] Add stack argument reading code for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Aidan Dodds
[Renderscript] Explicitly set the language to evaluate...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
George Rimar
Attemp to fix linux build bot fail after r263125
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Mehdi Amini
Rename -discard-value-names into -lto-discard-value...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Kuba Brecka
[tsan] Add TSan debugger APIs
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
George Rimar
[ELF] - Consistent spelling for error/warning messages
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Changpeng Fang
AMDGPU/SI: Define S_GETREG Intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Saleem Abdulrasool
ARM: follow up improvements for SVN r263118
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Adrian McCarthy
Eliminate the TestStarted-XXX and TestFinished-XXX...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[SROA] Fix PR25873, which Andrea Di Biagio analyzed...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
David L Kreitzer
Unified the handling of returns in the X87 stackifier...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
NAKAMURA Takumi
Fixup for r263114. llvm::AnalysisBase<CallGraphAnalysis...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Saleem Abdulrasool
ARM: correct __builtin_longjmp on WoA
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
Updated SSE3 builtin tests to more closely match the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
Added note to SSE4a builtins about keeping in sync...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
Updated SSSE3 builtin tests to more closely match the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[CG] Back out my pointless move ctor and add the explic...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
Minor Wdocumentation fix. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[SROA] Clean up some really weird code, no functionalit...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Elena Demikhovsky
AVX-512: Fixed a bug in i1 vector zero extending. ...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[CG] Try adding an explicit move constructor to see...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Aaron Ballman
Correcting an attribute documentation generation error...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Valery Pykhtin
[AMDGPU] Fix SMEM instructions encoding/operand namings
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Ewan Crawford
Revert "Track expression language from one place in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Filipe Cabecinhas
[test/asan/closed-fds] Properly quote log_path for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
[X86][AVX] Improve target shuffle combining of BLEND...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[CG] Add a new pass manager printer pass for the old...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[LCG] Spell the printing pass pipeline name for the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Simon Pilgrim
[X86][SSE] Basic combining of unary target shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[CG] Actually hoist up the generic CallGraphPrinter...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Chandler Carruth
[CG] Rename the DOT printing pass to actually reference...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Ewan Crawford
Track expression language from one place in ClangExpres...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Ekaterina Romanova
Add doxygen comments to xmmintrin.h's intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Elena Demikhovsky
AVX-512: Fixed a bug in shuffle for v64i8 type
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Vedant Kumar
[opt] Fix description of the -disable-verify flag
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Mark Lacey
Add an LLVM_BUILTIN_DEBUGTRAP macro.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Sean Silva
[lto] Initialize asmparsers.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Tim Northover
ARM: fix arm_neon_intrinsics.c and re-enable.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Roman Levenstein
Add support for a preserve_most calling convention...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Richard Trieu
Disable failing test and fix RUN line.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Vedant Kumar
[opt] Only create Verifier passes when requested
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Michael Zolotukhin
[SLP] Add -slp-min-reg-size command line option.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Mehdi Amini
Add an entry in the Release Notes for LLVMContext:...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Steven Wu
Fix false positives for for-loop-analysis warning
commit
|
commitdiff
|
tree
|
snapshot
next