projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use std::make_tuple to reduce code duplication.
[oota-llvm.git]
/
lib
/
2015-07-13
Pete Cooper
Loop idiom recognizer was replacing too many uses of...
tree
|
commitdiff
2015-07-13
Reid Kleckner
[WinEH] Emit the LSDA even if no lpads remain but outli...
tree
|
commitdiff
2015-07-13
Benjamin Kramer
[Hexagon] Move BitTracker into the llvm namespace and...
tree
|
commitdiff
2015-07-13
Rafael Espindola
Add support deterministic output in llvm-ar and make...
tree
|
commitdiff
2015-07-13
Matt Arsenault
AMDGPU: Minor cleanups to always inline pass
tree
|
commitdiff
2015-07-13
David Majnemer
[MC] Correctly escape .safeseh's symbol
tree
|
commitdiff
2015-07-13
Mark Heffernan
Enable partial and runtime loop unrolling for NVPTX.
tree
|
commitdiff
2015-07-13
Mark Heffernan
Enable runtime unrolling with unroll pragma metadata
tree
|
commitdiff
2015-07-13
Adrian Prantl
Service the doxygen comments in DwarfUnit and DwarfDebug.
tree
|
commitdiff
2015-07-13
Alex Lorenz
MIR Serialization: Serialize the fixed stack objects.
tree
|
commitdiff
2015-07-13
Reid Kleckner
[WinEH] Strip the \01 character from the __CxxFrameHand...
tree
|
commitdiff
2015-07-13
Benjamin Kramer
Remove macro guards for extern template instantiations.
tree
|
commitdiff
2015-07-13
Benjamin Kramer
Avoid using Loop::getSubLoopsVector.
tree
|
commitdiff
2015-07-13
James Y Knight
Fix handling of the 'n' asm constraint with invalid...
tree
|
commitdiff
2015-07-13
Tom Stellard
AMDGPU/SI: Select mad patterns to v_mac_f32
tree
|
commitdiff
2015-07-13
Logan Chien
ARM: Fix cttz expansion on vector types.
tree
|
commitdiff
2015-07-13
Scott Douglass
[ARM] Handle commutativity when converting to tADDhirr...
tree
|
commitdiff
2015-07-13
Scott Douglass
[ARM] Add Thumb2 ADD with SP narrowing from 3 operand...
tree
|
commitdiff
2015-07-13
Scott Douglass
[ARM] Small refactor of tryConvertingToTwoOperandForm...
tree
|
commitdiff
2015-07-13
Silviu Baranga
Cleanup after r241809 - remove uncessary call to std...
tree
|
commitdiff
2015-07-13
Rafael Espindola
Remove unused variable.
tree
|
commitdiff
2015-07-13
Rafael Espindola
Aliases don't have available_externally linkage.
tree
|
commitdiff
2015-07-13
Rafael Espindola
Don't change the visibility when converting a definitio...
tree
|
commitdiff
2015-07-13
Aaron Ballman
Removing several -Wunused-but-set-variable warnings...
tree
|
commitdiff
2015-07-13
Rafael Espindola
Print the visibility of available_externally functions.
tree
|
commitdiff
2015-07-13
Manuel Klimek
Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
tree
|
commitdiff
2015-07-13
Elena Demikhovsky
AVX-512: Added all AVX-512 forms of Vector Convert...
tree
|
commitdiff
2015-07-13
Jingyue Wu
[LSR] don't attempt to promote ephemeral values to...
tree
|
commitdiff
2015-07-13
David Majnemer
[InstSimplify] Teach InstSimplify how to simplify extra...
tree
|
commitdiff
2015-07-13
David Majnemer
[InstSimplify] Teach InstSimplify how to simplify extra...
tree
|
commitdiff
2015-07-12
Renato Golin
[ARM] Add support for nest attribute using r12
tree
|
commitdiff
2015-07-12
Simon Pilgrim
[X86][SSE] (V)PMINSB is commutable.
tree
|
commitdiff
2015-07-12
Simon Pilgrim
Trim trailing whitespaces. NFC.
tree
|
commitdiff
2015-07-12
Simon Pilgrim
[X86][SSE] Vectorized v4i32 non-uniform shifts.
tree
|
commitdiff
2015-07-12
David Majnemer
[LICM] Don't try to sink values out of loops without...
tree
|
commitdiff
2015-07-12
Hal Finkel
[PowerPC] Make use of the TargetRecip system
tree
|
commitdiff
2015-07-12
Hal Finkel
[PowerPC] Support the nest parameter attribute
tree
|
commitdiff
2015-07-11
Hal Finkel
Revert "Revert r236894 "[BasicAA] Fix zext & sext handl...
tree
|
commitdiff
2015-07-11
Hal Finkel
Move getStrideFromPointer and friends from LoopVectoriz...
tree
|
commitdiff
2015-07-11
Igor Laevsky
Add argmemonly attribute.
tree
|
commitdiff
2015-07-11
Chandler Carruth
[PM/AA] Completely remove the AliasAnalysis::copyValue...
tree
|
commitdiff
2015-07-11
Tyler Nowicki
Renamed some uses of unroll to interleave in the vector...
tree
|
commitdiff
2015-07-10
Adrian Prantl
Cleanup a couple of comments in DIBuilder.cpp
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Only allow changing feature bits in MCSubtargetInfo
tree
|
commitdiff
2015-07-10
Matt Arsenault
AMDGPU: Fix chains for memory ops dependent on argument...
tree
|
commitdiff
2015-07-10
Alex Lorenz
MIR Serialization: Serialize the virtual register operands.
tree
|
commitdiff
2015-07-10
David Majnemer
[IR] Switch static const to an enum to silence MSVC...
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo() default constructor
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo::InitCPUSched()
tree
|
commitdiff
2015-07-10
Bjorn Steinbrink
[InstCombine] Actually combine AA metadata when replaci...
tree
|
commitdiff
2015-07-10
Matt Arsenault
AMDGPU: Use requested chain when lowering arguments
tree
|
commitdiff
2015-07-10
Matthias Braun
ARM: Use SpecificBumpPtrAllocator to fix leak introduce...
tree
|
commitdiff
2015-07-10
Reid Kleckner
[SEH] Push reloads of the SEH code past phi nodes
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
Add <type_traits> for is_pod, fixing r241947
tree
|
commitdiff
2015-07-10
Matt Arsenault
DAGCombiner: Assume invariant load cannot alias a store
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
tree
|
commitdiff
2015-07-10
Quentin Colombet
[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
tree
|
commitdiff
2015-07-10
David Majnemer
[MC] Switch static const to an enum to silence MSVC...
tree
|
commitdiff
2015-07-10
Evgeniy Stepanov
Fix AArch64 prologue for empty frame with dynamic allocas.
tree
|
commitdiff
2015-07-10
Jingyue Wu
[TTI] BasicTTIImpl assumes no vector registers
tree
|
commitdiff
2015-07-10
Adam Nemet
[LoopDist/LoopVer] Move LoopVersioning to a new module...
tree
|
commitdiff
2015-07-10
Adam Nemet
[LoopDist] Move loop-versioning helper functions to...
tree
|
commitdiff
2015-07-10
Matthias Braun
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
tree
|
commitdiff
2015-07-10
Fiona Glaser
ComputeKnownBits: be a bit smarter about ADDs
tree
|
commitdiff
2015-07-10
Matthias Braun
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
tree
|
commitdiff
2015-07-10
JF Bastien
WebAssembly: basic instructions todo, and basic registe...
tree
|
commitdiff
2015-07-10
Alex Lorenz
MIR Serialization: Initial serialization of stack objects.
tree
|
commitdiff
2015-07-10
JF Bastien
Target RegisterInfo: devirtualize TargetFrameLowering
tree
|
commitdiff
2015-07-10
Matthias Braun
ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
tree
|
commitdiff
2015-07-10
Eli Bendersky
Actually support volatile memcpys in NVPTX lowering
tree
|
commitdiff
2015-07-10
Nemanja Ivanovic
NFC. Added a blank line for consistency.
tree
|
commitdiff
2015-07-10
Benjamin Kramer
[InstSimplify] Fold away ord/uno fcmps when nnan is...
tree
|
commitdiff
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
tree
|
commitdiff
2015-07-10
Nemanja Ivanovic
Add missing builtins to the PPC back end for ABI compli...
tree
|
commitdiff
2015-07-10
Alexey Bataev
Disable loop re-rotation for -Oz (patch by Andrey Turetsky)
tree
|
commitdiff
2015-07-10
David Majnemer
Revert the new EH instructions
tree
|
commitdiff
2015-07-10
David Majnemer
Tighten the verifier check for catchblock.
tree
|
commitdiff
2015-07-10
David Majnemer
Address Joseph's review comments.
tree
|
commitdiff
2015-07-10
David Majnemer
Address Reid's review feedback.
tree
|
commitdiff
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-10
Bjorn Steinbrink
[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
tree
|
commitdiff
2015-07-10
Bjorn Steinbrink
[InstCombine] Properly combine metadata when replacing...
tree
|
commitdiff
2015-07-10
Jingyue Wu
[NVPTX] declare no vector registers
tree
|
commitdiff
2015-07-10
Reid Kleckner
[WinEH] Make sure LSDA tables are 4 byte aligned
tree
|
commitdiff
2015-07-09
Eli Bendersky
Replace index-loops by range-based loops
tree
|
commitdiff
2015-07-09
Sanjay Patel
[x86] enable machine combiner reassociations for scalar...
tree
|
commitdiff
2015-07-09
Sanjay Patel
[x86] enable machine combiner reassociations for scalar...
tree
|
commitdiff
2015-07-09
Alex Lorenz
MIR Serialization: Serialize the virtual register defin...
tree
|
commitdiff
2015-07-09
Adam Nemet
[LAA] Fix grammar in debug output
tree
|
commitdiff
2015-07-09
Adam Nemet
[LAA] Hide NeedRTCheck logic completely inside canCheck...
tree
|
commitdiff
2015-07-09
Reid Kleckner
[WinEH] Give up on using CSRs across 32-bit invokes...
tree
|
commitdiff
2015-07-09
Reid Kleckner
Expose sjlj preparation through opt for my own debuggin...
tree
|
commitdiff
2015-07-09
Alex Lorenz
MIR Parser: Report an error when parsing machine functi...
tree
|
commitdiff
2015-07-09
Tom Stellard
AMDGPU: Add helper function for implicit parameter...
tree
|
commitdiff
2015-07-09
JF Bastien
Unbreak WebAssembly build
tree
|
commitdiff
2015-07-09
Sanjoy Das
[ImplicitNullChecks] Fix a memory leak.
tree
|
commitdiff
2015-07-09
Sanjoy Das
[ImplicitNullChecks] Be smarter in picking the memory op.
tree
|
commitdiff
2015-07-09
Alex Lorenz
MIR Serialization: Serialize the simple MachineFrameInf...
tree
|
commitdiff
2015-07-09
Rafael Espindola
llvm-ar: Pad the symbol table to 4 bytes.
tree
|
commitdiff
2015-07-09
Matt Arsenault
AMDGPU/R600: Return correct chain when lowering loads
tree
|
commitdiff
next