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-04-22
Greg Clayton
Fix a build-llvm.py crasher when we can't find cmake...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Richard Trieu
Revert the bool portion of r267054
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Bring r267164 back with a fix.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Nico Weber
Revert r267210, it makes clang assert (PR27490).
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Andrew Kaylor
Re-commit optimization bisect support (r267022) without...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
LTO: Merge -lto-no-discard-value-names with -save-temps.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Sriraman Tallam
Differential Revision: reviews.llvm.org/D19040
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Eugene Zelenko
[Clang-tidy] Fix Clang warning in misc/StringConstructo...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
David Blaikie
llvm-symbolizer: prefer .dwo contents over fission...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Dehao Chen
Update discriminator assignment algorithm in clang...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matt Arsenault
AMDGPU: Fix crash when dumping unknown opcode
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rong Xu
PGO] PGOFuncName meta data if PGOFuncName is different...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
Introduce llvm.load.relative intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Remove unused #include.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Move BitcodeCompiler constructor to the .cpp file....
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matt Arsenault
TLI: Only iterate over integer vector types
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Inline getInteger as it's too short to be a function...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Update a comment for r267145.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matt Arsenault
DAGCombiner: Relax alignment restriction when changing...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rong Xu
[PGO] change the interface for createPGOFuncNameMetadata()
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Philip Reames
[unordered] sink unordered stores at end of blocks
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Sanjoy Das
Fold compares for distinct allocations
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Move uintX_t typedef to the class definition. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
CodeGen: Use PLT relocations for relative references...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Philip Reames
[unordered] Extend load/store type canonicalization...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matt Arsenault
DAGCombiner: Relax alignment restriction when changing...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
ELF: Implement basic support for --version-script.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Update test.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Quentin Colombet
[AArch64] Fix optimizeCondBranch logic.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Add missing options that were required to crash.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Kostya Serebryany
[sanitizer] allow zero first parameter in MmapNoAccess...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Add a reduction of the recent bootstrap failure.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Reorganize LinkerDriver::link and add comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
Update an out of date comment.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Justin Bogner
PM: Port SinkingPass to the new pass manager
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Justin Bogner
PM: Reorder the functions used for SinkingPass. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Jun Bum Lim
[DeadStoreElimination] Shorten beginning of memset...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Justin Bogner
PM: Port DCE to the new pass manager
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rui Ueyama
Inline SymbolTable::compareCommons and add comments...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Revert "GC entries of SHF_MERGE sections."
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matthias Braun
MachineScheduler: Move code to initialize a Candidate...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Adam Nemet
[LoopUtils] Extend findStringMetadataForLoop to return...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Matthias Braun
MachineScheduler: Limit the size of the ready list.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
ELF: Scan for undefined symbols in shlibs and symbols...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Chad Rosier
[EarlyCSE/CVP] Add stats for CVPs and make sure to...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Reid Kleckner
Fix a bug involving deferred decl emission and PCH
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Quentin Colombet
[AArch64] When creating MRS instruction, make sure...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
ELF: Implement --export-dynamic-symbol.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Peter Collingbourne
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDy...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Adam Nemet
[LoopVersioningLICM] Add test coverage for llvm.loop...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Davide Italiano
[LTO] Create Undefined Bitcode symbol when we drop...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Quentin Colombet
[AArch64][AdvSIMDScalar] Update the kill flags correctly.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Saleem Abdulrasool
test: split test into two runs
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Use common Pat classes for selecting code...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Chad Rosier
[SimplifyCFG] Add final missing implications to isImpli...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Michael Kuperstein
Point link to CODE_OWNERS.txt to klaus instead of viewvc.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Sanjoy Das
Have isKnownNotFullPoison be smarter around control...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Properly close live range in HexagonBlockRang...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Properly close live range in HexagonBlockRanges
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Justin Bogner
PM: Remove some redundant name() methods
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Chad Rosier
[SimplifyCFG] Add missing implications to isImpliedTrue...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Chad Rosier
[SimplifyCFG] Simplify code review by temporarily remov...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Saleem Abdulrasool
unwind: unify some more macros
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Trying to fix the windows build.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Konstantin...
[AMDGPU] Insert nop pass: take care of outstanding...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Zoran Jovanovic
[mips][microMIPS] Revert commit r266861.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Teach mux expansion how to deal with undef...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
GC entries of SHF_MERGE sections.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
This reverts commit r267154 and r267161.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Add definitions for trap/pause instructions
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Nico Weber
Try to fix Windows lld build.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Tom Stellard
PostRAHazardRecocgnizer: Fix unused-private-field warning
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Krzysztof Parzyszek
[Hexagon] Add definitions for circular and bit-reverse...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Renato Golin
Revert "[LSAN] Fix test swapcontext.cc on MIPS"
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Geoff Berry
[MemorySSA] Fix bug in CachingMemorySSAWalker::invalida...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Tom Stellard
CodeGen: Add a stand-alone hazard recognizer pass
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Haojian Wu
[clang-tidy] fix link in Release Notes
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Move getRelocTarget to ObjectFile.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
David Majnemer
[EarlyCSE] Don't add the overflow flags to the hash
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Nirav Dave
Emit code16 in assembly in 16-bit mode
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Simon Dardis
[mips] Fix select patterns for MIPS64
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Teresa Johnson
Document source_filename in LangRef.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Vasileios Kalintiris
[mips] Fix a small typo that would leave BLTZC out...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Daniel Sanders
Revert r267049, r26706[16789], r267071 - Refactor raw...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Rafael Espindola
Simplify. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Johannes Doerfert
Bail for complex execution contexts of invariant loads
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
George Rimar
[ELF] - Implemented linkerscript ALIGN command
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Nikolay Haustov
AMDGPU/SI: Add test missed in rL266865
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Johannes Doerfert
Early exit for addInvariantLoads
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Johannes Doerfert
Bail for complex alias checks
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Johannes Doerfert
Repair doxygen comment [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
George Rimar
Recommitted r267132 "[ELF] - implemented ternary operat...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Silviu Baranga
[InstCombine] Preserve fast math flags when combining...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Hrvoje Varga
[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Renato Golin
Revert "[sanitizer] Allow the sanitizer allocator to...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Michael Zuckerman
[clang][AVX512][Builtin] adding intrinsics for vf{n...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
George Rimar
Revert r267132 as it broke buildbot.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Kuba Brecka
Renumber ThreadSanitizer-provided thread IDs to match...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
George Rimar
[ELF] - implemented ternary operator for linkerscript...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Eric Fiselier
Fix some non-standard parts of our test suite. Reported...
commit
|
commitdiff
|
tree
|
snapshot
next