projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-07-31
Kostya Serebryany
[libFuzzer] support switch interception in dfsan mode
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Benjamin Kramer
[CodeGenPrepare] Compress a pair. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Sanjay Patel
[x86] reassociate integer multiplies using machine...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Reid Kleckner
[COFF] Return symbol VAs instead of RVAs for PE files
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Geoff Berry
[AArch64] Favor extended reg patterns for sub
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Sanjay Patel
don't repeat function names in comments; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Bruno Cardoso...
[CaptureTracker] Provide an ordered basic block to...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Daniel Sanders
[regalloc] Make RegMask clobbers prevent merging vreg...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Jingyue Wu
Refactor: Simplify boolean conditional return statement...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Matt Arsenault
AMDGPU: Fix v16i32 to v16i8 truncstore
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Kostya Serebryany
[libFuzzer] trace switch statements and apply mutations...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Tom Stellard
ELFYAML: Enable parsing of EM_AMDGPU
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Matt Arsenault
AMDGPU/SI: Set DwarfRegNum
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Matt Arsenault
TableGen: Support folding casts from bits to int
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Tom Stellard
docs: Add information about helper scripts to HowToRele...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Tom Stellard
AMDGPU/SI: Remove unused pattern for f32 constant loads
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Sumanth Gundapaneni
[ARM] Lower modulo operation to generate __aeabi_divmod...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Alex Lorenz
MIR Parser: Report an error when a constant pool item...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Alex Lorenz
MIR Parser: Report an error when a virtual register...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Sanjay Patel
fix memcpy/memset/memmove lowering when optimizing...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Kostya Serebryany
[libFuzzer] fix the strncmp interceptor -- it should...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Eric Christopher
Fix TableGen code generation for ReadNone attribute.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Sanjay Patel
enable fast-math-flag propagation to DAG nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Adhemerval...
Enable dfsan for aarch64
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Mehdi Amini
Add a TargetMachine hook that verifies DataLayout compa...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Wei Mi
[SLP vectorizer]: Choose the best consecutive candidate...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Mehdi Amini
Fix lli with OrcLazyJIT: the default DataLayout was...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Matt Arsenault
AMDGPU: Set SubRegIndex size and offset
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Matt Arsenault
AMDGPU: Fix unreachable when emitting binary debug...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Alex Lorenz
MIR Serialization: Serialize the machine basic block...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
David Majnemer
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Tom Stellard
AMDGPU/SI: Simplify moveSMRDToVALU()
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Tom Stellard
AMDGPU/SI: Remove isTriviallyReMaterializable() functio...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Vasileios Kalintiris
[mips] Fix out-of-date debug information in test file.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
NAKAMURA Takumi
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Vasileios Kalintiris
[mips][FastISel] Remove hidden mips-fast-isel option.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Vasileios Kalintiris
[mips][FastISel] Apply only zero-extension to constants...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Daniel Sanders
[test-release.sh] Add -no-libunwind to disable it on...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Michael Kuperstein
[X86] Recognize "flags" as an identifier, not a registe...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Matt Arsenault
Add amdopencl environment to triple
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Adam Nemet
[LoopVer] Add missing std::move
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Adam Nemet
[LDist] Filter the checks locally rather than in LAA...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Kostya Serebryany
[libFuzzer] implement strncmp hook for data-flow-guided...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Lang Hames
[MCJIT] Fix a memory leak in a unit test that was intro...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Kostya Serebryany
[libFuzzer] implement memcmp hook for data-flow-guided...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Pete Cooper
Prefix make_reverse_iterator with llvm namespace.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Sanjay Patel
push fast-math check for machine-combiner reassociation...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Matthias Braun
IR: Implement Value::mergeUseLists() iteratively
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Lang Hames
[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Nick Lewycky
Fix typo "fuction" noticed in comments in AssumptionCac...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Frederic Riss
[dsymutil] Re-add command line option -v this time...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Frederic Riss
[dsymutil] Use option categories.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Frederic Riss
[dsymutil] Rename -v option to -verbose
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Pete Cooper
Reapply "Add reverse(ContainerTy) range adapter."
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Eric Christopher
Rename hasCompatibleFunctionAttributes->areInlineCompat...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Simon Pilgrim
[X86][SSE] Keep 32-bit target i64 vector shifts on...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Tim Northover
AArch64: use 32-bit MOV rather than UBFX to truncate...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Alex Lorenz
MIR Serialization: Serialize the frame info's save...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Alex Lorenz
MIR Parser: Extract the code that parses MBB references...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Simon Pilgrim
[X86][SSE] Vectorize i64 ASHR operations
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Pete Cooper
Revert "Add reverse(ContainerTy) range adapter."
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
David Blaikie
[opaque pointers] Remove use of PointerType::getElement...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Pete Cooper
Add reverse(ContainerTy) range adapter.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Alexey Samsonov
[ASan] Disable dynamic alloca and UAR detection in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Colin LeMahieu
[llvm-objdump] Inverting logic to match the word "predi...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Colin LeMahieu
[llvm-objdump] Merging MachO DumpSections in to FilterS...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Jingyue Wu
Roll forward r242871
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Alex Lorenz
MIR Serialization: Serialize the '.cfi_def_cfa' CFI...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Alex Lorenz
MIR Parser: Parse multiple LHS register machine operands.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Sanjay Patel
move DAGCombiner's allowableAlignment() helper function...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Evgeniy Stepanov
[asan] Remove special case mapping on Android/AArch64.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Peter Collingbourne
LowerBitSets: Add debugging output.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Michael Zolotukhin
[Unroll] Handle SwitchInst properly.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Michael Zolotukhin
[Unroll] Don't crash when simplified branch condition...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Michael Zolotukhin
Rename test full-unroll-bad-geps.ll to full-unroll...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Lang Hames
Fix typos in comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Bruno Cardoso...
Revert "[PeepholeOptimizer] Look through PHIs to find...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Douglas Katzman
Add an ArgList::AddAllArgs that accepts a vector of...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Tim Northover
AArch64: use AddressingModes.h accessors for compare...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Hans Wennborg
test-release.sh: Add option for building the OpenMP...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Aaron Ballman
Reverting r243386 because it has serious post-commit...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Colin LeMahieu
[llvm-objdump] Added -j flag to filter sections that...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Jingyue Wu
Temporarily revert r242871
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Bill Schmidt
[PPC] Fix PR24216: Don't generate splat for misaligned...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Akira Hatanaka
[AArch64] Define subtarget feature strict-align.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-29
Bjarke Hammersholt...
Make function comments consistently imperative.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjoy Das
[Statepoints] Let patchable statepoints have a symbolic...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
Fix broken ArrayRef conversion from r243497.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjay Patel
ignore duplicate divisor uses when transforming into...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjay Patel
fix TLI's combineRepeatedFPDivisors interface to return...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Serialization: Serialize the target index machine...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Akira Hatanaka
[ARM] Define subtarget feature strict-align.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Tim Northover
AArch64: be careful of large immediates when optimising...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Davide Italiano
[tests] Use llvm-readobj instead of macho-dump.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Bruno Cardoso...
[PeepholeOptimizer] Look through PHIs to find additiona...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Vasileios Kalintiris
[mips][FastISel] Fix call lowering by bailing out on...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Lang Hames
[RuntimeDyld] Remove a memory-leak that was introduced...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chih-Hung Hsieh
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chih-Hung Hsieh
Limit this test only on linux.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Michael Zolotukhin
[Unroll] Add debug dumps to loop-unroll analyzer.
commit
|
commitdiff
|
tree
|
snapshot
next