oota-llvm.git
2010-02-28 Chris Lattneradd some random nounwinds.
2010-02-28 Chris LattnerI'm removing andersaa after the branch is made.
2010-02-28 Chris Lattnersimplify this code, return only ever has zero or one...
2010-02-28 John McCallProperly clear all the extra bits in a significand...
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 Erick TryzelaarAdd support for getting a null pointer.
2010-02-28 Erick TryzelaarAdd a way to look up a type by it's name in a module.
2010-02-28 Erick TryzelaarAdd replace_all_uses_with to ocaml.
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Chris Lattnerremove redundant instruction.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-28 Erick TryzelaarRename ocaml vmcore tests to make it easier to insert...
2010-02-28 Erick TryzelaarFix incorrect uses of an ocaml llbuilder without extrac...
2010-02-28 Erick TryzelaarRemove malloc and free from the ocaml bindings.
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-28 Chris Lattnerenhance EmitNodeMatcher to keep track of the recorded...
2010-02-28 Chris Lattneradd infrastructure to support forming selectnodeto...
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-28 Chris LattnerGeneralize my hack to use SDNodeInfo to find out when a
2010-02-28 Dan GohmanImplement XMM subregs.
2010-02-28 Dan GohmanDon't unconditionally suppress hoisting of instructions...
2010-02-27 Dan GohmanAdd nounwinds.
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerchange CheckOpcodeMatcher to hold the SDNodeInfo instead of
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-27 Chris Lattneradd another case from the ppc backend. This is obvious...
2010-02-27 Chris Lattnerfix an incorrect (overly conservative) predicate.
2010-02-27 Chris Lattnerfix logic in DEBUG.
2010-02-27 Chris Lattnerteach the optimizer that opcode == ISD::STORE is contr...
2010-02-27 Chris Lattnerfix grammaro's pointed out by daniel
2010-02-27 Chris LattnerTeach the grouper some simple tricks about looking...
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-27 Chris Lattneruse DEBUG instead of DebugFlag directly so that this
2010-02-27 Chris Lattnerimplement a new optimization to sink pattern predicates...
2010-02-27 Bill WendlingThe TType is always absptr on Mach-O...at least for...
2010-02-27 Jeffrey YasskinFix the ocaml bindings for the bitcode reader.
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2010-02-26 Chris LattnerFix rdar://7694996 a miscompile of 183.equake from...
2010-02-26 Chris Lattnerremove dead code, by this point all uses of CI are...
2010-02-26 Jeffrey YasskinTest that docs are updating.
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Johnny ChenAdded the follwoing 32-bit Thumb instructions for disas...
2010-02-26 Jakob Stoklund... Merge PPC instructions FMRS and FMRD into a single...
2010-02-26 Dan GohmanFix grammaro in a comment.
2010-02-26 Dan GohmanUse the right svn:keywords value.
2010-02-26 Dan GohmanAdd Revision keywords to these files, as it's common...
2010-02-26 Bill WendlingComment typo.
2010-02-26 Chris Lattnerdon't build edis if the x86 target isn't enabld.
2010-02-26 Dan GohmanImprove the vim code for highlighting trailing whitespa...
2010-02-26 Tanya LattnerTest autoupdate.
2010-02-26 Tanya LattnerTest auto update.
2010-02-26 Dan GohmanAdd the alignstack keyword.
2010-02-26 Dan GohmanRemove bogus Updated line.
2010-02-26 Jakob Stoklund... Use the right floating point load/store instructions...
2010-02-26 Jakob Stoklund... Remove dead code
2010-02-26 Jeffrey YasskinRemove REQUIRES_EH from the suggested set of make varia...
2010-02-26 Benjamin KramerReplace a temporary std::string with SmallString.
2010-02-26 Dan GohmanFix typos in comments.
2010-02-26 Dan GohmanDelete empty directories.
2010-02-26 Dale JohannesenMove dbg_value generation to target-independent FastISel,
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-26 Dale JohannesenAdd type printing for Metadata pseudo.
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-26 Sanjiv Guptadisable-mem2reg and disable-gvn options should not...
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-26 Chris Lattnerpass in more section kinds, enough to get the .align...
2010-02-26 Sanjiv GuptaThe cloner has nothing to do if any of the main or...
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-26 Jeffrey YasskinSet svn:keywords property on docs/Packaging.html.
2010-02-26 Jeffrey YasskinAdd to the packaging advice.
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Dan Gohmanmovl is a cheaper way to materialize 0 without clobberi...
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Chris Lattneradd some helpful comments to the emitter
2010-02-26 Chris Lattnerswitch from my nice hashtable based merging solution...
2010-02-26 Chris Lattnerfix same bug in CheckChainCompatibleMatcher::isEqualImpl
2010-02-26 Chris Lattnerfix a nasty bug in CheckTypeMatcher::isEqualImpl
2010-02-26 Chris Lattnerfinish off the factoring optimization along the lines...
2010-02-26 Chris Lattneradd a new setNumChildren method for resizing scopes...
2010-02-26 Sanjiv GuptaCurrently in LLVM, names of libcalls are assigned durin...
2010-02-26 Chris Lattnerfix the matcher in the presence of multiple scopes...
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-26 Chris Lattnerthis file lacks a run line!
2010-02-26 Dan GohmanFix a typo.
2010-02-26 Dan GohmanDelete a bunch of redundant predicates.
2010-02-26 Bill WendlingFix comments.
2010-02-26 Jeffrey YasskinGive packagers some advice about how to build LLVM...
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Dan GohmanFix a few more typos.
next