1. 3772bcb Revamp the ICC/FCC reading instructions to be parameterized in terms of the by Chris Lattner · 20 years ago
  2. 9072c05 Compile: by Chris Lattner · 20 years ago
  3. 76afdc9 First step towards V9 instructions in the V8 backend, two conditional move by Chris Lattner · 20 years ago
  4. dea9528 When lowering SELECT_CC, see if the input is a lowered SETCC. If so, fold by Chris Lattner · 20 years ago
  5. 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
  6. 4a397e0 Implement isMaskedValueZeroForTargetNode for the various v8 selectcc nodes, by Chris Lattner · 20 years ago
  7. 44ea7b1 Use V8ISD::CALL instead of ISD::CALL by Chris Lattner · 20 years ago
  8. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 20 years ago
  9. 4dcfaac Rest of subtarget support, remove references to ppc by Chris Lattner · 20 years ago
  10. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
  11. acc398c First part of bug 680: by Nate Begeman · 20 years ago
  12. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
  13. 46030a6 implement support for f32 arguments past the first 6 words by Chris Lattner · 20 years ago
  14. 99cf509 Silly Sparc is big endian. If we have to load args out of incoming stack slots by Chris Lattner · 20 years ago
  15. f7511b4 Make sure that bool,byte and short arguments are the right type when loaded by Chris Lattner · 20 years ago
  16. 7f9975a Disable a broken optimization by Chris Lattner · 20 years ago
  17. 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 20 years ago
  18. bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 20 years ago
  19. d88fc03 bswap implementation by Nate Begeman · 20 years ago
  20. b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
  21. 4bb9102 Fix branches on FP compares by Chris Lattner · 20 years ago
  22. 138d322 fix a bug in my previous checkin by Chris Lattner · 20 years ago
  23. 72878a4 Give V8ISD nodes symbolic names in dumps by Chris Lattner · 20 years ago
  24. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
  25. 7ec6a6e This is no longer needed by Chris Lattner · 20 years ago
  26. b9169ce Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a by Chris Lattner · 20 years ago
  27. 3fbb726 Fix a bug in i32->f64 conversion lowering by Chris Lattner · 20 years ago
  28. cb83374 silence a bogus gcc warning by Chris Lattner · 20 years ago
  29. e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
  30. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
  31. 941334f Remove some dead code. by Evan Cheng · 20 years ago
  32. 330ea12 fix something-o by Chris Lattner · 20 years ago
  33. 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 20 years ago
  34. c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 20 years ago
  35. 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
  36. 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 20 years ago
  37. a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 20 years ago
  38. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
  39. 7669a51 remove dead code by Chris Lattner · 20 years ago
  40. 7c423b4 Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: by Chris Lattner · 20 years ago
  41. eb09666 Fix calls to functions returning i64 by Chris Lattner · 20 years ago
  42. 61772c2 mark some unsupported ops as unsupported by Chris Lattner · 20 years ago
  43. 6554bef Keep stack frames 8-byte aligned. This fixes olden/voronoi by Chris Lattner · 20 years ago
  44. 8ba0423 Elimiante SP and FP, which weren't members of the IntRegs register class by Chris Lattner · 20 years ago
  45. 311f8c2 Add support for calls to external symbols by Chris Lattner · 20 years ago
  46. e90ac3a we have no memcpy by Chris Lattner · 20 years ago
  47. b4d899e Fix a crash on a call with no arguments by Chris Lattner · 20 years ago
  48. dab05f0 Change return lowering so that we can autogen the matching code. by Chris Lattner · 20 years ago
  49. 2db3ff6 Implement Calls for V8. This would be completely autogenerated except for by Chris Lattner · 20 years ago
  50. 384e5ef Implement the full V8 ABI for incoming arguments. by Chris Lattner · 20 years ago
  51. 3308449 Give V8 select_cc, in the spirit of the PPC backend by Chris Lattner · 20 years ago
  52. 065c896 V8 doesn't have FP extload by Chris Lattner · 20 years ago
  53. d5aae05 simplifications, fix typo by Chris Lattner · 20 years ago
  54. 8fa54dc Add frameindex support by Chris Lattner · 20 years ago
  55. 76acc87 Add constant pool support, including folding into addresses. by Chris Lattner · 20 years ago
  56. e1389ad Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, by Chris Lattner · 20 years ago
  57. e357246 Add initial support for global variables, and fix a bug in addr mode selection by Chris Lattner · 20 years ago
  58. 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 20 years ago
  59. d19fc65 Implement 64-bit add/sub, make sure to receive and return 64-bit args with by Chris Lattner · 20 years ago
  60. 7087e57 implement div and rem by Chris Lattner · 20 years ago
  61. ee3d5fb implement MULHU/MULHS for 64-bit multiplies by Chris Lattner · 20 years ago
  62. 9034b88 Make the addressing modes smarter by Chris Lattner · 20 years ago
  63. 217aabf Add support for 64-bit arguments by Chris Lattner · 20 years ago
  64. 9a60ff6 Sparc doesn't have sext_inreg by Chris Lattner · 20 years ago
  65. bc83fd9 Add basic addressing mode support and one load. by Chris Lattner · 20 years ago
  66. 4b48631 Implement ret with operand, giving us this: by Chris Lattner · 20 years ago
  67. a01b757 Implement LowerArguments, at least for the first 6 integer args by Chris Lattner · 20 years ago
  68. 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 20 years ago