summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-2441-44/+44
* One of these xforms is only safe with unsafe math enabled.Chris Lattner2006-05-241-1/+2
* Fix CodeGen/Generic/vector.ll:test_div with altivec.Chris Lattner2006-05-241-0/+1
* New testcaseChris Lattner2006-05-241-0/+9
* Handle SETO* like we handle SET*, restoring behavior after Evan's setccChris Lattner2006-05-241-0/+8
* Print struct return functions and calls as actually returning the hiddenChris Lattner2006-05-231-75/+171
* Fix file header commentChris Lattner2006-05-231-1/+1
* Better way to check for vararg.Evan Cheng2006-05-231-1/+2
* Remove PreprocessCCCArguments and PreprocessFastCCArguments now thatEvan Cheng2006-05-232-253/+124
* Implement an annoying part of the Darwin/X86 abi: the callee of a structChris Lattner2006-05-232-3/+19
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-233-9/+17
* Make class comment visible in Doxygen.Vladimir Prus2006-05-231-28/+31
* Fix missing includeVladimir Prus2006-05-231-0/+1
* Added a test case for FP equality check.Evan Cheng2006-05-231-0/+9
* Incorrect SETCC CondCode used for FP comparisons.Evan Cheng2006-05-231-9/+20
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-232-0/+13
* implement minimal versions ofRafael Espindola2006-05-233-9/+80
* Describe how to add a custom test.Chris Lattner2006-05-231-3/+82
* Wrap long lines fix typoChris Lattner2006-05-231-12/+19
* A isel deficiency.Evan Cheng2006-05-221-0/+19
* For PR784:Reid Spencer2006-05-212-2/+2
* Back out indirect branch load folding hack. It broke some tests.Evan Cheng2006-05-211-63/+0
* Add a noteChris Lattner2006-05-211-0/+12
* Make TargetData strings less redundant.Owen Anderson2006-05-204-10/+3
* Silence a bogus gcc warningChris Lattner2006-05-201-1/+1
* Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner2006-05-201-7/+7
* - Use of load's chain result should be redirected to load's chain operand.Evan Cheng2006-05-201-3/+13
* A new entryEvan Cheng2006-05-201-0/+10
* Missing break statements.Evan Cheng2006-05-201-0/+3
* Remove unused patterns.Evan Cheng2006-05-202-7/+4
* Handle indirect call which folds a load manually. This never matches byEvan Cheng2006-05-201-0/+58
* Sparc is big-endian.Owen Anderson2006-05-201-1/+1
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-207-7/+11
* new testcase for csretccChris Lattner2006-05-191-0/+5
* Print csretcc calls like this:Chris Lattner2006-05-191-8/+8
* Fix misencoding of calling conventionsChris Lattner2006-05-191-2/+3
* pretty print csretcc for callsChris Lattner2006-05-191-0/+2
* CSRet allows varargsChris Lattner2006-05-191-2/+3
* Asmprint csret nicelyChris Lattner2006-05-191-0/+1
* RegenerateChris Lattner2006-05-195-1442/+1455
* Add support for parsing csretChris Lattner2006-05-192-1/+3
* csret functions can be varargs (as can target cc's). Verify restrictions onChris Lattner2006-05-191-3/+18
* Add new calling convention, as documented in LangRef.htmlChris Lattner2006-05-191-0/+7
* New calling convention I will be adding shortly.Chris Lattner2006-05-191-0/+13
* Add a noteChris Lattner2006-05-191-0/+19
* Add a noteChris Lattner2006-05-191-0/+38
* Split the SSE readme items out into their own README.Chris Lattner2006-05-192-582/+662
* Split FP-stack notes out of the main readme. Next up: splitting out SSE.Chris Lattner2006-05-192-100/+99
* Move a target-independent note out of the X86 readme.Chris Lattner2006-05-191-0/+12
* Particularly ugly code.Chris Lattner2006-05-191-0/+14
OpenPOWER on IntegriCloud