oota-llvm.git
2006-06-16 Chris LattnerFix Regression/Linker/2006-06-15-GlobalVarAnment.ll
2006-06-16 Chris LattnerNew testcase, the linker is not merging alignments...
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2006-06-15 Chris LattnerTeach the local allocator to know that live-in values...
2006-06-15 Chris LattnerAdd a note that Nate noticed.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Jim LaskeyWas pointed out that structure alignment and type align...
2006-06-15 Jim LaskeyMake sure global doubles and vectors are aligned properly.
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-15 Chris LattnerImplement Transforms/InstCombine/bswap.ll, turning...
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...
2006-06-15 Chris LattnerFix building on case-sensitive file systems, grr :)
2006-06-15 Reid SpencerActually add instructions to the list of defined values...
2006-06-15 Jim LaskeyAlignment of globals has not been quite right. Needed...
2006-06-15 Evan ChengVector extract / insert index operand should have ptr...
2006-06-15 Evan ChengType of extract_element index operand should be iPTR.
2006-06-15 Evan ChengType of vector extract / insert index operand should...
2006-06-15 Evan ChengConsistency. EXTRACT_ELEMENT index operand should have...
2006-06-15 Evan ChengAssert. Rather than silently stop printing.
2006-06-15 Evan ChengAvoid undesirable behavior when assert is not enabled.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-15 Evan ChengAllow more use of iPTR in patterns.
2006-06-14 Evan ChengX86 call instructions can take variable number of opera...
2006-06-14 Evan ChengAdded support for variable_ops.
2006-06-14 Chris Lattneradd a note
2006-06-14 Chris Lattnernew testcase, not currently working.
2006-06-14 Evan ChengFix support for optional input flag.
2006-06-14 Evan ChengAdd argument registers to the end of call operand list...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-06-14 Chris LattnerFix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI...
2006-06-14 Chris Lattnernew testcase, distilled from povray
2006-06-14 Owen AndersonWhen asked not to delete useless PHIs, really don't...
2006-06-14 Chris LattnerUse the PotDoms map to memoize 'dominating value' looku...
2006-06-13 Evan ChenggetOperandNum(): error if specified operand number...
2006-06-13 Owen AndersonFix another instance where PHI nodes need special treat...
2006-06-13 Owen AndersonUpdate isLCSSAForm to handle PHI nodes specially for...
2006-06-13 Andrew LenharthI am sure I had commited this workaround before. Perha...
2006-06-13 Owen AndersonFix a bug that was causing major slowdowns in povray...
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-06-13 Chris LattnerPort some bugfixes in shift handling from SimplifyDeman...
2006-06-13 Jim LaskeyMy original test case was bogus. Reverting to crasher...
2006-06-13 Jim LaskeyTests to make sure that ComputeMaskedBits discards...
2006-06-13 Jim LaskeyTargetLowering::ComputeMaskedBits was not clearing...
2006-06-13 Evan ChengCygwin support: use _alloca to allocate stack if >...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-13 Chris LattnerDecribe the "implementation" keyword.
2006-06-12 Chris LattnerGaar! Don't use r11 for CR save/restore, use R0. ...
2006-06-12 Chris LattnerFix spilling and reloading of CR regs to reload the...
2006-06-12 Owen AndersonReapply my 6/9 changes. The bug Evan saw no longer...
2006-06-12 Chris LattnerFix an infinite loop on Transforms/SimplifyCFG/2006...
2006-06-12 Chris LattnerTEstcase that makes simplifycfg infloop.
2006-06-12 Chris LattnerAdd a new -compileflags options, remove old externals...
2006-06-12 Chris LattnerMake sure to update the CFG correctly if a switch only...
2006-06-12 Chris LattnerNew testcase that crashes llc
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-06-12 Andrew LenharthStart on my todo list
2006-06-12 Rafael Espindolalower more then 4 formal arguments. The offset is curre...
2006-06-12 Owen AndersonFix for 2006-06-26-MultipleExitsSingleBlock.
2006-06-12 Owen AndersonMake sure that LCSSA works properly when it encounters...
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-10 Chris LattnerAdd a missing assertion that would have helped out...
2006-06-10 Chris LattnerWork around a nasty tblgen bug where it doesn't add...
2006-06-10 Chris LattnerFix a problem exposed by the local allocator. CALL...
2006-06-09 Chris LattnerWrap to 80 cols
2006-06-09 Chris LattnerAfter telling GCC to type of the input file with -x...
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-09 Owen AndersonAdd LCSSA as a requirement for LoopUnswitch, and assert...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-09 Evan ChengComments to appease sabre.
2006-06-09 Evan ChengMinor compilation speed improvement.
2006-06-09 Evan ChengRewriteExpr, either the new PHI node of induction varia...
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-08 Chris LattnerFix X86/inline-asm.ll:test2, a case where an input...
2006-06-08 Chris LattnerAdd new testcase
2006-06-08 Chris LattnerFix Regression/CodeGen/X86/inline-asm.ll, a case where...
2006-06-08 Chris LattnerNew testcase, using "AX" as i32.
2006-06-08 Reid SpencerSquelch a warning about signed/unsigned.
2006-06-08 Chris LattnerAdd support for "m" inline asm constraints.
2006-06-08 Chris LattnerFix an assert-on-inline-inline-asm bug.
2006-06-08 Reid SpencerFor PR804:
2006-06-08 Vladimir PrusRemove dead code.
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-08 Chris LattnerThis no longer needs plugins, this it doesn't need...
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Reid SpencerShorten a value description so --help out isn't so...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-06-07 Chris LattnerFix a bug where the types for inlineasm nodes were...
2006-06-07 Reid SpencerPrevious version of this file wasn't supposed to be...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFix a spello in a comment.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Evan ChengAdd -extraflags FLAGS to pass extra compilation options.
2006-06-07 Chris LattnerRemove useless noop argument
2006-06-06 Chris LattnerFix a bug in the following scenario.
2006-06-06 Evan ChengAdded X86FunctionInfo subclass of MachineFunction to...
next