summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* For PR786:Reid Spencer2006-05-24
* For PR786:Reid Spencer2006-05-24
* Patch for a new instcombine xform, patch contributed by Nick Lewycky!Chris Lattner2006-05-24
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Fix CodeGen/Generic/vector.ll:test_div with altivec.Chris Lattner2006-05-24
* Handle SETO* like we handle SET*, restoring behavior after Evan's setccChris Lattner2006-05-24
* Print struct return functions and calls as actually returning the hiddenChris Lattner2006-05-23
* Fix file header commentChris Lattner2006-05-23
* Better way to check for vararg.Evan Cheng2006-05-23
* Remove PreprocessCCCArguments and PreprocessFastCCArguments now thatEvan Cheng2006-05-23
* Implement an annoying part of the Darwin/X86 abi: the callee of a structChris Lattner2006-05-23
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-23
* Fix missing includeVladimir Prus2006-05-23
* Incorrect SETCC CondCode used for FP comparisons.Evan Cheng2006-05-23
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-23
* implement minimal versions ofRafael Espindola2006-05-23
* A isel deficiency.Evan Cheng2006-05-22
* Back out indirect branch load folding hack. It broke some tests.Evan Cheng2006-05-21
* Add a noteChris Lattner2006-05-21
* Make TargetData strings less redundant.Owen Anderson2006-05-20
* Silence a bogus gcc warningChris Lattner2006-05-20
* Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner2006-05-20
* - Use of load's chain result should be redirected to load's chain operand.Evan Cheng2006-05-20
* A new entryEvan Cheng2006-05-20
* Missing break statements.Evan Cheng2006-05-20
* Remove unused patterns.Evan Cheng2006-05-20
* Handle indirect call which folds a load manually. This never matches byEvan Cheng2006-05-20
* Sparc is big-endian.Owen Anderson2006-05-20
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-20
* Print csretcc calls like this:Chris Lattner2006-05-19
* Fix misencoding of calling conventionsChris Lattner2006-05-19
* pretty print csretcc for callsChris Lattner2006-05-19
* CSRet allows varargsChris Lattner2006-05-19
* Asmprint csret nicelyChris Lattner2006-05-19
* RegenerateChris Lattner2006-05-19
* Add support for parsing csretChris Lattner2006-05-19
* csret functions can be varargs (as can target cc's). Verify restrictions onChris Lattner2006-05-19
* Add a noteChris Lattner2006-05-19
* Add a noteChris Lattner2006-05-19
* Split the SSE readme items out into their own README.Chris Lattner2006-05-19
* Split FP-stack notes out of the main readme. Next up: splitting out SSE.Chris Lattner2006-05-19
* Move a target-independent note out of the X86 readme.Chris Lattner2006-05-19
* Particularly ugly code.Chris Lattner2006-05-19
* Fix a doxygen problem and break lines at 80 columnsReid Spencer2006-05-19
* These can be transformed into lea as well. Not that we use this featureEvan Cheng2006-05-19
* - Use exact-width integer types, e.g. int32_t, to avoid confusion.Evan Cheng2006-05-19
* Explicitly specify MOV32mi can only be used store 32-bit GV, etc.Evan Cheng2006-05-19
* implement movriRafael Espindola2006-05-18
* Added a Flags field to TargetOperandInfo. Currently the only flag isEvan Cheng2006-05-18
* lib/Target/Target.tdEvan Cheng2006-05-18