aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix locations of libraries and executables to match makefiles.Reid Spencer2005-01-161-2/+2
* BUILD_* to PROJ_*Reid Spencer2005-01-161-2/+2
* Clarify assertion.Chris Lattner2005-01-161-1/+1
* Add assertions.Chris Lattner2005-01-161-0/+31
* Add support for promoted registers being live across blocks.Chris Lattner2005-01-161-1/+22
* Update per new Makefile requirements for projectsReid Spencer2005-01-162-34/+21
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-166-48/+48
* Update documentation on how to set up a projectReid Spencer2005-01-161-25/+20
* Several changes:Reid Spencer2005-01-161-159/+166
* Several changes:Reid Spencer2005-01-161-87/+77
* Make this file capable of being used by both LLVM and its projectsReid Spencer2005-01-161-0/+4
* Fixed a couple of instructions that broke SSA.Tanya Lattner2005-01-161-10/+33
* Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner2005-01-163-13/+13
* Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner2005-01-161-0/+1
* Set up identity transforms.Chris Lattner2005-01-161-0/+7
* Move some information into the TargetLowering object.Chris Lattner2005-01-161-56/+5
* Use the new TLI method to get this.Chris Lattner2005-01-161-3/+1
* Move some information out of LegalizeDAG into the generic Target interface.Chris Lattner2005-01-162-4/+89
* legalize a bunch of operations that I missed.Chris Lattner2005-01-161-9/+19
* Add support for targets that require promotions.Chris Lattner2005-01-161-1/+6
* Fix some serious bugs in promotion.Chris Lattner2005-01-161-2/+2
* Eliminate unneeded extensions.Chris Lattner2005-01-161-0/+9
* Implement promotion of a whole bunch more operators. I think that this isChris Lattner2005-01-151-12/+174
* Print extra type for nodes with extra type info.Chris Lattner2005-01-152-0/+4
* Add new file to Visual Studio CodeGen projectJeff Cohen2005-01-151-0/+3
* Add support for legalizing FP_ROUND_INREG, SIGN_EXTEND_INREG, andChris Lattner2005-01-151-21/+58
* Common code factored out.Chris Lattner2005-01-151-24/+4
* implement these methods.Chris Lattner2005-01-151-0/+52
* Add some helper methods.Chris Lattner2005-01-151-0/+10
* Add support for promoting ADD/MUL.Chris Lattner2005-01-151-0/+66
* Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators.Chris Lattner2005-01-154-19/+83
* Add a new target-independent code generator flag.Chris Lattner2005-01-152-0/+15
* Add support for truncstore and *extload.Chris Lattner2005-01-151-2/+142
* Add intitial support for promoting some operators.Chris Lattner2005-01-151-7/+119
* Improve output precision.Chris Lattner2005-01-151-2/+12
* We don't distribute the operating system specific directories any more.Reid Spencer2005-01-141-1/+1
* Adjust to CopyFromReg changes, implement deletion of truncating/extendingChris Lattner2005-01-143-6/+38
* Adjust to CopyFromREg changes.Chris Lattner2005-01-141-2/+14
* Change CopyFromReg to take and produce a chain node, allowing it to be usedChris Lattner2005-01-142-17/+12
* Start implementing truncating stores and extending loads.Chris Lattner2005-01-142-7/+72
* Start adding some new operators, give IMPLICIT_DEF a chain operand.Chris Lattner2005-01-142-29/+110
* Fix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.llChris Lattner2005-01-141-0/+2
* New testcase, problem found by Rob.Chris Lattner2005-01-141-0/+3
* Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.llChris Lattner2005-01-141-1/+2
* Testcase that crashes the PPC backend. Thanks to Rob for finding this.Chris Lattner2005-01-141-0/+8
* Fix some bugs in an xform added yesterday. This fixes Prolangs-C/allroots.Chris Lattner2005-01-141-2/+2
* Fix a compile crash on spiffChris Lattner2005-01-141-7/+4
* Allow the Echo and EchoCmd variables to be overridden.Reid Spencer2005-01-141-2/+2
* Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.Reid Spencer2005-01-141-1/+1
* Improve compatibility with accChris Lattner2005-01-141-2/+2