aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement UndefValue classChris Lattner2004-10-161-0/+45
* Add support for the unreachable instructionChris Lattner2004-10-162-3/+5
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Add new UnreachableInst classChris Lattner2004-10-161-0/+37
* Add new unreachable instructionChris Lattner2004-10-161-44/+45
* Add new UndefValue classChris Lattner2004-10-161-0/+31
* UndefValue's are constantsChris Lattner2004-10-161-1/+2
* Document unreachable instructionChris Lattner2004-10-161-14/+53
* Add missing 'Instruction Opcodes' bullet to TOCChris Lattner2004-10-161-38/+100
* Add a missing dependencyChris Lattner2004-10-161-1/+1
* Fix file headerChris Lattner2004-10-161-1/+1
* Be more careful about looking for constants when we really want constantint's.Chris Lattner2004-10-161-10/+8
* None of these have actually been implemented yet.Chris Lattner2004-10-161-3/+5
* Move the implementation of the instructions clone methods to this file soChris Lattner2004-10-151-0/+30
* Move the implementation of the clone method for these classes toChris Lattner2004-10-152-25/+19
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-151-1/+1
* There is no reason not to build these in parallelChris Lattner2004-10-151-1/+2
* Add a space between the type and name of value when printing error messageMisha Brukman2004-10-151-1/+1
* Don't print a bunch of metrics that are meaningless for external functionsChris Lattner2004-10-151-17/+20
* Fix broken linksChris Lattner2004-10-151-3/+3
* Instruction select globals with offsets better. For example, on this testChris Lattner2004-10-151-7/+17
* Give the X86 JIT the ability to encode global+disp constants. PatchChris Lattner2004-10-151-27/+54
* Give the X86 asm printer the ability to print out addressing modes that haveChris Lattner2004-10-151-25/+53
* Allow X86 addressing modes to represent globals with offsets. Patch contributedChris Lattner2004-10-151-5/+10
* Allow machine operands to represent global variables with offsets. This isChris Lattner2004-10-153-26/+53
* This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night.Chris Lattner2004-10-151-1/+2
* This patch adds and improves debugging output. No functionality changes.Chris Lattner2004-10-151-3/+7
* Better codegen of binary integer ops with 32 bit immediate operands.Nate Begeman2004-10-151-2/+22
* The field is called `imm22', not simply `imm'Misha Brukman2004-10-142-2/+2
* Synthetic instructions RET and RETL need to have all 3 parameters specifiedMisha Brukman2004-10-142-8/+12
* Class F2_1 already inherits the imm22 field from class F2Misha Brukman2004-10-142-2/+0
* Generate the SparcV8 code emitter from .td filesMisha Brukman2004-10-142-2/+10
* * In the F3_1 class, default asi to 0 because it's not currently usedMisha Brukman2004-10-142-4/+2
* * We don't use the ENABLE_*_JIT flags in the source base anymoreMisha Brukman2004-10-141-8/+5
* Fix a bug John tracked down in libstdc++ where we were incorrectly deletingChris Lattner2004-10-141-1/+2
* Add FSTOI, FDTOI (fp to integer cast) instructions.Brian Gaeke2004-10-142-0/+8
* Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, andBrian Gaeke2004-10-142-108/+184
* Add list of libc procedures we'll use, at some point.Brian Gaeke2004-10-142-12/+28
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-142-6/+7
* 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