oota-llvm.git
2010-03-26 Chris Lattnerimprove portability to minix, patch by
2010-03-26 Johnny ChenRemove the duplicate multiclass N3VSh_QHSD and use...
2010-03-26 Bill WendlingIf we mark clean-ups as clean-ups, then it could break...
2010-03-26 Johnny ChenAdd NVExtFrm to represent NEON Vector Extract Instructi...
2010-03-26 Chris Lattnerremove a constructor implementation that isn't declared
2010-03-26 Anton KorobeynikovAdd few missed libcalls and correct names for others.
2010-03-26 Johnny ChenAdd N3RegVShFrm to represent 3-Register Vector Shift...
2010-03-26 Gabor Greiffix iterator name
2010-03-26 Dan GohmanMinor grammar and html fixes.
2010-03-26 Gabor Greifsome more tweaks
2010-03-26 Dan GohmanTell "the rest of the story" about LLVM's iterators...
2010-03-26 Gabor Greiffix formatting and a validation fail
2010-03-26 Gabor Greifadd a blurb on const versions of chain traversals and...
2010-03-26 Dale JohannesenDebug info shouldn't affect kills.
2010-03-26 Devang PatelAdd a paragram describing how to extract line number...
2010-03-26 Gabor Greifhttp://englishplus.com/grammar/00000296.htm
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-26 Jim Grosbachvldm/vstm can only do up to 16 double-word registers...
2010-03-26 Johnny ChenAdd N3RegFrm to represent "NEON 3 vector register forma...
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-26 Evan ChengLiveVariables should clear kill / dead markers first...
2010-03-26 Johnny ChenAdd N2RegVShLFrm and N2RegVShRFrm formats so that the...
2010-03-26 Jeffrey YasskinAvoid leaking argv and env arrays from lli.
2010-03-26 Dan GohmanIgnore debug intrinsics in yet more places.
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-26 Dale JohannesenHandle DEBUG_VALUE in this pass.
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachneed to fix 'make check' tests first. revert for a...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Johnny ChenRemoved instruction class NI from ARMInstrFormats.td.
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-25 Johnny ChenAdd NVDupLnFrm and change NVDupLane class to use that...
2010-03-25 Jim GrosbachARM cortex-a8 doesn't do vmla/vmls well. disable them...
2010-03-25 Johnny ChenAdd NVCVTFrm (NEON Convert with fractional bits immedia...
2010-03-25 Evan ChengAdd nounwind.
2010-03-25 Evan ChengCode clean up.
2010-03-25 Daniel DunbarMC: Stop restarting layout on every relaxation.
2010-03-25 Daniel DunbarFix -Asserts warning, again.
2010-03-25 Jakob Stoklund... Tag SSE2 integer instructions as SSEPackedInt.
2010-03-25 Jakob Stoklund... Teach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Chris Lattnerfix a valgrind error on copy-constructor-synthesis...
2010-03-25 Evan ChengRemove an unused option.
2010-03-25 Daniel DunbarMC: Simplify main section layout process by moving...
2010-03-25 Daniel DunbarMC: Sink Section address assignment into LayoutSection.
2010-03-25 Jakob Stoklund... Add a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-25 Johnny ChenAdded a new instruction class NVDupLane to be inherited...
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Daniel DunbarSketch a few Clang release notes.
2010-03-25 Devang PatelAdd comment.
2010-03-25 John CriswellFixed spurious warning problem noticed by Daniel Dunbar...
2010-03-25 Daniel DunbarMC/Mach-O: Switch to MCSectionData::getOrdinal.
2010-03-25 Evan ChengScheduler assumes SDDbgValue nodes are in source order...
2010-03-25 Daniel DunbarMC: Explicity track section and fragment ordinals.
2010-03-25 Daniel DunbarFix -Asserts warning.
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Devang PatelFix typo.
2010-03-25 Jakob Stoklund... Fix evil TableGen bug in template parameters with defaults.
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Evan ChengRemove a fixme that doesn't make sense any more.
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2010-03-25 Evan ChengMake sure SDDbgValue.Invalid is initialized to false...
2010-03-25 Chris Lattnereliminate a bunch more parallels now that scheduling
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-25 Chris Lattnerreapply 99444/99445, which I speculatively reverted in
2010-03-25 Daniel DunbarMC: Route access to SectionData offset and file size...
2010-03-25 Daniel DunbarMC: Route access to Fragment offset and effective size...
2010-03-25 Eric ChristopherMake sure this runs in 64-bit only, 32-bit won't produc...
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-25 Daniel DunbarMC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd...
2010-03-25 Daniel DunbarMC: Fix refacto in MCExpr evaluation, I mistakenly...
2010-03-25 Evan ChengAvoid being influenced by dbg_value instructions.
2010-03-25 Eric ChristopherFix unused parameter warning.
2010-03-25 Evan ChengDisable folding loads into tail call in 32-bit PIC...
2010-03-25 Dan GohmanDocuemntation corrections from John Myers.
2010-03-24 Chris Lattnerrevert 99444/99445. This doesn't cause the failure of
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Chris Lattneradd a convenient TargetInstrDesc::getNumImplicitUses...
2010-03-24 Chris Lattnerremove dead argument.
2010-03-24 Chris Lattnersplit EmitNode in half to reduce indentation.
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Jim GrosbachMake the use of the vmla and vmls VFP instructions...
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-03-24 Nate BegemanPer chris's request, add some comments.
2010-03-24 Devang PatelUse SP filename directly instead of SP's context's...
2010-03-24 Johnny ChenTrivial formating change.
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Evan ChengMove OptChkCall off LibCallOptimization into StrCpyOpt.
2010-03-24 Dan GohmanTrim #includes.
2010-03-24 Johnny ChenReverted r99326 which added NVdVmVCVTFrm, and later...
2010-03-24 Dan GohmanFix minor style issues.
2010-03-24 Dan GohmanIt's not necessary to call raw_ostream::close explicitl...
next