oota-llvm.git
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-23 Dale JohannesenPut const weak stuff in appropriate section on Darwin.
2008-05-23 Dale JohannesenMake LTO expect common and weak to be represented diffe...
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-22 Evan ChengX86CodeEmitter should not set PIC style to None at...
2008-05-22 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-22 Dan GohmanAdd a polygen grammar definition for LLVM assembly...
2008-05-22 Dan GohmanRecognize the "default" keyword, which is documented...
2008-05-22 Evan ChengAdd a couple of test cases.
2008-05-22 David GreeneWhen rewriting defs and uses after spilling, don't...
2008-05-22 David GreeneDon't attempt to update SpillSlotToUsesMap for stack...
2008-05-22 Gabor Greiftransform more loops to iterator form, detabify
2008-05-22 Evan ChengAdd missing patterns.
2008-05-22 Gabor GreifSuppress warnings about missing placement delete. This...
2008-05-22 Gabor GreifRewrite operand loops to use iterators. This shrinks...
2008-05-22 Chris Lattnerfix an off-by-one error in my previous patch, don't...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-22 Chris LattnerFix PR2267, by allowing indirect outputs to be intermixed
2008-05-22 Chris Lattnertestcase for PR2267
2008-05-22 Chris LattnerFree and vaarg are not really volatile.
2008-05-22 Chris Lattnerrewrite the validity checking for memory promotion...
2008-05-22 Chris Lattnerminor edits
2008-05-22 Chris LattnerUse 'continue' to reduce nesting in this loop. No...
2008-05-21 Dan GohmanAdd a Type::isSingleValueType method. This will be...
2008-05-21 Evan ChengFix PR2343. An *interesting* coalescer bug.
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-21 Gabor Greifupdate a comment
2008-05-21 Gabor Greifadapt to new API
2008-05-21 Evan ChengRename -no-lazy to -disable-lazy-compilation.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-21 Gabor Greifresurrect lost tests by renaming them to not end with .tr
2008-05-21 Gabor Greifsuppress gcc3.4.6's <no value returned> warnings
2008-05-21 Dan GohmanWhen LSR is replacing an instruction, call
2008-05-20 Bill WendlingReverting r51218 because of breakage on PPC32.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-20 Dan GohmanOops, commit the version of this test that actually...
2008-05-20 Dan GohmanPort SelectionDAG's ComputeNumSignBits-using code to...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Dan GohmanPort the fix for the select operator from instcombine's
2008-05-20 Dan GohmanCode simplification.
2008-05-20 Chris LattnerClarify that and/or/xor/sdiv etc all allow vectors.
2008-05-20 Chris LattnerClarify copyright transfer when you don't own the copyr...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-20 Evan Chengmovsd and movq do not require 16-byte alignment. This...
2008-05-20 Chris Lattner"The two generated files in the AsmParser.vcproj are...
2008-05-20 Matthijs KooijmanClarify the testing documentation a bit and solve two...
2008-05-20 Evan ChengMore local spiller complexity!
2008-05-20 Evan ChengDon't spill dead def.
2008-05-20 Matthijs KooijmanFix typo.
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-20 Chris Lattnerfix two issues Neil noticed, thanks!
2008-05-20 Chris LattnerAdd a bool to isEdgeFeasible that tells it whether...
2008-05-20 Dan GohmanFix ExecutionEngine's constant code to work properly...
2008-05-20 Dan GohmanRefine the fix in r51169 to only apply when the operand...
2008-05-20 Evan ChengrunOnMachineFunction should set IsPIC because relocatio...
2008-05-20 Dan GohmanMake AssociativeOpt static.
2008-05-20 Dan GohmanRun vortex-bug as x86-64, which is what the original...
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Devang PatelDo not erase induction variable increment if it is...
2008-05-19 Dan GohmanAdd a ComputeNumSignBits function for use by instcombin...
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-19 Chris Lattnerswitch to Type::getFPMantissaWidth instead of reinventi...
2008-05-19 Chris Lattneradd a helper method.
2008-05-19 Chris Lattnerminor cleanups, teach instcombine that sitofp/uitofp...
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-19 Chris Lattnerremove debug output
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-05-19 Duncan SandsCheck that always_inline functions are inlined
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-19 Gordon HenriksenReverting accidental commit of generated files.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-19 Ted KremenekUpdate VS project files (VS 2005) so that VS builds...
2008-05-19 Bill WendlingGrammar fix.
2008-05-19 Bill WendlingDelete module.
2008-05-19 Bill WendlingConvert non-ASCII apostrophes into ASCII apostrophes.
2008-05-19 Bill WendlingDelete the Module object.
2008-05-19 Bill Wendlings/insure/ensure/
2008-05-18 Gabor Greifignore Output dir
2008-05-18 Nate BegemanTeach GVN to not assert on vector comparisons
2008-05-18 Nate BegemanFix a backwards check in the JIT symbol table code
2008-05-18 Chris Lattneradd missing #include.
2008-05-18 Chris LattnerFix PR2339
2008-05-18 Chris Lattnerremove empty file?
2008-05-17 Nick LewyckyRevert constant-folding change that will miscompile...
2008-05-17 Chris Lattnertrip count computation deficiency
2008-05-17 Bill WendlingOn Darwin, the string header file isn't 64-bit clean...
2008-05-17 Nick LewyckyUnbreak the build.
2008-05-17 Nick LewyckyConstant fold inttoptr and ptrtoint.
2008-05-17 Nick LewyckyMove isTrueWhenEqual to ICmpInst.
2008-05-16 Dale JohannesenLess conservative verison of previous patch,
2008-05-16 Dale JohannesenAdd CommonLinkage, in a way that preserves the
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 Dale JohannesenAdd CommonLinkage.
2008-05-16 Dale JohannesenWeak functions not declared non-throwing might be
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-05-16 Dale JohannesenRecord weak external linkage in a case where we were
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
next