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-07-17
Saleem Abdulrasool
CodeGen: whitespace cleanup, StringRef usage in ObjC...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Eric Fiselier
Check for unconstrained hash equality before constraine...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Jason Molenda
Refactor (with some rewriting) the DynamicLoaderMacOSX...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Eric Fiselier
Fix std::experimental::optional tests. Patch from Casey...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Jason Molenda
Initialize the "is_loaded" local in LoadModuleAtAddress in
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Richard Smith
Attempt to work around MSVC rejects-valid, round 2.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Jason Molenda
Add missing break stmt to DW_CFA_GNU_args_size case.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Unbreak msan buildbot.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Richard Smith
PR28589: attempt to work around MSVC rejects-valid.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
Strip trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
[X86] Add CTPOP/CTLZ/CTTZ scalar cost tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Add tests for max/minIntN(64).
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Avoid UB in maxIntN(64).
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Clean up some comments in MathExtras.h.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Add assertions checking SignExtend{32,64}'s bit width.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Fix isShiftedInt and isShiftedUint for widths > 32.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Use a faster implementation of maxUIntN.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Justin Lebar
Fix warnings in ImmutableSetTest and SequenceTest.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Implement almost-zero-cost --trace-symbol.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Make Lazy's ctro protected because it shouldn't be...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Remove duplicate public specifier.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
[X86][AVX] Added VBROADCASTF128/VBROADCASTI128 tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Print out file names for common symbols for --trace...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Handle versioned symbols efficiently.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
[X86] Regenerated ctlz/cttz scalar tests for 32/64...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
[X86] Regenerated popcnt scalar tests for 32/64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Simon Pilgrim
[X86][SSE] lowerVectorShuffleAsPermuteAndUnpack tidyup...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Teresa Johnson
[ThinLTO] Perform profile-guided indirect call promotion
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Teresa Johnson
Address review comments.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Teresa Johnson
Refactor indirect call promotion profitability analysis...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Guy Blank
test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Elena Demikhovsky
X86: Updated a test file. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Add a pointer to a source file to SymbolBody.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Rui Ueyama
Do not invoke FileCheck with `not` command.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
David Majnemer
[CodeGen] Some assorted cleanups
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Dehao Chen
[PM] Convert IVUsers analysis to new pass manager.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Saleem Abdulrasool
CodeGen: use StringRefs more in ObjC class generation...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Saleem Abdulrasool
CodeGen: simplify using a local variable, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Attempt to unbreak Windows bot.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Remove redundant namespace specifiers.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Resurrect code that was lost in conflicting commits.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Use skip() instead of peek() and expect().
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
[InstCombine] allow X + signbit --> X ^ signbit for...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
add vector test to show missing transform
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Mehdi Amini
IPRA: avoid double query to the map (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
update tests to use FileCheck, consolidate tests, fix...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
update test to use FileCheck
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
auto-generate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
auto-ggenerate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sanjay Patel
[InstCombine] reassociate logic ops with constants...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
George Rimar
Update for r275682:
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
George Rimar
Recommit r275257 "[ELF] - Implement extern "c++" versio...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Kirill Bobyrev
[clang-rename] remove obsolete tests and apply fixes...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Tobias Grosser
GPGPU: Abort if any dummy function is called
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Hal Finkel
Revert "Revert r275029 - Update Clang tests after addin...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Hal Finkel
Revert "Revert r275027 - Let FuncAttrs infer the 'retur...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Hal Finkel
Disable this-return argument forwarding on ARM/AArch64
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Yaxun Liu
Re-commit [AMDGPU] Add metadata for runtime
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Simplify. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Rename SymbolVersions VersionDefinitions.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Rename Version VersionDefinition.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Use ScriptParserBase::skip() instead of peek() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Craig Topper
[AVX512] Remove CodeGenOnly VBROADCAST m_Int instructio...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Simplify. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Simplify default symbol version management. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sean Silva
[Driver] Add flags for enabling both types of PGO Instr...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Remove redundant variable.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Set sh_addralign in the constructor for consistency...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Make Verdef and Verdaux adjacent in the version definit...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Matthias Braun
llc: Add support for -run-pass none
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Matthias Braun
llc: Move pass query/add code into an own function...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Matthias Braun
ARM/MIR: Move test from MIR to CodeGen/ARM directory
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Matthias Braun
ARM: Initialize LoadStore passes in TargetMachine
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Rui Ueyama
Use SymbolVersion::Id instead of a hard-coded local...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Eric Christopher
Reword comment to be more clear.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Matthias Braun
MIParser: reject subregister indexes on physregs
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Richard Smith
Fix modules buildbot after r275633.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Justin Lebar
Don't do uint64_t(1) << 64 in maxUIntN.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Eric Christopher
Remove extra semi-colon. Fixes warning and Werror bots.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Erik Pilkington
[ObjC] Implement @available in the Parser and AST
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Richard Smith
Reimplement ExternalSemaSource delegation in terms of
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Sean Callanan
Fixed the location of the Swift bindings in the Xcode...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Samuel Antao
Use std::string instead of StringRef when generating...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Samuel Antao
Attempt to fix breakage caused by r275645 for Windows...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Kostya Serebryany
[libFuzzer] add hooks for strstr, strcasestr, strcasecm...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Vedant Kumar
[llvm-cov] Attempt to appease an older builder
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Sebastian Pop
bugpoint: add flag -verbose-errors
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Samuel Antao
[CUDA][OpenMP] Create generic offload action
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Kostya Serebryany
[asan] trying to fix the windows build
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Duncan P. N...
Reapply "Mips: Avoid implicit iterator conversions...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Vedant Kumar
[llvm-cov] Attempt to appease Windows bots
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Eugene Zelenko
Fixes for standalone build:
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Vedant Kumar
[llvm-cov] Optionally use a symbol demangler when prepa...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Vedant Kumar
[llvm-cov] Document a few private fields of CodeCoverag...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Vedant Kumar
[Support] Fix a doxygen comment (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Junmo Park
Minor code cleanups. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Jacques Pienaar
[lanai] Small cleanup: remove/comment out unused args
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Matt Arsenault
AMDGPU: Fix verifier error from partially undef copy
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Michael Kuperstein
ExpandPostRAPseudos should transfer implicit uses,...
commit
|
commitdiff
|
tree
|
snapshot
next