oota-llvm.git
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
2011-01-11 Eric ChristopherMove ExpandAtomic into the integer expansion routines...
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-10 Eric ChristopherExpand on the safeness of restoring the sp from the...
2011-01-10 Dale JohannesenFix PR 8916 (qv for analysis), at least the immediate...
2011-01-10 Chris Lattner+0.0 vs -0.0 differences can be handled by looking...
2011-01-10 Daniel DunbarMcARM: Flush out hard coded known non-predicated mnemon...
2011-01-10 Daniel DunbarMcARM: Mark some T2 ...s instructions as codegen only...
2011-01-10 Daniel DunbarARM/MC: Mark several '...S' instructions as codegen...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Minor nitty fixes.
2011-01-10 Daniel DunbarMC/AsmMatcher: Fix indirect 80-col viola.
2011-01-10 Anton KorobeynikovFix merge fallout
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Split out SplitMnemonicAndCC().
2011-01-10 Chandler CarruthCleanup some of the constant folding code to consistent...
2011-01-10 Chris Lattnerfit in 80 cols and use MBB::isSuccessor instead of...
2011-01-10 Chandler CarruthTeach instcombine about the rest of the SSE and SSE2...
2011-01-10 Jakob Stoklund... Simplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-10 Chandler CarruthFold two related tests into the newly FileCheck-ized...
2011-01-10 Chandler CarruthClean up and FileCheck-ize a test.
2011-01-10 Michael J.... Fix Whitespace.
2011-01-10 Michael J.... Support/Path: Deprecate PathV1::exists and replace...
2011-01-10 Chris Lattneranother random stab in the dark trying to fix llvm...
2011-01-10 Chris Lattnerfix typo
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.
next