- b1e1180 by Jim Laskey · 20 years ago
- ecbce61 Split RegisterClass 'Methods' into MethodProtos and MethodBodies by Chris Lattner · 20 years ago
- e7af178 Fix code that assumes the register info will be dumped into a target by Chris Lattner · 20 years ago
- 28e728d put reg classes in namespaces by Chris Lattner · 20 years ago
- b8df7c2 Promote dependency for MathExtras.h out of Constants.h. by Jim Laskey · 20 years ago
- cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
- 7cbd525 Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty by Nate Begeman · 20 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
- 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 20 years ago
- e014f89 some call work by Andrew Lenharth · 20 years ago
- 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- 72b16d8 A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling by Andrew Lenharth · 20 years ago
- 29eeea5 Wrap long lines by Misha Brukman · 20 years ago
- 27177f8 Convert tabs to spaces by Misha Brukman · 20 years ago
- b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- e7f96c5 Substantially improve the code generated by non-folded setcc instructions. by Chris Lattner · 21 years ago
- 84c556e Remove unused #include by Chris Lattner · 21 years ago
- 5761805 The mystery of Olden/tsp solved, and more opportunities for speedup. by Brian Gaeke · 21 years ago
- 6b260e2 Get rid of shifts by zero in most cases. by Brian Gaeke · 21 years ago
- e171d5c Add some notes by Chris Lattner · 21 years ago
- a04d959 Add V8 SPEC status. by Brian Gaeke · 21 years ago
- 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 21 years ago
- 367c137 Complete the list of MultiSource failures. by Brian Gaeke · 21 years ago
- 326f378 hbd should be working now. by Brian Gaeke · 21 years ago
- f731be0 Finally enable the setcc-branch folding code. by Brian Gaeke · 21 years ago
- 81cf150 Add (currently disabled) code for canFoldSetCC by Brian Gaeke · 21 years ago
- 6a8c46c Add stubs for setcc-branch folding support. by Brian Gaeke · 21 years ago
- 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 21 years ago
- b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 21 years ago
- 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 21 years ago
- 4658ba1 Look for many more moves to fold (previously, we only by Brian Gaeke · 21 years ago
- 4f70b63 Make GEPs not suck so much: by Brian Gaeke · 21 years ago
- 9d6ffb4 Update lists of failing benchmarks, including info on which by Brian Gaeke · 21 years ago
- 5aefa8a Move -lowerselect later in the chain; some select instructions were by Brian Gaeke · 21 years ago
- c2e5f36 Add the rest of the multiply instructions. by Brian Gaeke · 21 years ago
- 1f42181 Support binary operations with immediates for <= cInt. by Brian Gaeke · 21 years ago
- 2b31443 Update lists of failing benchmarks (except C++...something is the by Brian Gaeke · 21 years ago
- 5760054 Adjust paths: Sparc/V8 --> SparcV8 by Brian Gaeke · 21 years ago
- 8fe429d Make this file self-contained. by Brian Gaeke · 21 years ago
- 09d8d67 Update list of failing MultiSource benchmarks. It works out to +5 -5, but I by Brian Gaeke · 21 years ago
- 8ee6a2f When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of by Brian Gaeke · 21 years ago
- 3616f91 We're continuing to make progress on MultiSource. by Brian Gaeke · 21 years ago
- 20503bd Bytes and shorts are aligned differently from words. by Brian Gaeke · 21 years ago
- 3bf960c Fix asm-printing directives (how did we not see this before...apparently, by Brian Gaeke · 21 years ago
- 1d65645 This code rotted - change it to call abort() until someone wants by Brian Gaeke · 21 years ago
- cb7a762 Update list of failing benchmarks. by Brian Gaeke · 21 years ago
- 9e0b902 If we're about to emit something like: by Brian Gaeke · 21 years ago
- e4ed742 Update list of failing benchmarks. by Brian Gaeke · 21 years ago
- 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 21 years ago
- 88108b8 Support shr long/ulong. by Brian Gaeke · 21 years ago
- 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 21 years ago
- 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 21 years ago
- fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 21 years ago
- 2041d0c Add more known-failing tests. by Brian Gaeke · 21 years ago
- 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 21 years ago
- 9ffcf9f Add stub method for long shift codegen. by Brian Gaeke · 21 years ago
- 6f0b772 Update to-do list. by Brian Gaeke · 21 years ago
- c7b4f10 Implement setcc on longs. by Brian Gaeke · 21 years ago
- 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 21 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 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