aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer2004-10-142-12/+202
* Today is not my day. Fix broken #Chris Lattner2004-10-141-1/+1
* unbreak previous checkin :(Chris Lattner2004-10-141-1/+1
* Add back a missing parenChris Lattner2004-10-141-2/+2
* Fit to 80 colsChris Lattner2004-10-141-7/+6
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-141-26/+15
* Fit in 80 columnsChris Lattner2004-10-141-13/+14
* Minor cleanupsChris Lattner2004-10-141-7/+3
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-131-1/+1
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Get rid of template templates that were preventing VC from compiling theChris Lattner2004-10-131-18/+18
* Changes for automake.Reid Spencer2004-10-133-354/+290
* Set up BUILD_MODE based on the configuration so the default build modeReid Spencer2004-10-131-4/+11
* Updates for changes in Makefile rules.Reid Spencer2004-10-134-4/+4
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-1354-149/+139
* Get rid of the horrendous FIND_PATH macro, have libs and progs linked intoReid Spencer2004-10-131-0/+163
* Update doco, make doxygen more, use standard dividers.Chris Lattner2004-10-131-19/+23
* Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman2004-10-131-0/+12
* Resolution to PR451.Reid Spencer2004-10-131-133/+157
* Changes for libtool 1.5.10Reid Spencer2004-10-131-63/+64
* Update for libtool 1.5.10Reid Spencer2004-10-131-480/+592
* Harden the version requirements to the set that actually works after threeReid Spencer2004-10-131-3/+3
* Fix file comment headerMisha Brukman2004-10-121-1/+1
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-121-5/+2
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-122-5/+6
* Add commentChris Lattner2004-10-121-0/+2
* Opaque types are considered to be first-class.Misha Brukman2004-10-121-1/+3
* Minor cleanups:Chris Lattner2004-10-121-23/+20
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-121-2/+0
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-121-2/+2
* Transform memmove -> memcpy when the source is obviously constant memory.Chris Lattner2004-10-121-16/+33
* New testcase for memmove -> memcpy transformChris Lattner2004-10-121-0/+23
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-121-12/+12
* Minor tweaksChris Lattner2004-10-121-5/+5
* New header. Classes can be added as needed.Chris Lattner2004-10-121-0/+198
* Implement a new methodChris Lattner2004-10-121-3/+27
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-121-20/+147
* Fix a REALLY obscure bug in my previous checkin, which was splicing the ENDChris Lattner2004-10-121-1/+1
* Handle a common case more carefully. In particular, instead of transformingChris Lattner2004-10-111-4/+33
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-115-29/+44
* Implement remove/eraseFromParent methodsChris Lattner2004-10-114-2/+33
* Add long overdue methodsChris Lattner2004-10-114-2/+45
* Make this buildChris Lattner2004-10-111-5/+5
* Reenable the transform, turning X/-10 < 1 into X > -10Chris Lattner2004-10-111-5/+5
* Fix a warning that is emitted on the sunsChris Lattner2004-10-112-2/+2
* This patch implements two things (sorry).Chris Lattner2004-10-111-25/+182
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-111-0/+23
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-112-0/+38
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-111-0/+1