| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the shared Makefile.JIT for JIT-enablement | Misha Brukman | 2004-10-14 | 2 | -92/+5 |
* | Add Makefile.JIT to the list of Makefiles transferred to the build dir to give | Misha Brukman | 2004-10-14 | 1 | -28/+34 |
* | Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples | Misha Brukman | 2004-10-14 | 1 | -0/+1 |
* | Since several tools and examples want JIT support, factor out the process of | Misha Brukman | 2004-10-14 | 1 | -0/+68 |
* | Convert tabs to spaces | Misha Brukman | 2004-10-14 | 1 | -2/+2 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+2 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+6 |
* | Do not use the same variable name for two different variables in the | Chris Lattner | 2004-10-14 | 1 | -3/+2 |
* | Remove unneeded typedef, patch by Morten Ofstad | Chris Lattner | 2004-10-14 | 1 | -2/+0 |
* | * Claim to support machine code emission - return false from | Misha Brukman | 2004-10-14 | 1 | -4/+26 |
* | Enable the PowerPC JIT by compiling powerpc.o library into lli | Misha Brukman | 2004-10-14 | 1 | -0/+13 |
* | * Include the real (generated) version of getBinaryCodeForInstr() | Misha Brukman | 2004-10-14 | 1 | -10/+20 |
* | * Make a PPC32-specific code emitter because we have separate classes for 32- | Misha Brukman | 2004-10-14 | 1 | -6/+6 |
* | Checking in code that works on my simple test case. However, there is still a... | Tanya Lattner | 2004-10-14 | 1 | -104/+205 |
* | There is only one field in an instruction, and that is `Inst', the final view of | Misha Brukman | 2004-10-14 | 1 | -51/+51 |
* | PowerPC instruction definitions use LittleEndian-style encoding [0..31] | Misha Brukman | 2004-10-14 | 3 | -0/+6 |
* | Add isLittleEndianEncoding to InstrInfo class, defaults to `off' | Misha Brukman | 2004-10-14 | 1 | -0/+6 |
* | * Factor out (into new fn) a loop emitting operand shifts into the instruction | Misha Brukman | 2004-10-14 | 2 | -46/+84 |
* | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman | 2004-10-14 | 2 | -0/+13 |
* | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -41/+93 |
* | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -0/+29 |
* | Allow this file to compile on Darwin. | Reid Spencer | 2004-10-14 | 1 | -0/+1 |
* | Use __MINGW instead of __MING. Patch contributed by Henrik Bach. | Reid Spencer | 2004-10-14 | 2 | -2/+2 |
* | Get proper BSD #includes for MappedFile implementation. | Reid Spencer | 2004-10-14 | 1 | -0/+2 |
* | 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 |