Instcombine: Fix pattern where the sext did not dominate the icmp using it
[oota-llvm.git] / utils /
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-08 Eric ChristopherI don't think I could find a 10.2.x box if I tried.
2011-01-07 Bob WilsonUse __builtin_shufflevector to implement vget_low and...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-24 Jim GrosbachTrailing whitespace.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-23 Chris Lattnersdisel flag -> glue.
2010-12-23 Chris Lattnercontinue renaming flag -> glue.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-23 Bill WendlingDefault to armv7 instead of armv6.
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-21 Jim GrosbachTidy up a bit. Trailing whitespace, hard tabs and 80...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-17 Bob WilsonNeon intrinsic tests need to be compiled for Cortex...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Bob WilsonTeach the Neon intrinsic generator to widen half-precis...
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-15 Bob WilsonFix Neon intrinsic immediate range checking for some...
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-15 Mikhail Glushenkovllvmc: make switch options ZeroOrMore by default.
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-14 Jim GrosbachAdd support for MC-ized encoding of tLEApcrel and tLEAp...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-12-13 Bill WendlingMerge DEBUG statements.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-10 Bill WendlingGet rid of ellipses.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-09 Devang PatelAdd initial support to measure local variables.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Bob Wilson80-column fixes.
2010-12-09 Bob WilsonAdd a license comment to the generated arm_neon.h header.
2010-12-09 Michael J. SpencerMissed FileUpdate because CMake doesn't build it yet :(.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bob WilsonAdd operators for "_lane" variants of some saturating...
2010-12-08 Bob WilsonAdd operators for vabdl and vabal so they can be implem...
2010-12-08 Bob WilsonRemove unused function parameter.
2010-12-08 Bob WilsonAdd an operator for vaba so it can be implemented using...
2010-12-08 Bill WendlingUse this new fangled StringSwitch technology.
2010-12-08 Bill WendlingCleanup table a bit.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Bob WilsonAdd operators for vadd[lw] and vsub[lw]
2010-12-07 Bob WilsonAdd operators for vmlal{_n,_lane} and vmlsl{_n,_lane}
2010-12-07 Bob WilsonEmit vmovl intrinsics first in the arm_neon.h header
2010-12-07 Jim GrosbachAdd source Record* reference to PatternToMatch. Allows...
2010-12-07 Bob WilsonAdd an operator for vdup_lane so it can be implemented...
2010-12-07 Bob WilsonAdd an operator for vmull_lane so it can be implemented...
2010-12-07 Devang PatelHandle recursive values. Add comments.
2010-12-07 Jim GrosbachRemove reference to the CMPz instruction patterns for...
2010-12-07 Bob WilsonAdd new built-in operations for vmull and vmull_n
2010-12-07 Jim GrosbachTrailing whitespace.
2010-12-07 Jim GrosbachChange assert to diagnostic. Message still needs work...
2010-12-07 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-07 Bob WilsonFix whitespace.
2010-12-07 Devang PatelAdd python scripts to extract debug info using LLDB...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Michael J. SpencerKillTheDoctor: Cleanup error_code usage.
2010-12-06 Michael J. SpencerKillTheDoctor: Fix spelling.
2010-12-04 Bob WilsonRemove trailing whitespace.
2010-12-03 Bob WilsonGet Neon intrinsic names from the new "Name" field...
2010-12-03 Bill WendlingI did it wrong. Don't disregard these encodings here.
2010-12-03 Bill WendlingIgnore decode table conflicts in the tMOVgpr2tgpr,...
2010-12-03 Bob WilsonAdd support for "_lane" variants of VMUL, VMLA, and...
2010-12-03 Bob WilsonSupport using macros for Neon intrinsics implemented...
2010-12-02 Bob WilsonSimplify code in Neon intrinsics. No functional change...
2010-12-02 Bob WilsonAssign arguments of Neon intrinsic macros to local...
2010-12-02 Bob WilsonUse statement expressions in Neon intrinsics defined...
2010-12-02 Bob WilsonAdd casts for splatted scalars in calls to Neon builtins.
2010-12-02 Bob WilsonAdd a missing cast for Neon vsbl results.
2010-12-02 Bob WilsonAdd another missing cast for Neon vcombine results.
2010-12-02 Bob WilsonAdd casts in arm_neon.h for result values in inline...
2010-12-02 Bob WilsonAvoid "char" for Neon vector elements; make it explicit...
2010-12-02 Bob WilsonCast scalar results of Neon macros to the correct type.
2010-12-01 Bob WilsonAdd explicit casts for vector arguments to Neon builtins.
2010-12-01 Bob WilsonAdd some comments for TableGen's NeonEmitter.
2010-12-01 Bob WilsonCleanup: simplify checks for integers between 2 and 4.
2010-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Jim GrosbachThe VLDMQ/VSTMQ instructions are reprented as true...
2010-11-30 Jim GrosbachTidy up.
next