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