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