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
2011-09-29
Use ExecutionDepsFix instead of NEONMoveFix.
Jakob Stoklund Olesen
2011-09-29
typo + pasto
Andrew Trick
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
LSR: rewrite inner loops only.
Andrew Trick
2011-09-29
whitespace
Andrew Trick
2011-09-29
Fix build failures better.
Andrew Trick
2011-09-29
Fix build failure.
Daniel Dunbar
2011-09-29
Move to ISelLowering.
Bill Wendling
2011-09-29
PTX: Add new patterns for bitconvert and any_extend
Justin Holewinski
2011-09-29
llvm-size: Apply Chris's code review fixes.
Michael J. Spencer
2011-09-29
Use the local we already set up.
Eric Christopher
2011-09-29
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-09-29
tblgen/ClangDiagnostics: Add support for split default warning "no-werror" and
Daniel Dunbar
2011-09-28
Revert r140731, "Define classes for unary and binary FP instructions and use ...
Jakob Stoklund Olesen
2011-09-28
Tighten a ARM dag combine condition to avoid an identity transformation, which
Evan Cheng
2011-09-28
Define classes for unary and binary FP instructions and use them to define
Akira Hatanaka
2011-09-28
Have the SjLjEHPrepare pass do some more heavy lifting.
Bill Wendling
2011-09-28
Fix cast.
Michael J. Spencer
2011-09-28
PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...
Eli Friedman
2011-09-28
Add llvm-size.
Michael J. Spencer
2011-09-28
Object: Add isSection{Data,BSS}.
Michael J. Spencer
2011-09-28
NULL cannot be portably used as the last argument to a function with __attrib...
Eli Friedman
2011-09-28
Perform the lowering only if there are invokes.
Bill Wendling
2011-09-28
Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.
Bill Wendling
2011-09-28
Add a note on removing LLVMC.
Eric Christopher
2011-09-28
Introduce llvm-cov.
Devang Patel
2011-09-28
PTX: Fix alignment logic
Justin Holewinski
2011-09-28
Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.
Akira Hatanaka
2011-09-28
Remove definitions of branch-on-FP-likely instructions. They are deprecated.
Akira Hatanaka
2011-09-28
Mips64 predicate definitions. Patch by Liu.
Akira Hatanaka
2011-09-28
indvars: generalize SCEV getPreStartForSignExtend.
Andrew Trick
2011-09-28
PTX: MC-ize the PTX backend (patch 2 of N)
Justin Holewinski
2011-09-28
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
Changed comments on foreign C++ exceptions (generated with type info 7),
Garrison Venn
2011-09-28
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
PTX: Simplify code. No functionality change.
Benjamin Kramer
2011-09-28
PTX: Pass param name strings per const reference.
Benjamin Kramer
2011-09-28
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
Bitcast the alloca to an i8* to match the intrinsic's signature.
Bill Wendling
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
In the new EH model, setup the function context and the call site info.
Bill Wendling
2011-09-28
Don't conditionalize execution of the SjLj EH prepare pass.
Bill Wendling
2011-09-28
Test case for r140670: indvars should hoist sext.
Andrew Trick
2011-09-28
indvars should hoist [sz]ext because licm is not rerun.
Andrew Trick
2011-09-28
PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...
Eli Friedman
2011-09-28
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-27
Remove MipsFPRound. Mips1 is no longer supported.
Akira Hatanaka
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
[next]