oota-llvm.git
2011-01-19 Jakob Stoklund... Implement RAGreedy::splitAroundRegion and remove loop...
2011-01-19 Nick LewyckySimilarly, analyze truncate through multiply.
2011-01-19 Nick LewyckyAdd a missed SCEV fold that is required to continue...
2011-01-19 Bruno Cardoso... Fix the encoding of mrrc and mcrr family of instruction...
2011-01-19 Rafael EspindolaAdd unnamed_addr when we can show that address of a...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2011-01-19 Nick LewyckyAdd a missing SCEV simplification sext(zext x) -->...
2011-01-19 Daniel DunbarARM/ISel: Factor out isScaledConstantInRange() helper.
2011-01-19 Andrew TrickFor ARM subtargets with useNEONForSinglePrecisionFP...
2011-01-19 Andrew Trickwhitespace
2011-01-19 Evan ChengDon't forget to emit the load from indirect symbol...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso... Create two new generic classes to represent the followi...
2011-01-18 Bruno Cardoso... Fix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso... Fix the encoding of t2ISB by using the right class...
2011-01-18 Dan GohmanTeach BasicAA to return PartialAlias in cases where...
2011-01-18 Jakob Stoklund... Add RAGreedy methods for splitting live ranges around...
2011-01-18 Bruno Cardoso... Follow the current hack set and enable the correct...
2011-01-18 Chris Lattnerfix rdar://8878965, a regression I introduced with...
2011-01-18 Bruno Cardoso... Add support for parsing and encoding ARM's official...
2011-01-18 Jim GrosbachAdd a FIXME.
2011-01-18 Bruno Cardoso... Ensure Mips::GP is properly reloaded after a function...
2011-01-18 Bruno Cardoso... Negative zero is not legal on mips. Patch by Sasa Stankovic
2011-01-18 Bruno Cardoso... Handle (i32,i32) => f64 in a cleaner way. Patch by...
2011-01-18 Bruno Cardoso... Add support for mips32 madd and msub instructions....
2011-01-18 Duncan SandsFor completeness, generalize the (X + Y) - Y -> X trans...
2011-01-18 Duncan SandsSimplify (X<<1)-X into X. According to my auto-simplie...
2011-01-18 Chris Lattneradd a note
2011-01-18 Chris Lattnerfinish a sentence.
2011-01-18 Venkatraman... SPARC backend: Modified LowerCall and LowerFormalArgume...
2011-01-18 Cameron ZwarichRemove an unnecessary #include.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2011-01-18 Daniel DunbarMcARM: Use accessors where appropriate.
2011-01-18 Daniel DunbarMcARM: Fill in ASMOperand::dump() for memory operands.
2011-01-18 Daniel DunbarMcARM: Make ARMOperand use a union where appropriate.
2011-01-18 Cameron ZwarichThere is no point in verifying an analysis that is...
2011-01-18 Daniel DunbarMcARM: Unify ParseMemory() successfull return.
2011-01-18 Daniel DunbarMcARM: Early exit on failure (NEFC).
2011-01-18 Daniel DunbarMcARM: Always keep an offset expression, if used (inste...
2011-01-18 Daniel DunbarMcARM: Add a variety of asserts on the sanity of memory...
2011-01-18 Daniel DunbarMcARM: Use a consistent marker for not-set OffsetRegNum.
2011-01-18 Cameron ZwarichConvert a std::map to a DenseMap for another 1.7% speed...
2011-01-18 Cameron ZwarichMake a std::vector a SmallVector<*, 32> like the other...
2011-01-18 Rafael EspindolaReduce indentation and remove commented out code.
2011-01-18 Cameron ZwarichRemove some now-unused DominanceFrontier methods.
2011-01-18 Cameron ZwarichRemove code for updating dominance frontiers and some...
2011-01-18 Cameron ZwarichRemove outdated references to dominance frontiers.
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-18 Daniel DunbarFormatting tweak.
2011-01-18 Daniel DunbarSupport/CommandLine: Add "Did you mean" print for misma...
2011-01-18 Eric ChristopherThe stub routine that we're calling uses test and so...
2011-01-18 Chris Lattnerminor change to rafael's recent patches: if something is
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-18 Stuart HastingsRemove checking that prevented overlapping CALLSEQ_STAR...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: For CryptAcquireContext(), CRYPT_VE...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: MoveFileEx() can behave like Posix...
2011-01-17 NAKAMURA Takumilib/Support/Windows/Signals.inc: "Showstopper" dialogs...
2011-01-17 Owen AndersonRemove dead code, that I apparently wrote a while back...
2011-01-17 Douglas GregorAdd a missing <cctype> include, from Joerg Sonnenberger!
2011-01-17 Jim GrosbachTrailing whitespace.
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Devang PatelUpdate tests to accomodate unnamed_addr introduction.
2011-01-17 Cameron ZwarichRoll r123609 back in with two changes that fix test...
2011-01-17 Devang PatelRevert rr123550. It causes clang build failure on darwin9.
2011-01-17 Michael J.... Archive: Fix temp path names.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-17 Michael J.... Support/raw_ostream: Fix uninitalized variable in raw_f...
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-17 Kalle RaiskilaSplit up RotateShift itinerary in SPU.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-17 Cameron ZwarichRoll out r123609 due to failures on the llvm-x86_64...
2011-01-17 Francois PichetSuppress warning "switch statement contains 'default...
2011-01-17 Cameron ZwarichEliminate the use of dominance frontiers in PromoteMemT...
2011-01-16 Michael J.... UnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J.... Fix rename.
2011-01-16 Nick LewyckyTest for lazy value info's ability to prove the absense...
2011-01-16 Michael J.... Make everyone happy this time.
2011-01-16 Anton KorobeynikovProvide instruction sizes for ARMv5 variants of MUL...
2011-01-16 Anders CarlssonUpdate README.txt to remove the DAE enhancement.
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2011-01-16 Michael J.... UnRevert "Revert the archive part of "Support/PathV2...
2011-01-16 Michael J.... Try and fix this test. For some reason llvm-ar thinks...
2011-01-16 Michael J.... Revert the archive part of "Support/PathV2: Add identif...
2011-01-16 Rafael EspindolaUpdate tests.
2011-01-16 Chris Lattnertidy up a comment, as suggested by duncan
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2011-01-16 Rafael EspindolaDon't merge two constants if we care about the address...
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Owen AndersonReduce and merge testcases.
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Jay FoadRemove unnecessary specialization OperandTraits<User>.
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2011-01-16 Chris Lattnersimplify a little
2011-01-16 Chris Lattneradd some commentary
2011-01-16 Chris Lattnerif an alloca is only ever accessed as a unit, and is...
2011-01-16 Chris LattnerUse an irbuilder to get some trivial constant folding...
2011-01-16 Chris Lattnerremove a dead check, this was needed before we had...
next