s/ETNode::getChildren/ETNode::getETNodeChildren/g
[oota-llvm.git] / lib /
2007-06-04 Devang Patels/ETNode::getChildren/ETNode::getETNodeChildren/g
2007-06-04 Owen AndersonDon't use std::set_difference when the two sets are...
2007-06-04 Owen AndersonFix a bunch of small bugs, and improve the debugging...
2007-06-04 Chris LattnerWhen rebuilding constant structs, make sure to honor...
2007-06-04 Evan ChengGlobal ctors / dtors alignment shouldn't be hard-coded...
2007-06-04 Evan ChengForgot to check for if iterator reached the end.
2007-06-04 Evan ChengMisuse of hasExternalLinkage(), should be checking...
2007-06-04 Owen AndersonMake phi_translate correct.
2007-06-04 Devang PatelAdd FIXMEs.
2007-06-04 Devang Patels/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
2007-06-04 Devang PatelAdd basic block level interface to change immediate...
2007-06-04 Dan GohmanPass the DAG to SDNode::dump to let it do more detailed...
2007-06-04 Dan GohmanResolve implicit alignment before computing the Folding...
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-06-04 Evan ChengLet IfConverter loose. Allow more aggressive subsumptio...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Owen AndersonDon't use the custom comparator where it's not necessary.
2007-06-03 Anton KorobeynikovAdd comments to fallsthrough cases. Also, this fixes...
2007-06-03 Anton KorobeynikovCheck arguments & return types of main(). Abort in...
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-06-03 Owen AndersonRemove an unused method.
2007-06-03 Owen AndersonThere's no need to have an Expression class... Value...
2007-06-02 Chris Lattnerupdate this entry, now that Anton implemented shift...
2007-06-02 Duncan SandsThe semantics of invoke require that we always jump...
2007-06-02 Duncan SandsIntegrate exception filter support and exception catch...
2007-06-02 Zhou ShengMake LowerCTPOP() support arbitrary bitwidth integer...
2007-06-02 Dale JohannesenFix CorrectExtraCFGEdges to allow for multiple LandingP...
2007-06-01 Dale JohannesenFancier algorithm in tail-merge comment implemented...
2007-06-01 Dale JohannesenImplement smarter algorithm for choosing which blocks...
2007-06-01 Reid SpencerFor PR1486:
2007-06-01 Devang PatelInsert new instructions in AliasSet.
2007-06-01 Owen Andersonclean() needs to process things in topological order.
2007-06-01 Evan ChengOpcode modifier s comes after condition code. e.g....
2007-06-01 Evan ChengCorrectly mark early-exit on the false path.
2007-06-01 Owen AndersonFix Expression comparison, which in turn fixes a value...
2007-06-01 Evan ChengSet ARM ifcvt duplication limit to 3 for now.
2007-06-01 Duncan SandsSince TypeInfos are passed as i8 pointers, a NULL TypeI...
2007-06-01 Evan ChengIfcvt triangle: don't ifcvt 'true' BB if it has other...
2007-06-01 Evan ChengMake jumptable non-predicable for now.
2007-06-01 Evan ChengRemove a bogus check. Even terminators in a ifcvt need...
2007-06-01 Evan ChengAllow multiple ifcvt candidates to share children block...
2007-05-31 Owen AndersonAdd a topological sort function.
2007-05-31 Dale JohannesenArrange for only 1 of multiple branches to landing...
2007-05-31 Evan ChengFix a typo.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-31 Lauro Ramos VenancioFix PR1424.
2007-05-31 Owen AndersonAttempt to fix up phi_translate.
2007-05-30 Evan ChengChange traversal order to bottom up in preparation...
2007-05-30 Chris LattnerFix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll...
2007-05-30 Devang PatelFix typo.
2007-05-30 Chris LattnerFix Transforms/ScalarRepl/2007-05-29-MemcpyPreserve...
2007-05-30 Dale JohannesenChanged per review comment.
2007-05-29 Dale JohannesenMake stable_sort in tail merging actually be stable...
2007-05-29 Evan ChengDon't merge in tail block of a diamond if it has more...
2007-05-29 Evan ChengFor VFP2 fldm, fstm instructions, the condition code...
2007-05-29 Owen AndersonFix a typo
2007-05-29 Evan ChengFor ldrb, strh, etc., the condition code is before...
2007-05-29 Owen AndersonRe-fix a bug, where I was now being too aggressive.
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-26 Zhou ShengCorrect the logic in LowerPartSet which cleared the...
2007-05-25 Chris Lattnertighten up recursion depth again
2007-05-25 Evan ChengSilly boog.
2007-05-24 Chris LattnerFix PR1446 by not scalarrepl'ing giant structures.
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-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 Chris Lattnerwhen merging two alias sets together, be sure to propag...
2007-05-23 Devang PatelIf user wants to run instcombine twice, do not block it.
2007-05-23 Chris Lattnerfix a miscompilation when passing a float through varargs
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 Johannesenname change requested by review of previous patch
2007-05-22 Owen AndersonSilence a warning.
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 Lattnerupdate comment
2007-05-22 Chris Lattnerregenerate
2007-05-22 Chris Lattnersimplify code
next