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-08-13
Alex Lorenz
MIR Parser: Extract the code that parses the alignment...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Simon Pilgrim
[X86][SSE] Tests for SMAX/SMIN/UMAX/UMIN vector instruc...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Alex Lorenz
MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Jingyue Wu
[SeparateConstOffsetFromGEP] strengthen the inbounds...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
David Majnemer
[llvm-cxxdump] Correctly process relocations when given...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Yaron Keren
Remove and forbid raw_svector_ostream::flush() calls.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Nick Lewycky
Fix GCC warning: extra `;' [-Wpedantic].
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Nemanja Ivanovic
Scalar to vector conversions using direct moves
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Igor Laevsky
Emit argmemonly attribute for intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
James Molloy
[ARM] FMINNAN/FMAXNAN of f64 are not legal.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
James Molloy
[ARM] Allow vmin/vmax of scalars to be emitted without...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
James Molloy
[ARM] Rejig vmax tests a bit
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
James Molloy
[AArch64] Small rejig of fmax tests, NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Erik Eckstein
[DeadStoreElimination] remove a redundant store even...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Petar Jovanovic
[mips][mcjit] Calculate correct addend for HI16 and...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Joseph Tremoulet
[WinEHPrepare] Update demotion logic
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ulrich Weigand
[SystemZ] Support large LLVM IR struct return values
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Yaron Keren
Remove raw_svector_ostream::resync and users. It's...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Charlie Turner
[InstCombinePHI] Partial simplification of identity...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Renato Golin
Revert "[LIR] Start leveraging the fundamental guarante...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Renato Golin
Revert "[LIR] Handle access to AliasAnalysis the same...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ashutosh Nema
Test Commit.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
John Brawn
[ARM] Reorganise and simplify thumb-1 load/store selection
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Handle access to AliasAnalysis the same way as...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Start leveraging the fundamental guarantees of...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Handle the LoopInfo the same as all the other...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Simon Pilgrim
[InstCombine] SSE/AVX vector shifts demanded shift...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Yaron Keren
Modify raw_svector_ostream to use its SmallString witho...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chen Li
[LoopUnswitch] Check OptimizeForSize before traversing...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[AArch64] Cleanup vector-fcopysign.ll test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[AArch64] Also custom-lowering mismatched vector/f16...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[CodeGen] Assert on getNode(FP_EXTEND) with a smaller...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Ahmed Bougacha
[CodeGen] Simplify getNode(*EXT/TRUNC) type size assert...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Rafael Espindola
There is only one saver of strings.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Make the LoopIdiomRecognize pass get analyses...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Remove the dedicated class for popcount recogniti...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Rafael Espindola
Return ErrorOr from FileOutputBuffer::create. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Dan Gohman
[WebAssembly] Declare the llvm.wasm.page.size() intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-13
Chandler Carruth
[LIR] Move all the helpers to be private and re-order...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Steve King
Test Commit - Corrected spelling in README.txt.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[LIR] Remove the 'LIRUtils' abstraction which was unnec...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
David Blaikie
Simplify PackedVector by removing user-defined special...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
David Blaikie
IRBuilder: Use move semantics for the IRBuilderInserter...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[LIR] Run clang-format over LoopIdiomRecognize in prepa...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[PM/AA] Remove the AliasDebugger pass.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
David Majnemer
Add myself as the InstCombine owner.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Philip Reames
[RewriteStatepointsForGC] Avoid using unrelocated point...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Parser: Allow the MI IR references to reference...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Serialization: Serialize the fixed stack pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Cong Hou
NFC. Convert comments in MachineBasicBlock.cpp into...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Parser: Move the parsing of fixed stack object...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Serialization: Serialize the jump table pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Aaron Ballman
Move the object being used to move-initialize when...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Serialization: Serialize the GOT pseudo source...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Philip Reames
[RewriteStatepointsForGC] Handle extractelement fully...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Serialization: Serialize the stack pseudo source...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Sanjay Patel
fix typo; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Dan Gohman
Update a comment; Emscripten no longer uses le32 and...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Alex Lorenz
MIR Serialization: Serialize the constant pool pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Lenny Maiorani
Fix missing space in libfuzzer's help text.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Hans Wennborg
Docs: keep copyright years up-to-date.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[PM/AA] Add missing static dependency edges from DSE...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[PM/AA] Explicitly depend on TLI rather than getting...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[PM/AA] Stop getting the TargetLibraryInfo out of the...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
JF Bastien
WebAssembly: floating-point comparisons
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Chandler Carruth
[PM/AA] Have memdep explicitly get and use TargetLibrar...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Rafael Espindola
Use /Zc:inline when building with MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Simon Pilgrim
Cleaned up test. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Adam Nemet
[LoopVer] Optionally allow using memchecks from LAA
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Sanjay Patel
80-cols; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
James Molloy
[ValueTracking] Tweak a comment slightly
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Sanjay Patel
fix typo; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
John Brawn
Redo "Make global aliases have symbol size equal to...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
John Brawn
[GlobalMerge] Only emit aliases for internal linkage...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Zoran Jovanovic
[mips][microMIPS] Create microMIPS64r6 subtarget and...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Michael Kuperstein
[X86] Disable mul -> shl + lea combine when compiling...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Davide Italiano
[MC] Convert the last test using macho-dump under X86...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Michael Kuperstein
[X86] Allow x86 call frame optimization to fold more...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Matt Arsenault
AMDGPU: Fix assert on dbg_value instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Simon Pilgrim
unused variable warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Simon Pilgrim
[InstCombine] Move SSE/AVX vector blend folding to...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Craig Topper
[TableGen] Remove unused constructor.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Saleem Abdulrasool
X86: hoist a condition into a variable (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Kostya Serebryany
[libFuzzer] add two flags, -tbm_depth and -tbm_width...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Kostya Serebryany
[libFuzzer] add colons to the stats output to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Kostya Serebryany
[libFuzzer] use raw C IO to reduce the risk of a deadlo...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Sanjay Patel
[x86] enable machine combiner reassociations for 256...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-12
Adam Nemet
[LoopDist] Add test for missing coverage
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Alex Lorenz
PseudoSourceValue: Transform the mips subclass to targe...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Alex Lorenz
PseudoSourceValue: Replace global manager with a manage...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Adam Nemet
[LAA] Fix typo in test
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Alex Lorenz
PseudoSourceValue: Introduce a 'PSVKind' enumerator.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Alex Lorenz
PseudoSourceValue: Update comments and fix lowercase...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Alex Lorenz
Reformat PseudoSourceValue.cpp and PseudoSourceValue...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Mark Heffernan
Use 32-bit divides instead of 64-bit divides where...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Paul Robinson
Make DW_AT_[MIPS_]linkage_name optional, and off by...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Sanjoy Das
Fix PR24354.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-11
Reid Kleckner
[lit] Don't disable the lit progress bar by default...
commit
|
commitdiff
|
tree
|
snapshot
next