- ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
- 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
- 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
- 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
- 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
- d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
- 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
- 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
- 943f452 Fix encodings by Chris Lattner · 20 years ago
- 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
- d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
- 22cd028 This method is dead by Chris Lattner · 20 years ago
- 05ad237 Remove this method. by Chris Lattner · 20 years ago
- adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
- d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
- dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
- fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
- 7598bba Fix a minor bug by Chris Lattner · 20 years ago
- c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
- e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
- 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
- 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
- 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
- 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
- 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
- e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
- 1633937 Implement all of the methods by Chris Lattner · 20 years ago
- 42edd31 Initial checkin of the 32-bit PPC relocation types by Chris Lattner · 20 years ago
- e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
- 942d7b5 Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless. by Chris Lattner · 20 years ago
- 6540c6c LA is really addi. Be consistent with operand ordering to avoid confusing the code emitter by Chris Lattner · 20 years ago
- e9cf6b9 Changed the CreateCodeToLoadConst function to preserve SSA form. This basically means adding extra tmp instructions for intermediate values. by Tanya Lattner · 20 years ago
- f2190b3 Remove some dead code by Chris Lattner · 20 years ago
- dd99885 Comment out a couple of unused instructions. by Chris Lattner · 20 years ago
- 90b1b45 Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll by Chris Lattner · 20 years ago
- 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
- cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
- 213c969 Disable this. by Chris Lattner · 20 years ago
- 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
- 99b394d This chunk of code needs to be rewritten by Chris Lattner · 20 years ago
- 2eeda6e Remove some dead vars and some useless namespacification by Chris Lattner · 20 years ago
- befc374 Implement a disgusting hack to work around broken machine code emission of by Chris Lattner · 20 years ago
- e1df212 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. by Tanya Lattner · 20 years ago
- 54a4d6a3 Remove JIT-specific code from the code emitter. by Chris Lattner · 20 years ago
- dee0c4b New methods implemented by Chris Lattner · 20 years ago
- 534ac45 Implement the Sparc JIT interfaces, including relocation support. by Chris Lattner · 20 years ago
- ddc4860 Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c by Chris Lattner · 20 years ago
- b9df9b4 Do not count debugger intrinsics in size estimation. by Chris Lattner · 20 years ago
- 8db93f1 Ignore debugger intrinsics when doing inlining size computations. by Chris Lattner · 20 years ago
- 64613ea Do not consider debug intrinsics in the size computations for loop unrolling. by Chris Lattner · 20 years ago
- 9ffcf9f Add stub method for long shift codegen. by Brian Gaeke · 20 years ago
- 6f0b772 Update to-do list. by Brian Gaeke · 20 years ago
- b43dbdc Support targets that require stubs for external functions better by Chris Lattner · 20 years ago
- 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 20 years ago
- 5fd738f Initial checkin of the V9 relocation types by Chris Lattner · 20 years ago
- c7b4f10 Implement setcc on longs. by Brian Gaeke · 20 years ago
- 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 20 years ago
- 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 20 years ago
- b10fc03 Update to-do list. by Brian Gaeke · 20 years ago
- 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 20 years ago
- 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 20 years ago
- cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
- 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
- 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 20 years ago
- e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 20 years ago
- 7fc3824 ignore generated files by Chris Lattner · 20 years ago
- cdc79e3 ignore generated files. by Chris Lattner · 20 years ago
- 5426652 Implement relocation support by adding a target independent resolver interface. by Chris Lattner · 20 years ago
- e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 20 years ago
- 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 20 years ago
- 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 20 years ago
- 89d64e2 We implement these interfaces by Chris Lattner · 20 years ago
- 3bf285a Adjust to changed interfaces by Chris Lattner · 20 years ago
- 3c600c8 This method does not exist any longer. by Chris Lattner · 20 years ago
- c4ae8e9 Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. by Tanya Lattner · 20 years ago
- 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 20 years ago
- b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 20 years ago
- 087f085 Update failing test cases & to-do list. by Brian Gaeke · 20 years ago
- 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
- f6f0989 This method was never implemented by Chris Lattner · 20 years ago
- 1deb74d Remove this method, it's not clear how it could be implemented indep of 32 or 64-bit mode by Chris Lattner · 20 years ago
- b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 20 years ago
- a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 20 years ago
- 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
- 47012c0 Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
- e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 20 years ago
- 890b4bd Add accessor by Chris Lattner · 20 years ago
- e74c73c Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 20 years ago
- 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 20 years ago
- def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 20 years ago
- d42b167 Fix grammar by Misha Brukman · 20 years ago
- d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 20 years ago
- c29e6a4 Fix file comment header by Misha Brukman · 20 years ago
- c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
- b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 20 years ago
- d90282d Implement va_start. by Brian Gaeke · 20 years ago
- 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 20 years ago
- 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
- 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 20 years ago
- 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 20 years ago