index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-10-28
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-27
Never attempt to join an early-clobber def with a regular kill.
Jakob Stoklund Olesen
2012-10-27
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...
Benjamin Kramer
2012-10-27
SCEV validator: Add workarounds for some common false positives due to the wa...
Benjamin Kramer
2012-10-27
Clarify that there is an option other than OAuth for Phabricator and
Chandler Carruth
2012-10-27
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-27
Implement MipsHi for mips16
Reed Kotler
2012-10-27
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-26
Add class MipsCC which provides methods used to analyze formal and call
Akira Hatanaka
2012-10-26
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Jakob Stoklund Olesen
2012-10-26
Avoid an unused-variable warning when asserts are disabled.
Kaelyn Uhrain
2012-10-26
Reduce indentation with early exit.
Jakob Stoklund Olesen
2012-10-26
Also make the current basic block a class member.
Jakob Stoklund Olesen
2012-10-26
implement mips16 tls global addr
Reed Kotler
2012-10-26
MCRegisterClass should be returned by const ref, not by value.
Lang Hames
2012-10-26
Suggest llvm_unreachable over assert(0).
Jordan Rose
2012-10-26
Make the Processed set a class member.
Jakob Stoklund Olesen
2012-10-26
[ms-inline asm] Add a comment.
Chad Rosier
2012-10-26
80 col.
Jakob Stoklund Olesen
2012-10-26
Remove ARMBaseRegisterInfo::isReservedReg().
Jakob Stoklund Olesen
2012-10-26
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
Fix whitespace and function names to be coding standardy.
Jakob Stoklund Olesen
2012-10-26
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
Remove the unneeded initializers.
Bill Wendling
2012-10-26
Stop APInt::shl from generating llvm.trap
Derek Schuff
2012-10-26
Move target-specific BBVectorize tests into a separate directory.
Hal Finkel
2012-10-26
Move the target-specific tests, which require specific backends, to dirs that...
Nadav Rotem
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
Lowercase the argument for TargetTransformInfo so it's consistent with all ot...
Benjamin Kramer
2012-10-26
[ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.
Chad Rosier
2012-10-26
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
LoopSimplify: Preserve DependenceAnalysis.
Benjamin Kramer
2012-10-26
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
Add a basic verifier for SCEV's backedge taken counts.
Benjamin Kramer
2012-10-26
Fix a crash in SimpliftDemandedBits of vectors of pointers.
Nadav Rotem
2012-10-26
Make sure I is not the end iterator when isInsideBundle is called.
Akira Hatanaka
2012-10-26
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34...
Reed Kotler
[prev]
[next]