oota-llvm.git
2011-02-17 David Greene[AVX] Recorganize X86ShuffleDecode into its own library
2011-02-17 Jakob Stoklund... Split local live ranges.
2011-02-17 Dan GohmanThe labyrinthine X86 backend no longer appears to require
2011-02-17 Duncan SandsFix wrong logic in promotion of signed mul-with-overflo...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 NAKAMURA TakumiFix whitespace.
2011-02-17 Duncan SandsThis has been implemented.
2011-02-17 Duncan SandsTransform "A + B >= A + C" into "B >= C" if the adds...
2011-02-17 Cameron ZwarichSwitch to SmallVector in SimpleRegisterCoalescing for...
2011-02-17 Cameron ZwarichAdjust indenting of arguments.
2011-02-17 Cameron ZwarichReturn Changed from SplitPHIEdges rather than always...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-17 Chris Lattnerfilecheckize
2011-02-17 Nick LewyckyFix thinko, basic blocks are SESE. The exits may have...
2011-02-17 Chris Lattneradd some notes on compares + binops. Remove redundant...
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-16 Chris LattnerAdd a few missed xforms from GCC PR14753
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanUpdate README entry.
2011-02-16 Eric ChristopherRefactor zero folding slightly. Clean up todo.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Eric ChristopherAdd testcase for PR9190.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-16 Evan ChengRemove a duplicated check.
2011-02-16 Evan ChengSome single precision VFP instructions may be executed...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-15 Jakob Stoklund... Teach ARMLoadStoreOptimizer to remove kill flags from...
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Argyrios KyrtzidisImplement a function from PathV2 whose definition is...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Devang PatelPrint function info. Patch by Minjang Kim.
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Argyrios KyrtzidisWhen tablegen'ing the clang analyzer checkers:
2011-02-15 Nadav RotemFix 9216 - Endless loop in InstCombine pass.
2011-02-15 Evan ChengFix thinko. Cmp can be the first instruction in a MBB.
2011-02-15 Devang PatelDo not forget DebugLoc!
2011-02-15 Chris Lattnertidy up a bit.
2011-02-15 Chris LattnerMinor fixes to tutorial, patch by Benjamin Meyer!
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Bob WilsonRemove unused bitvectors that record ARM callee-saved...
2011-02-14 Jakob Stoklund... Move more fragments of spill weight calculation into...
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Bob WilsonPR9139: Specify ARM/Darwin triple for vector-DAGCombine...
2011-02-14 Evan ChengFix PR8854. Track inserted copies to avoid read before...
2011-02-14 Bruno Cardoso... A fail to match coprocessor number and register number...
2011-02-14 Oscar FuentesAdd current binary and source directories to the header...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Bruno Cardoso... Fix encoding and add parsing support for the arm/thumb...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Nick LewyckyFix typo in comment.
2011-02-14 Cameron ZwarichAdd some statistics to StrongPHIElimination.
2011-02-14 Cameron ZwarichAdd a statistic to PHIElimination tracking the number...
2011-02-13 Chris Lattnermissed a header
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Tobias GrosserAdapt docs to '-loopsimplify -> -loop-simplify' change
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattnerremove a now-unneccesary cast.
2011-02-13 Duncan SandsRemove pointless blank line.
2011-02-13 Duncan SandsTeach instsimplify that X+Y>=X+Z is the same as Y>...
2011-02-13 Nadav RotemFix test
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-13 Chris Lattnerimprove solaris support, from PR9109, patch by Yuri!
2011-02-13 Chris Lattneradd PR#
2011-02-13 Chris Lattnerimplement instcombine folding for things like (x >...
2011-02-13 Chris Lattneradd a helper method.
2011-02-13 Argyrios KyrtzidisWrap the struct in an anonymous namespace.
2011-02-13 Chris Lattnerrefactor some code out into a helper method.
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-12 Reid KlecknerAdd encodings and mnemonics for FXSAVE64 and FXRSTOR64.
2011-02-12 Venkatraman... Prevent IMPLICIT_DEF/KILL to become a delay filler...
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Daniel Dunbartests: FileCheckize
2011-02-12 Rafael EspindolaPreserve aliases if needed.
2011-02-12 Benjamin KramerAdd a note about SSE4.1 roundss/roundsd.
2011-02-12 Nadav RotemA fix for 9165.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-12 Rafael EspindolaFix a silly bug I introduced when dropping std::string.
2011-02-11 Chris Lattnerattempt to capture recent discussion about overflow...
2011-02-11 Benjamin KramerAlso fold (A+B) == A -> B == 0 when the add is commuted.
2011-02-11 Chris LattnerPer discussion with Dan G, inbounds geps *certainly...
2011-02-11 Chris LattnerWhen lowering an inbounds gep, the intermediate adds...
2011-02-11 Jim GrosbachTidy out asm matcher .inc output.
next