- 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 21 years ago
- b10fc03 Update to-do list. by Brian Gaeke · 21 years ago
- 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 21 years ago
- 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 21 years ago
- 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 21 years ago
- e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 21 years ago
- 7fc3824 ignore generated files by Chris Lattner · 21 years ago
- cdc79e3 ignore generated files. by Chris Lattner · 21 years ago
- e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 21 years ago
- 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 21 years ago
- 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 21 years ago
- 89d64e2 We implement these interfaces by Chris Lattner · 21 years ago
- 3bf285a Adjust to changed interfaces by Chris Lattner · 21 years ago
- b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 21 years ago
- 087f085 Update failing test cases & to-do list. by Brian Gaeke · 21 years ago
- f6f0989 This method was never implemented by Chris Lattner · 21 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 · 21 years ago
- b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 21 years ago
- a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 21 years ago
- e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 21 years ago
- 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 21 years ago
- def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 21 years ago
- d42b167 Fix grammar by Misha Brukman · 21 years ago
- d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 21 years ago
- c29e6a4 Fix file comment header by Misha Brukman · 21 years ago
- c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 21 years ago
- b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 21 years ago
- d90282d Implement va_start. by Brian Gaeke · 21 years ago
- 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 21 years ago
- 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 21 years ago
- 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 21 years ago
- 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 21 years ago
- 507bc71 Update list of expected test failures. by Brian Gaeke · 21 years ago
- a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 21 years ago
- bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 21 years ago
- 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 21 years ago
- a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 21 years ago
- 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 21 years ago
- 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 21 years ago
- 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 21 years ago
- db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 21 years ago
- 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 21 years ago
- 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 21 years ago
- 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 21 years ago
- c935cf1 Update to-do list. by Brian Gaeke · 21 years ago
- b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 21 years ago
- b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 21 years ago
- ced8222 Added my own defMap. Only saving values that are not loop invariant. Fixed a couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes. by Tanya Lattner · 21 years ago
- 39a83dc Fix a major bug in the signed shr code, which apparently only breaks 134.perl! by Chris Lattner · 21 years ago
- 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
- b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago
- eea9b13 Simplify namespaces by Chris Lattner · 21 years ago
- 8f1ac9f Remove a dead function, which died when we got GAS emission working (phwew, by Chris Lattner · 21 years ago
- f2d552e Implement a simple FIXME: if we are emitting a basic block address that has by Chris Lattner · 21 years ago
- 16fe6f5 * Merge some win32 ifdefs together by Chris Lattner · 21 years ago
- 5aa3ed9 Add debug-only=jit printout, so we see when lazily resolved symbols are set up. by Chris Lattner · 21 years ago
- 36c625d Simplify and rearrange long shift code by Chris Lattner · 21 years ago
- 145a5a3 Add BCTR and LWZU instruction opcodes by Misha Brukman · 21 years ago
- 766d6f3 Update list of failing Benchmarks. by Brian Gaeke · 21 years ago
- f28688e Expand Defs to encompass all the possibly-call-clobbered regs. by Brian Gaeke · 21 years ago
- d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 21 years ago
- 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 21 years ago
- fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
- da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 21 years ago
- 5179e41 Update lists of failing unit tests. by Brian Gaeke · 21 years ago
- 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 21 years ago
- b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 21 years ago
- 1c74581 Update expected UnitTests failures. by Brian Gaeke · 21 years ago
- 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 21 years ago
- 54799c2 Support UndefValue emission. by Brian Gaeke · 21 years ago
- 4b2c09f Don't print unneeded labels by Chris Lattner · 21 years ago
- 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
- ce7cafa by Chris Lattner · 21 years ago
- 62f5a94 Add missing check by Chris Lattner · 21 years ago
- 44205ca Compile: by Chris Lattner · 21 years ago
- 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 21 years ago
- a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
- 676dee6 Put int the getReg cast optimization from x86 so that we generate fewer by Nate Begeman · 21 years ago
- 075cdc6 Disable bogus cast elimination when the cast is used by a setcc instruction. by Nate Begeman · 21 years ago
- 2681801 Decompose* is V9 specific, make it internal by Chris Lattner · 21 years ago
- 64a26c7 Move this file from lib/Transforms/Scalar by Chris Lattner · 21 years ago
- e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
- 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
- 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
- 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
- da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
- 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
- a62869b Fix a warning by Chris Lattner · 21 years ago
- 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 21 years ago
- 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 21 years ago
- b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 21 years ago
- b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 21 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
- 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 21 years ago
- 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 21 years ago
- b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 21 years ago
- 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 21 years ago
- dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 21 years ago
- 4a0de07 Update to-do list by Nate Begeman · 21 years ago