aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-24One of these xforms is only safe with unsafe math enabled.Chris Lattner
2006-05-24Fix CodeGen/Generic/vector.ll:test_div with altivec.Chris Lattner
2006-05-24New testcaseChris Lattner
2006-05-24Handle SETO* like we handle SET*, restoring behavior after Evan's setccChris Lattner
2006-05-23Print struct return functions and calls as actually returning the hiddenChris Lattner
2006-05-23Fix file header commentChris Lattner
2006-05-23Better way to check for vararg.Evan Cheng
2006-05-23Remove PreprocessCCCArguments and PreprocessFastCCArguments now thatEvan Cheng
2006-05-23Implement an annoying part of the Darwin/X86 abi: the callee of a structChris Lattner
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng
2006-05-23Make class comment visible in Doxygen.Vladimir Prus
2006-05-23Fix missing includeVladimir Prus
2006-05-23Added a test case for FP equality check.Evan Cheng
2006-05-23Incorrect SETCC CondCode used for FP comparisons.Evan Cheng
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng
2006-05-23implement minimal versions ofRafael Espindola
2006-05-23Describe how to add a custom test.Chris Lattner
2006-05-23Wrap long lines fix typoChris Lattner
2006-05-22A isel deficiency.Evan Cheng
2006-05-21For PR784:Reid Spencer
2006-05-21Back out indirect branch load folding hack. It broke some tests.Evan Cheng
2006-05-21Add a noteChris Lattner
2006-05-20Make TargetData strings less redundant.Owen Anderson
2006-05-20Silence a bogus gcc warningChris Lattner
2006-05-20Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner
2006-05-20- Use of load's chain result should be redirected to load's chain operand.Evan Cheng
2006-05-20A new entryEvan Cheng
2006-05-20Missing break statements.Evan Cheng
2006-05-20Remove unused patterns.Evan Cheng
2006-05-20Handle indirect call which folds a load manually. This never matches byEvan Cheng
2006-05-20Sparc is big-endian.Owen Anderson
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-19new testcase for csretccChris Lattner
2006-05-19Print csretcc calls like this:Chris Lattner
2006-05-19Fix misencoding of calling conventionsChris Lattner
2006-05-19pretty print csretcc for callsChris Lattner
2006-05-19CSRet allows varargsChris Lattner
2006-05-19Asmprint csret nicelyChris Lattner
2006-05-19RegenerateChris Lattner
2006-05-19Add support for parsing csretChris Lattner
2006-05-19csret functions can be varargs (as can target cc's). Verify restrictions onChris Lattner
2006-05-19Add new calling convention, as documented in LangRef.htmlChris Lattner
2006-05-19New calling convention I will be adding shortly.Chris Lattner
2006-05-19Add a noteChris Lattner
2006-05-19Add a noteChris Lattner
2006-05-19Split the SSE readme items out into their own README.Chris Lattner
2006-05-19Split FP-stack notes out of the main readme. Next up: splitting out SSE.Chris Lattner
2006-05-19Move a target-independent note out of the X86 readme.Chris Lattner
2006-05-19Particularly ugly code.Chris Lattner
2006-05-19new testcaseChris Lattner