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
2015-07-15
Pete Cooper
Use enum instead of unsigned. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Use cast<> instead of dyn_cast to remove llvm_unreachab...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Use another foreach loop. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Jim Ingham
Fix another little nit with detach and keep stopped...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Use getAnyExtOrTrunc helper instead of manually doing...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Use getZExtOrTrunc helper instead of manually doing...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Rui Ueyama
COFF: Fix base relocations for __imp_ symbols on x86.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
James Dennett
Documentation cleanup, mostly fixing summaries. No...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Michael Zolotukhin
[LoopUnrolling] Handle cast instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Jason Molenda
Correct length of packet that GDBRemoteCommunicationCli...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Change conditional to assert. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Pete Cooper
Use getStoreSize() instead of getStoreSizeInBits()...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Richard Smith
[modules] Switch to the normal reverse postorder visita...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Use a range loop.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Use more foreach loops in SelectionDAG. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Wei Mi
Create a wrapper pass for BlockFrequencyInfo.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
docs/conf.py: bump version to 3.8
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Davide Italiano
[Sema] Don't emit "pure virtual" warning for fully...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
Fix Sphinx error about duplicate label in CommandLine...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
Update cxx_dr_status.html after 3.7 branch
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Jason Molenda
Small fix to ThreadPlanStepRange::DumpRanges to logging
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
JF Bastien
WebAssembly: fix build breakage.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Tyler Nowicki
Make the variable names match the name of the metadata...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
docs/conf.py: update version to 3.8
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hal Finkel
[PowerPC] Support symbolic targets in patchpoints
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
ReleaseNotes.rst: Bump version to 3.8
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
ReleaseNotes.rst: Bump version to 3.8
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Accept lower case to handle windows error messages.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
David Majnemer
[InstCombine] Generalize sub of selects optimization...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Justin Bogner
Driver: Delete dead code
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
Update the trunk version to 3.8.0svn.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
NAKAMURA Takumi
Sema.h: Just prune a redundant \brief introduced in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Adam Nemet
[LAA] Turn RuntimePointerChecking into a class, start...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Adam Nemet
[LAA] Introduce RuntimePointerChecking::PointerInfo...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Adam Nemet
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hal Finkel
[PowerPC] Use the ABI indirect-call protocol for patchp...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Update for llvm api change.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Add support for reading members out of thin archives.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Dawn Perchik
Cleanup; remove trailing spaces.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Lang Hames
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Add allnodes() iterator range to SelectionDAG. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Move SDNode::IROrder in to padding to save space. ...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Constify parameters in SelectionDAG methods. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Remove unnecessary .getNode() in SelectionDAG. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Pete Cooper
Use more foreach loops in SelectionDAG. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Use getChildOffset instead of getBuffer for identifying...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Alex Lorenz
MIR Serialization: Serialize the machine basic block...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Alex Lorenz
MIR Printer: move the function 'printReg'. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Tim Northover
GVN: use a static array instead of regenerating it...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
JF Bastien
WebAssembly: add basic int/fp instruction codegen.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Krzysztof Parzyszek
Fix NDEBUG build warning
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Tim Northover
GVN: tolerate an instruction being replaced without...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Paul Robinson
Add a "maximum TLS alignment" characteristic to the...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Eric Fiselier
Remove non-ascii characters
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Keno Fischer
[Makefiles] Align library names with CMake build
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Eric Fiselier
Implement n4169 - Add invoke function template
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
test-release.sh: Remove the InstallDir parameter from...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Alexey Samsonov
[Sanitizer] Fix fopencookie() interceptor to work with...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Krzysztof Parzyszek
Fix Windows build: replace __func__ with LLVM_FUNCTION_NAME
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Bruno Cardoso...
[MMX] Use the appropriate instructions for GR64 <-...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
David Majnemer
[Sema] Emit a better diagnostic when variable redeclara...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Marshall Clow
Mark LWG2308 as complete; fix link. No code change...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hal Finkel
[PowerPC] Fix the PPCInstrInfo::getInstrLatency impleme...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Dan Liew
Fix several issues with the test-release.sh script
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Krzysztof Parzyszek
[Hexagon] Generate instructions for operations on predi...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Keno Fischer
[CodeGen] Force emission of personality directive if...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Jason Molenda
Add comment explaning sanity check on packet size in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Oleksiy Vyalov
Use target.exec-search-paths setting when resolving...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Oleksiy Vyalov
Fix temp port file path generation in lldb-platform.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Artem Belevich
Run cuda options test only with specific target.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Richard Smith
[modules] Avoid repeatedly hashing the same name when...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Richard Smith
Add support for on-disk hash table lookup with a known...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Yaron Keren
Teach config.guess that MSYS exists.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Matt Arsenault
AMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Reid Kleckner
[clang-cl] Disable C++ exceptions a different way
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Sunil Srivastava
Fixed 22941: Integer template parameter as immediate...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Matt Arsenault
AMDGPU/SI: Fix read2 merging into a super register.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Matthias Braun
MachineRegisterInfo: Remove UsedPhysReg infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Eric Fiselier
Fix PR24114 - std::atomic for non-Clang is not a litera...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Nemanja Ivanovic
Add missing builtins to altivec.h for ABI compliance...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
David Blaikie
Avoid MSVC-incompatible use of init list.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Matthias Braun
RAGreedy: Keep track of allocated PhysRegs internally
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
David Blaikie
Rely on default zero-arg value for IRBuilder::CreateCal...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Nemanja Ivanovic
Add missing builtins to the PPC back end for ABI compli...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Tim Northover
ARM: add at least one real test for r242123.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Matthias Braun
PrologEpilogInserter: Rewrite API to determine callee...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Tim Northover
AArch64: add rev64 alias for 64-bit rev instruction.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Krzysztof Parzyszek
[Hexagon] Generate "extract" instructions more aggressively
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
llvm-ar: Don't try to extract from thin archives.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
AST Matchers: pass ast_type_traits::DynTypedNode by...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
ARMAsmParser: Take MCInst param by const-ref
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
David Blaikie
Add default value for Args parameter of IRBuilder:...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Sleep for 2.1 seconds to see if that makes the test...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Hans Wennborg
Allocate the IntervalMap in ELF.h on the heap to work...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
llvm-ar: print an error when the requested member is...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Jonathan Peyton
Rename OMPT placeholder type names to be in the OMPT...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Benjamin Kramer
Pull trivial SanitizerSet methods into the header.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Use a range loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
JF Bastien
Revert "Fix `llvm-config` to emit the linker flag for...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-14
Rafael Espindola
Rename a test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
next