clean up use of 'explicit'. This is PR934.
[oota-llvm.git] / lib /
2006-10-03 Nick LewyckySimplify, now that predsimplify depends on break-crit...
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-03 Evan ChengRevert previous patch. Still breaking things.
2006-10-03 Bill WendlingFix for PR929. The PHI nodes were being gone through...
2006-10-03 Chris LattnerFix PR932 and Analysis/Dominators/2006-10-02-BreakCritE...
2006-10-03 Evan ChengThese don't have immediate operands.
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-10-02 Jim LaskeyDebugging kruft
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-10-01 Chris LattnerFixme is already done
2006-10-01 Chris LattnerTeach globalsmodref-aa to track scalar pointer global...
2006-10-01 Chris LattnerFix a bug from r1.391 of this file, where we checked...
2006-09-30 Chris LattnerFix debug output
2006-09-30 Chris LattnerImplement SRA of heap allocations.
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-09-30 Chris LattnerAdd some ifdef'd out debug info
2006-09-29 Evan ChengNot needed.
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-29 Chris LattnerDefine this in the correct n/s
2006-09-28 Chris LattnerMinor cleanups
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnerupdate comments
2006-09-28 Chris Lattnerwrap long lines
2006-09-28 Chris LattnerSimplify some code, reformat break's
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris LattnerSimplify some code
2006-09-28 Owen AndersonAnother attempt at making ArgPromotion smarter. This...
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris LattnerShift amounts are always 32-bits, even in 64-bit mode...
2006-09-28 Reid SpencerFix PR902:
2006-09-28 Evan ChengTargetRegisterClass specifies the desired spill alignme...
2006-09-28 Bill Wendling"Once more into the breach, dear friends, once more...
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-28 Chris Lattneradd a note about a general improvement to the code...
2006-09-28 Chris Lattnerremove reference to dead method
2006-09-28 Chris LattnerUse the new ManagedStatic class to explicitly manage...
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-09-28 Chris Lattnerre-re-revert this, back to the right revision. It...
2006-09-28 Evan ChengPEI now place callee save spills closest to the address...
2006-09-28 Chris Lattnerre-revert this patch, bisort and mst are still broken...
2006-09-27 Bill WendlingReapplying this patch. With the newest commits, the...
2006-09-27 Chris Lattnersilence warnings in release build
2006-09-27 Devang PatelFix DFS walk.
2006-09-27 Chris LattnerTemporarily revert this. This breaks Olden/bisort...
2006-09-27 Bill WendlingPR878: Instead of calculating the vreg to PHI use count...
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
2006-09-27 Chris LattnerAdd support for ${:private} which prints "L" on darwin.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Evan ChengRename function. It's determining which callee-save...
2006-09-26 Andrew LenharthComments on JumpTableness
2006-09-26 Jim LaskeyLoad chain check is not needed
2006-09-26 Jim LaskeyChain can be any operand
2006-09-26 Jim LaskeyWrong size for load
2006-09-26 Jim LaskeyCan't move a load node if it's chain is not used.
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-26 Chris Lattnerprint the preds of each MBB
2006-09-26 Chris LattnerCompile:
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Jim LaskeyAccidental enable of bad code
2006-09-25 Jim LaskeyFix chain dropping in load and drop unused stores in...
2006-09-25 Chris Lattnermore notes
2006-09-25 Jim LaskeyCore antialiasing for load and store.
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-24 Andrew Lenharthjump table note
2006-09-24 Evan ChengPIC jump table entries are always 32-bit. This fixes...
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
2006-09-23 Chris LattnerBe far more careful when splitting a loop header, eithe...
2006-09-23 Chris LattnerTeach UpdateDomInfoForRevectoredPreds to handle revecto...
2006-09-23 Chris Lattneradd method, correct comment
2006-09-22 Evan ChengDelete dead code; fix 80 col violations.
2006-09-22 Rafael Espindolaadd a note
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-22 Devang Patelremove extra white spaces.
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-21 Evan ChengMake it work for DAG combine of multi-value nodes.
2006-09-21 Jim Laskeycore corrections
2006-09-21 Jim LaskeyBasic "in frame" alias analysis.
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-21 Chris Lattnerfold (aext (and (trunc x), cst)) -> (and x, cst).
2006-09-21 Chris LattnerCheck the right value type. This fixes 186.crafty...
2006-09-21 Chris Lattnerimplemented
2006-09-21 Chris LattnerCompile:
2006-09-21 Chris LattnerGeneralize (zext (truncate x)) and (sext (truncate...
2006-09-21 Chris LattnerFit in 80-cols
2006-09-21 Chris LattnerFix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
2006-09-21 Nick LewyckyFix compile error.
2006-09-21 Nick LewyckyDon't rewrite ConstantExpr::get.
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-20 Andrew LenharthAccount for pseudo-ops correctly
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-20 Chris LattnerWrap some darwin'isms with isDarwin checks.
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
next