- c03468b add a missing break that caused a lot of failures last night :( by Chris Lattner · 20 years ago
- 7a4d291 treat conditional branches the same way as conditional moves (giving them by Chris Lattner · 20 years ago
- 6788faa compactify all of the integer conditional moves into one instruction that takes by Chris Lattner · 20 years ago
- 86638b9 Compile this: by Chris Lattner · 20 years ago
- b716343 I don't see why this optimization isn't safe, but it isn't, so disable it by Chris Lattner · 20 years ago
- 2adc05c Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure from last night by Chris Lattner · 20 years ago
- 3772bcb Revamp the ICC/FCC reading instructions to be parameterized in terms of the by Chris Lattner · 20 years ago
- 9072c05 Compile: by Chris Lattner · 20 years ago
- 76afdc9 First step towards V9 instructions in the V8 backend, two conditional move by Chris Lattner · 20 years ago
- dea9528 When lowering SELECT_CC, see if the input is a lowered SETCC. If so, fold by Chris Lattner · 20 years ago
- c6fd6cd Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,making isMaskedValueZeroForTargetNode simpler, and useable from other partsof the compiler. by Chris Lattner · 20 years ago
- 4a397e0 Implement isMaskedValueZeroForTargetNode for the various v8 selectcc nodes, by Chris Lattner · 20 years ago
- 44ea7b1 Use V8ISD::CALL instead of ISD::CALL by Chris Lattner · 20 years ago
- ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 20 years ago
- 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 20 years ago
- 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
- acc398c First part of bug 680: by Nate Begeman · 20 years ago
- 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
- 46030a6 implement support for f32 arguments past the first 6 words by Chris Lattner · 20 years ago
- 99cf509 Silly Sparc is big endian. If we have to load args out of incoming stack slots by Chris Lattner · 20 years ago
- f7511b4 Make sure that bool,byte and short arguments are the right type when loaded by Chris Lattner · 20 years ago
- 7f9975a Disable a broken optimization by Chris Lattner · 20 years ago
- 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 20 years ago
- bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 20 years ago
- d88fc03 bswap implementation by Nate Begeman · 20 years ago
- b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
- 4bb9102 Fix branches on FP compares by Chris Lattner · 20 years ago
- 138d322 fix a bug in my previous checkin by Chris Lattner · 20 years ago
- 72878a4 Give V8ISD nodes symbolic names in dumps by Chris Lattner · 20 years ago
- 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
- 7ec6a6e This is no longer needed by Chris Lattner · 20 years ago
- b9169ce Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a by Chris Lattner · 20 years ago
- 3fbb726 Fix a bug in i32->f64 conversion lowering by Chris Lattner · 20 years ago
- cb83374 silence a bogus gcc warning by Chris Lattner · 20 years ago
- e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
- abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
- 941334f Remove some dead code. by Evan Cheng · 20 years ago
- 330ea12 fix something-o by Chris Lattner · 20 years ago
- 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 20 years ago
- c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 20 years ago
- 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
- 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 20 years ago
- a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 20 years ago
- e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
- 7669a51 remove dead code by Chris Lattner · 20 years ago
- 7c423b4 Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: by Chris Lattner · 20 years ago
- eb09666 Fix calls to functions returning i64 by Chris Lattner · 20 years ago
- 61772c2 mark some unsupported ops as unsupported by Chris Lattner · 20 years ago
- 6554bef Keep stack frames 8-byte aligned. This fixes olden/voronoi by Chris Lattner · 20 years ago
- 8ba0423 Elimiante SP and FP, which weren't members of the IntRegs register class by Chris Lattner · 20 years ago
- 311f8c2 Add support for calls to external symbols by Chris Lattner · 20 years ago
- e90ac3a we have no memcpy by Chris Lattner · 20 years ago
- b4d899e Fix a crash on a call with no arguments by Chris Lattner · 20 years ago
- dab05f0 Change return lowering so that we can autogen the matching code. by Chris Lattner · 20 years ago
- 2db3ff6 Implement Calls for V8. This would be completely autogenerated except for by Chris Lattner · 20 years ago
- 384e5ef Implement the full V8 ABI for incoming arguments. by Chris Lattner · 20 years ago
- 3308449 Give V8 select_cc, in the spirit of the PPC backend by Chris Lattner · 20 years ago
- 065c896 V8 doesn't have FP extload by Chris Lattner · 20 years ago
- d5aae05 simplifications, fix typo by Chris Lattner · 20 years ago
- 8fa54dc Add frameindex support by Chris Lattner · 20 years ago
- 76acc87 Add constant pool support, including folding into addresses. by Chris Lattner · 20 years ago
- e1389ad Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, by Chris Lattner · 20 years ago
- e357246 Add initial support for global variables, and fix a bug in addr mode selection by Chris Lattner · 20 years ago
- 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 20 years ago
- d19fc65 Implement 64-bit add/sub, make sure to receive and return 64-bit args with by Chris Lattner · 20 years ago
- 7087e57 implement div and rem by Chris Lattner · 20 years ago
- ee3d5fb implement MULHU/MULHS for 64-bit multiplies by Chris Lattner · 20 years ago
- 9034b88 Make the addressing modes smarter by Chris Lattner · 20 years ago
- 217aabf Add support for 64-bit arguments by Chris Lattner · 20 years ago
- 9a60ff6 Sparc doesn't have sext_inreg by Chris Lattner · 20 years ago
- bc83fd9 Add basic addressing mode support and one load. by Chris Lattner · 20 years ago
- 4b48631 Implement ret with operand, giving us this: by Chris Lattner · 20 years ago
- a01b757 Implement LowerArguments, at least for the first 6 integer args by Chris Lattner · 20 years ago
- 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 20 years ago