oota-llvm.git
2011-01-10 Chris Lattneranother (more) aggressive attempt to bring llvm-gcc...
2011-01-10 Chris Lattnerexpand on a note
2011-01-09 Chris Lattnertemporarily disable memset formation from memsets in...
2011-01-09 Chris Lattneradd a testcase I missed in previous commit.
2011-01-09 Chris Lattnertypo
2011-01-09 Chris Lattnerxref a PR #
2011-01-09 Jakob Stoklund... Remove TargetRegisterInfo::NoRegister.
2011-01-09 Chris Lattneradd a fixme: ir isn't expressive enough.
2011-01-09 Chris LattnerStep #4 in improving trip count analysis: HowFarToZero...
2011-01-09 Jakob Stoklund... Change virtual register numbering to make more space...
2011-01-09 Chris Lattnerrearrange some code, no functionality change.
2011-01-09 Chandler CarruthAdd a note about the inability to model FP -> int conve...
2011-01-09 Chris LattnerStep #3 to improving trip count analysis: If we fold
2011-01-09 Chris LattnerStep #2 to improve trip count analysis for loops like...
2011-01-09 Jakob Stoklund... Remove MachineRegisterInfo::getLastVirtReg(), it was...
2011-01-09 Chris Lattnersort this.
2011-01-09 Jakob Stoklund... Teach TargetRegisterInfo how to cram stack slot indexes...
2011-01-09 Chandler CarruthAdd a note about a missed FP optimization.
2011-01-09 Jakob Stoklund... Fix comment.
2011-01-09 Chris Lattnerfix a few old bugs (found by inspection) where we would...
2011-01-09 Jakob Stoklund... Add a forgotten VireReg2IndexFunctor.
2011-01-09 Oscar FuentesApply -fPIC to C sources too.
2011-01-09 Tobias GrosserInstcombine: Fix pattern where the sext did not dominat...
2011-01-09 Tobias GrosserDominatorTree->print() now prints the status of the...
2011-01-09 Oscar FuentesRewrite handling of LLVM_ENABLE_PIC. It was being proce...
2011-01-09 Cameron ZwarichLoopInstSimplify preserves LoopSimplify.
2011-01-09 Chandler CarruthAnother missed memset in std::vector initialization.
2011-01-09 Cameron ZwarichEliminate some extra hash table lookups.
2011-01-09 Cameron ZwarichAdd an informative comment.
2011-01-09 Chandler CarruthFix a cut-paste-o so that the sample code is correct...
2011-01-09 Chandler CarruthAnother missed optimization of trivial vector code.
2011-01-09 Chandler CarruthAdd a note about vector's size-constructor producing...
2011-01-09 Jakob Stoklund... Simplify LiveDebugVariables by storing MachineOperand...
2011-01-09 Jakob Stoklund... Shrink a BitVector that didn't mean to store bits for...
2011-01-09 Jakob Stoklund... Replace TargetRegisterInfo::printReg with a PrintReg...
2011-01-09 Jakob Stoklund... Use IndexedMap for MachineRegisterInfo as well. No...
2011-01-09 Chris Lattnerteach SCEV analysis of PHI nodes that PHI recurences...
2011-01-09 Chris Lattnerreduce indentation. Print <nuw> and <nsw> when dumping...
2011-01-09 Chandler CarruthAdd a note about a missed memset optimization from...
2011-01-08 Jakob Stoklund... Fix the last virtual register enumerations.
2011-01-08 Jakob Stoklund... Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtR...
2011-01-08 Jakob Stoklund... Fix a MachineVerifier loop that probably didn't mean...
2011-01-08 Jakob Stoklund... Don't document exactly how virtual registers are repres...
2011-01-08 Jakob Stoklund... Use an IndexedMap for LiveVariables::VirtRegInfo.
2011-01-08 Jakob Stoklund... Do not talk about TargetRegisterInfo::FirstVirtualRegister.
2011-01-08 Jakob Stoklund... Use an IndexedMap for LiveOutRegInfo to hide its depend...
2011-01-08 Cameron ZwarichFix coding style.
2011-01-08 Chris Lattnerfix a latent bug in memcpyoptimizer that my recent...
2011-01-08 Chris LattnertryMergingIntoMemset can only handle constant length...
2011-01-08 Chris LattnerMerge memsets followed by neighboring memsets and other...
2011-01-08 Chris Lattnerfix an issue in IsPointerOffset that prevented us from...
2011-01-08 Chris Lattnerenhance memcpyopt to merge a store and a subsequent
2011-01-08 Chris Lattnerfit in 80 cols
2011-01-08 Chris Lattnermerge two tests and filecheckify
2011-01-08 Chris Lattnerconstify TargetData references.
2011-01-08 Chris LattnerWhen loop rotation happens, it is *very* common for...
2011-01-08 Chris Lattnermake domtree verification print something useful on...
2011-01-08 Chris Lattnersplit ssa updating code out to its own helper function...
2011-01-08 Chris LattnerImplement a TODO: Enhance loopinfo to merge away the...
2011-01-08 Chris Lattnervarious code cleanups, enhance MergeBlockIntoPredecesso...
2011-01-08 Chris Lattnerinline preserveCanonicalLoopForm now that it is simple.
2011-01-08 Chris LattnerThree major changes:
2011-01-08 Chris Lattnerreduce nesting.
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-08 Chris LattnerLoopRotate requires canonical loop form, so it always...
2011-01-08 Chris Lattneruse the LI ivar.
2011-01-08 Chris Lattnersome cleanups: remove dead arguments and eliminate...
2011-01-08 Chris Lattnerfix an issue duncan pointed out, which could cause...
2011-01-08 Cameron ZwarichFix coding style issues.
2011-01-08 Cameron ZwarichMake more passes preserve dominators (or state that...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-08 Cameron ZwarichContract subloop bodies. However, it is still important...
2011-01-08 Frits van BommelFix a bug in r123034 (trying to sext/zext non-integers...
2011-01-08 Chris LattnerHave loop-rotate simplify instructions (yay instsimplif...
2011-01-08 Chris Lattnermake this file properly self contained.
2011-01-08 Chris LattnerRevamp the ValueMapper interfaces in a couple ways:
2011-01-08 Chris Lattnertwo minor changes: switch to the standard ValueToValueMapTy
2011-01-08 Eric ChristopherI don't think I could find a 10.2.x box if I tried.
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Bob WilsonUse __builtin_shufflevector to implement vget_low and...
2011-01-07 Bob WilsonAdd an explanatory message for an assertion.
2011-01-07 Matt Beaumont-GayEliminate variable only used in debug builds.
2011-01-07 Devang PatelSpeculatively revert r123032.
2011-01-07 Devang PatelDo not include DataTypes.h in llvm-c/lto.h.
2011-01-07 Evan ChengFix comment. INLINEASM node operand #3 is IsAlignStack...
2011-01-07 Bob WilsonLower some BUILD_VECTORS using VEXT+shuffle.
2011-01-07 Tobias GrosserInstCombine: Match min/max hidden by sext/zext
2011-01-07 Tobias GrosserSome whitespace fixes
2011-01-07 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-07 Evan ChengDBG_VALUE does not have any side effects; it also makes...
2011-01-07 Benjamin KramerRevert 122959, it needs more thought. Add it back to...
2011-01-07 Oscar FuentesDon't use -O3 on Mingw, as people report it as unreliab...
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2011-01-07 Jay FoadRemove all uses of the "ugly" method BranchInst::setUnc...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-07 Benjamin KramerTry to unbreak the arm buildbot.
2011-01-07 Bob WilsonAdd testcases for PR8411 (vget_low and vget_high implem...
next