aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-20movsd and movq do not require 16-byte alignment. This fixes vec_set-5.ll on L...Evan Cheng
2008-05-20"The two generated files in the AsmParser.vcproj are pointing to theChris Lattner
2008-05-20Clarify the testing documentation a bit and solve two HTML validator warnings.Matthijs Kooijman
2008-05-20More local spiller complexity!Evan Cheng
2008-05-20Don't spill dead def.Evan Cheng
2008-05-20Fix typo.Matthijs Kooijman
2008-05-20Teach instcombine 4 new xforms:Chris Lattner
2008-05-20fix two issues Neil noticed, thanks!Chris Lattner
2008-05-20Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner
2008-05-20Fix ExecutionEngine's constant code to work properly when structs and arraysDan Gohman
2008-05-20Refine the fix in r51169 to only apply when the operand val beingDan Gohman
2008-05-20runOnMachineFunction should set IsPIC because relocation model may have been ...Evan Cheng
2008-05-20Make AssociativeOpt static.Dan Gohman
2008-05-20Run vortex-bug as x86-64, which is what the original bug was triggered on.Dan Gohman
2008-05-20Silence a warning about "*/" outside a comment.Steve Naroff
2008-05-19Do not erase induction variable increment if it is used outside the loop.Devang Patel
2008-05-19Add a ComputeNumSignBits function for use by instcombine, based on theDan Gohman
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen
2008-05-19switch to Type::getFPMantissaWidth instead of reinventing it.Chris Lattner
2008-05-19add a helper method.Chris Lattner
2008-05-19minor cleanups, teach instcombine that sitofp/uitofp cannot Chris Lattner
2008-05-19convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissaChris Lattner
2008-05-19Fold FP comparisons where one operand is converted from an integerChris Lattner
2008-05-19Remove warnings about unused parameters and shadowed variables.Bill Wendling
2008-05-19remove debug outputChris Lattner
2008-05-19be more aggressive about transforming add -> or when the operands have noChris Lattner
2008-05-19Check that always_inline functions are inlinedDuncan Sands
2008-05-19Fix PR2341 - when the length is 4 use an i32 notDuncan Sands
2008-05-19Reverting accidental commit of generated files.Gordon Henriksen
2008-05-19Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen
2008-05-19Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang.Ted Kremenek
2008-05-19Grammar fix.Bill Wendling
2008-05-19Delete module.Bill Wendling
2008-05-19Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling
2008-05-19Delete the Module object.Bill Wendling
2008-05-19s/insure/ensure/Bill Wendling
2008-05-18ignore Output dirGabor Greif
2008-05-18Teach GVN to not assert on vector comparisonsNate Begeman
2008-05-18Fix a backwards check in the JIT symbol table codeNate Begeman
2008-05-18add missing #include.Chris Lattner
2008-05-18Fix PR2339Chris Lattner
2008-05-18remove empty file?Chris Lattner
2008-05-17Revert constant-folding change that will miscompile in some cases.Nick Lewycky
2008-05-17trip count computation deficiencyChris Lattner
2008-05-17On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling
2008-05-17Unbreak the build.Nick Lewycky
2008-05-17Constant fold inttoptr and ptrtoint.Nick Lewycky
2008-05-17Move isTrueWhenEqual to ICmpInst.Nick Lewycky
2008-05-16Less conservative verison of previous patch,Dale Johannesen