summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Get rid of the horrendous FIND_PATH macro, have libs and progs linked intoReid Spencer2004-10-13
* Update doco, make doxygen more, use standard dividers.Chris Lattner2004-10-13
* Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman2004-10-13
* Resolution to PR451.Reid Spencer2004-10-13
* Changes for libtool 1.5.10Reid Spencer2004-10-13
* Update for libtool 1.5.10Reid Spencer2004-10-13
* Harden the version requirements to the set that actually works after threeReid Spencer2004-10-13
* Fix file comment headerMisha Brukman2004-10-12
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-12
* No space allowed between \ and end-of-lineMisha Brukman2004-10-12
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Add commentChris Lattner2004-10-12
* Opaque types are considered to be first-class.Misha Brukman2004-10-12
* Minor cleanups:Chris Lattner2004-10-12
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-12
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-12
* Transform memmove -> memcpy when the source is obviously constant memory.Chris Lattner2004-10-12
* New testcase for memmove -> memcpy transformChris Lattner2004-10-12
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-12
* Minor tweaksChris Lattner2004-10-12
* New header. Classes can be added as needed.Chris Lattner2004-10-12
* Implement a new methodChris Lattner2004-10-12
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-12
* Fix a REALLY obscure bug in my previous checkin, which was splicing the ENDChris Lattner2004-10-12
* Handle a common case more carefully. In particular, instead of transformingChris Lattner2004-10-11
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-11
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Add long overdue methodsChris Lattner2004-10-11
* Make this buildChris Lattner2004-10-11
* Reenable the transform, turning X/-10 < 1 into X > -10Chris Lattner2004-10-11
* Fix a warning that is emitted on the sunsChris Lattner2004-10-11
* This patch implements two things (sorry).Chris Lattner2004-10-11
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-11
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-11
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Fix SingleSource/Benchmarks/McGill/chompChris Lattner2004-10-11
* If we are trying to create a ConstantExpr cast that is really a GEP to theChris Lattner2004-10-11
* Fix grammarMisha Brukman2004-10-11
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-11
* Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman2004-10-11
* Fix file header commentMisha Brukman2004-10-11
* ModuloScheduling has moved to lib/Target/SparcV9Misha Brukman2004-10-10
* Add ModuloScheduling to the recursive build treeMisha Brukman2004-10-10
* Adjust header file inclusion due to moveMisha Brukman2004-10-10
* Adjust comment header and paths to refect moveMisha Brukman2004-10-10
* ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman2004-10-10
* Just because we cannot completely eliminate all uses of a global, we canChris Lattner2004-10-10
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-10
* Reorganize FINDLIBS to make most comment libs searched first.Reid Spencer2004-10-10