oota-llvm.git
2009-04-25 Chris Lattnerimprove documentation on build configurations, patch by
2009-04-25 Chris Lattneradd testcase for strange types of gep indices
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-25 Chris Lattnerimprove documentation around memory lifetimes,
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-25 Chris Lattnertestcase and asmparser fix for PR4066
2009-04-25 Chris LattnerAllow aliasee to be a GEP or bitcast instead of just...
2009-04-25 Chris LattnerUpdate docs to not mention gcse/loadvn and mention...
2009-04-25 Bill WendlingUse intptr_t.
2009-04-25 Mon P Wangsize() should return a size_t; avoids a warning for...
2009-04-25 Evan ChengReuse unused val#'s to avoid running out of memory...
2009-04-25 Chris LattnerDenseMap.h needs <new> because it explicitly calls...
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-25 Chris Lattneradd support for detecting process features on win64...
2009-04-25 Dan GohmanRefactor the code to grab the low and high parts of...
2009-04-25 Dan GohmanReturn null instead of false, as appropriate.
2009-04-25 Dan GohmanAdd several more icmp simplifications. Transform signed...
2009-04-25 Dan GohmanAdd a top-level comment about DAGCombiner's role in...
2009-04-25 Dan GohmanHandle ands with 0 and shifts by 0 correctly. These...
2009-04-25 Torok EdwinFix g++-4.4.0 warning, it was causing llvm-nm to fail...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-25 Sanjiv GuptaFixed the gep example for i16 type indices.
2009-04-25 Bob WilsonChange LowerCallResult method so that CCValAssign:...
2009-04-24 Dale JohannesenFix PR 4057, a crash doing float->char const folding.
2009-04-24 Bob WilsonAdjust a comment to reflect what the code does. Splitt...
2009-04-24 Bob WilsonFix up some problems with getCopyToReg and getCopyFromR...
2009-04-24 Gabor GreifUse a bigger hammer to coerce subversion into english.
2009-04-24 David GreeneFix multiclass inheritance to limit value resolution...
2009-04-24 Bob WilsonRemove unnecessary references to f32 types. After...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-24 Sanjiv GuptaFixed spaces and the getelementpointer example with...
2009-04-24 Rafael EspindolaFix PR 4004 by including the call to __tls_get_addr...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Chris Lattnerfix a typo noticed by duncan
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-24 Nate BegemanPR2957
2009-04-24 Dan GohmanInstead of requiring TLI.LowerCallTo to return an ISD...
2009-04-24 Sanjiv GuptaAllow i16 type indices to gep.
2009-04-23 Dan GohmanFactor out a bit of code that appears in several places...
2009-04-23 Dan GohmanHandle Void types in ComputeValueVTs. This doesn't...
2009-04-23 Dan GohmanFix spurious indentation in a comment.
2009-04-23 David GreeneFix a documentation bug.
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-23 Evan ChengUpdate comments.
2009-04-23 Evan ChengFix an obvious type.
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2009-04-23 Dale JohannesenTestcase for 69795.
2009-04-23 Dan GohmanFix an error in this test.
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-23 Sanjiv GuptaBanksel immediate constant will always immediately...
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-23 Owen AndersonTestcase for PR2639.
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-04-23 Dan GohmanAdd support for printing MO_ExternalSymbol operands in
2009-04-23 Dan GohmanAdd more ulimit limits, to catch more kinds of runaway...
2009-04-23 Owen AndersonUse the testcase from PR2791.
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengA few more places where the check of use_empty is needed.
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 Duncan SandsTestcase for PR2958.
2009-04-22 Devang PatelFix cut-n-pasto.
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-22 Dan GohmanSimplify trivial cast-of-cast SCEVs.
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-22 Dan GohmanUse BasicBlock::iterator instead of Instruction* for...
2009-04-22 Dan GohmanMake SCEVExpanders private methods private, instead...
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-04-22 Dan GohmanISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an exampl...
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
2009-04-22 Duncan SandsThese tests are x86 specific.
2009-04-22 Owen AndersonReal fix for PR3549, by using caching for predecessor...
2009-04-22 Owen AndersonAdd caching of predecessor counts as well as predecesso...
2009-04-22 Owen AndersonUse PredIteratorCache in LCSSA, which gives a 37% overa...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-21 Chris Lattneruse predicate instead of hand-rolled loop
2009-04-21 Dan GohmanDe-pImpl-ify ScalarEvolution. The pImpl pattern doesn...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-21 Devang PatelTest case for revision 69683.
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
2009-04-21 Anton KorobeynikovSilence warnings.
2009-04-21 Anton KorobeynikovDrop obsolete reference to __eprintf.
2009-04-21 Anton Korobeynikov'The "or die" is intended to catch the case where nm...
2009-04-21 Duncan SandsGet rid of what looks like a copy-and-pasted typo.
2009-04-21 Rafael EspindolaTLS_addr64 and TLS_addr32 define RDI and EAX. They...
2009-04-21 Sanjiv GuptaHandle direct aggregate type arguments.
2009-04-21 Dan GohmanTeach ScalarEvolution how to recognize zext-inreg and...
2009-04-21 Dan GohmanThis FIXME is fixed, now that SCEV understands pointers.
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanUsage getAnalysisToUpdate for TargetData, per PR760.
2009-04-21 Dan GohmanIntroduce encapsulation for ScalarEvolution's TargetDat...
2009-04-21 Dan GohmanMove some assertion checks so they can do more complete...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
next