oota-llvm.git
2010-03-28 Chris Lattneradd some nounwinds
2010-03-28 Chris Lattnerthis takes an insane amount of time to run, disable...
2010-03-28 Chris Lattnerstop using vnot_conv
2010-03-28 Chris Lattnerrevert r99743, this is saying that the repmovs instruct...
2010-03-28 Chris Lattnerremove a bunch of dead patterns.
2010-03-28 Chris Lattnervalidate that input sdnodes don't exist in an output...
2010-03-28 Chris Lattnereliminate a bunch of code duplication in ParseTreePattern
2010-03-28 Chris Lattneradd some node definitions.
2010-03-28 Chris LattnerSDTCisVT<0, isVoid> is not valid, reject it.
2010-03-28 Chris Lattnerclaiming to return other is pointless.
2010-03-28 Chris Lattnercomply with the wishes of a fixme.
2010-03-28 Chris Lattnernow that (parallel) is gone and a variety of bugs in...
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-28 Chris Lattnerdon't add nodes to the now-dead nodes list multiple...
2010-03-28 Chris LattnerImprove systemz to model cmp and ucmp nodes as returning
2010-03-28 Chris Lattnerthe FPCmp node returns an i32.
2010-03-28 Chris Lattnerfix some modelling problems exposed by a patch I'm...
2010-03-28 Chris Lattnerdon't add flag nodes with chain results to the NowDeadNodes
2010-03-28 Jeffrey YasskinOops, r98447 dropped the reference to ForwardType in...
2010-03-27 Chris Lattnerfix a long standing fixme, which required fixing a...
2010-03-27 Chris Lattnerfix CodeGenTarget::getRegisterVTs to not return the
2010-03-27 Chris Lattnerhoist some funky logic into CodeGenInstruction
2010-03-27 Chris Lattnercontinue pushing tblgen's support for nodes with multiple
2010-03-27 Chris Lattnerimprove -debug-only=isel comments for cases when we...
2010-03-27 Chris Lattnerfix a bug in my recent patch that increased opcode...
2010-03-27 Chris Lattnerrevert r99719 which is breaking the botz.
2010-03-27 Dan GohmanMake llvm-ld remove its output files in the event of...
2010-03-27 Dan GohmanGive FileRemover a default constructor to allow FileRem...
2010-03-27 Dan GohmanNo need to check the same condition twice.
2010-03-27 Dan GohmanAdd a comment.
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-27 Jeffrey YasskinRemove another memory leak from ABCD by using Edges...
2010-03-27 Jeffrey YasskinIn ABCD, change the non-null Bound*s to Bound&s.
2010-03-27 Jeffrey YasskinFix a memory leak in ABCD by giving ownership of Bound...
2010-03-27 Jeffrey YasskinXFAIL a new tblgen test for memory leak checking.
2010-03-27 Jeffrey YasskinAvoid leaking the memory allocated for GlobalVariables...
2010-03-27 Bob WilsonFix indentation.
2010-03-27 Bob WilsonAdd a format argument to the N3V and N3VX classes,...
2010-03-27 Chris Lattnerremove parallel support.
2010-03-27 Chris Lattnereliminate the last of the parallel's!
2010-03-27 Eric ChristopherWhen we promote a load of an argument make sure to...
2010-03-27 Bill WendlingForgot the part where we handle the ".llvm.eh.catch...
2010-03-27 Bill WendlingReturn if we changed anything or not.
2010-03-27 Bill WendlingIf a selector has a call to ".llvm.eh.catch.all.value...
2010-03-27 Johnny ChenAdd NVMulSLFrm to represent "3-register multiply with...
2010-03-27 Chris Lattnereliminate almost all the rest of the x86-32 parallels.
2010-03-27 Chris Lattnerbump FIRST_TARGET_MEMORY_OPCODE back up, there is no...
2010-03-27 Jim GrosbachThumb2 storeFrom/LoadToStackSlot() need to handle tGPR...
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.
next