oota-llvm.git
2007-05-29 Owen AndersonUse proper debugging facilities so other people don...
2007-05-29 Owen AndersonComment debug code out that I accidentally uncommented...
2007-05-29 Owen AndersonAdd a place where I missed using the maximal set. ...
2007-05-29 Evan ChengIf there is an empty block between a source and its...
2007-05-29 Owen AndersonVery first part of a GVN-PRE implementation. It curren...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-05-29 Chris Lattnermore fixes to C code.
2007-05-29 Bill WendlingFixed some formatting.
2007-05-29 Bill WendlingAdded "llvmc" to the FAQ.
2007-05-29 Bill WendlingAdded "doc_class" div tags to code segments.
2007-05-29 Bill WendlingFix for PR1452. Removed "define" keyword from the C...
2007-05-27 Chris LattnerAdd a new LLVMBuilder class, which makes it simpler...
2007-05-26 Zhou ShengCorrect the logic in LowerPartSet which cleared the...
2007-05-25 Chris Lattnertighten up recursion depth again
2007-05-25 Devang PatelDisable Tail Merging for now.
2007-05-25 Evan ChengSilly boog.
2007-05-24 Chris Lattnerremove contradiction owen noticed
2007-05-24 Chris LattnerFix PR1446 by not scalarrepl'ing giant structures.
2007-05-24 Chris Lattnertestcase for PR1446
2007-05-24 Dale JohannesenBlocks that cond-br and uncond-br/fallthrough to same...
2007-05-24 Dale JohannesenFix for PR1444: do not create two successors to the...
2007-05-24 Zhou ShengCompute the correct word number.
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-24 Dan GohmanAdd explicit qualification for namespace MVT members.
2007-05-24 Dan GohmanAdd cases for v2f32.
2007-05-24 Evan ChengFix a typo that caused combiner to create mal-formed...
2007-05-24 Evan ChengAdd a new test case.
2007-05-23 Dale Johannesentail merging shrinks this code a bit. Could do more...
2007-05-23 Dale JohannesenTwo tail merging improvements:
2007-05-23 Devang PatelAdd dump() routines for debugging assistance.
2007-05-23 Anton KorobeynikovMark all calls as "could throw", when exceptions are...
2007-05-23 Chris Lattnerprevent exponential recursion in isNegatibleForFree
2007-05-23 Evan ChengPreliminary iterative if-conversion support.
2007-05-23 Evan ChengHooks for predication support.
2007-05-23 Evan ChengRename a parameter.
2007-05-23 Evan ChengAdd a couple of target hooks for predication.
2007-05-23 Chris Lattnerwhen merging two alias sets together, be sure to propag...
2007-05-23 Chris Lattnernew testcase for PR1435
2007-05-23 Chris Lattnermake these accessors private.
2007-05-23 Devang PatelIf user wants to run instcombine twice, do not block it.
2007-05-23 Chris Lattnerfinal updates
2007-05-23 Chris Lattnerfix a miscompilation when passing a float through varargs
2007-05-22 Reid SpencerThe Intrinsic::getDeclaration function's Tys parameter...
2007-05-22 Reid SpencerReinstate the patch for escaping non-printing character...
2007-05-22 Reid SpencerRegenerate.
2007-05-22 Reid SpencerDon't allow the UnEscape code to read or write beyond...
2007-05-22 Reid SpencerRegenerate.
2007-05-22 Reid SpencerImplement full unescaping of escaped hex characters...
2007-05-22 Dale JohannesenDocument boolOrDefault and its parser.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Owen AndersonSilence a warning.
2007-05-22 Dale Johannesennew testcases for -enable-tail-merge default handling
2007-05-22 Dale JohannesenTest assumes tail merging is off; this must now be...
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Chris Lattnertemporarily revert reid's asmwriter patch, it is missin...
2007-05-22 Chris Lattnernew testcase for a recent regression
2007-05-22 Chris Lattnerupdate comment
2007-05-22 Chris Lattnerregenerate
2007-05-22 Chris Lattnersimplify code
2007-05-22 Tanya LattnerNightlyTest.pl does not exist.
2007-05-22 Tanya LattnerAdding 2.0 release
2007-05-22 Bill WendlingWe only need to specify the most-implied feature for...
2007-05-22 Evan ChengConsistency.
2007-05-21 Evan ChengAdd test for PR1259.
2007-05-21 Evan ChengFix some -march=thumb regressions. tBR_JTr is not predi...
2007-05-21 Dale JohannesenUse AXI3 not AXI2 for appropriate PIC PC-relative loads...
2007-05-21 Evan ChengIf-convert early exit blocks (returns, etc.); bug fixes...
2007-05-21 Dale JohannesenAdd some patterns for PIC PC-relative loads and stores.
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-21 Duncan SandsOnly emit one entry in the exception action table for...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-20 Bill WendlingUpdate
2007-05-19 Reid SpencerGet the order of the hext digits right!
2007-05-19 Reid SpencerAdjust how LLVM names are produced:
2007-05-19 Reid SpencerMake sure we can round-trip an escaped value in a name.
2007-05-19 Reid SpencerRegenerate
2007-05-19 Reid SpencerMake the %"..." syntax legal for local name. This just...
2007-05-19 Chris LattnerFix Transforms/InstCombine/2007-05-18-CastFoldBug.ll...
2007-05-19 Chris Lattnernew testcase
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
2007-05-19 Chris Lattneradd source
2007-05-19 Chris LattnerHandle negative strides much more optimally. This...
2007-05-19 Chris Lattnernew testcase
2007-05-19 Chris Lattnersame patch as the previous one, but the symmetric case
2007-05-19 Chris LattnerDisable the (A == (B-A)) -> 2*A == B xform when the...
2007-05-19 Chris Lattnernew testcase
2007-05-19 Reid SpencerFix an assertion introduced by my last change to the...
2007-05-18 Dan GohmanApply this patch:
2007-05-18 Chris Lattneradd a note
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-18 Evan ChengClean up.
2007-05-18 Evan ChengChange to depth-first traversal.
2007-05-18 Dale JohannesenDocument an inefficiency in tail merging.
2007-05-18 Dan GohmanUse MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VA...
2007-05-18 Dan GohmanQualify calls to getTypeForValueType with MVT:: too.
2007-05-18 Evan ChengSome restructuring in preparation for most aggressive...
2007-05-18 Dan GohmanQualify several calls to functions in the MVT namespace...
2007-05-18 Evan ChengWatch out for blocks that end with a return.
next