1. 03a83c9 Remove JIT support, which doesn't work. by Chris Lattner · 20 years ago
  2. 3ff5751 add some simple operand info by Chris Lattner · 20 years ago
  3. 6510b22 Support multiple ValueTypes per RegisterClass, needed for upcoming vector by Nate Begeman · 20 years ago
  4. ce8eb0c Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 20 years ago
  5. 72fe0af remove reference to this pass by Chris Lattner · 20 years ago
  6. 08a6b3c do not wrap this whole file in namespace llvm by Chris Lattner · 20 years ago
  7. 02d608b Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! by Chris Lattner · 20 years ago
  8. 5ef4d8d This file is entirely ifdef'd out by Chris Lattner · 20 years ago
  9. f5c6e6b silence some warnings by Chris Lattner · 20 years ago
  10. 97d5e64 Pass extra regclasses into spilling code by Chris Lattner · 20 years ago
  11. 8c44698 This has been moved to the target-indep code by Chris Lattner · 20 years ago
  12. 8c65344 ignore generated files by Chris Lattner · 20 years ago
  13. b1e1180 by Jim Laskey · 20 years ago
  14. ecbce61 Split RegisterClass 'Methods' into MethodProtos and MethodBodies by Chris Lattner · 20 years ago
  15. e7af178 Fix code that assumes the register info will be dumped into a target by Chris Lattner · 20 years ago
  16. 28e728d put reg classes in namespaces by Chris Lattner · 20 years ago
  17. b8df7c2 Promote dependency for MathExtras.h out of Constants.h. by Jim Laskey · 20 years ago
  18. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  19. 7cbd525 Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty by Nate Begeman · 20 years ago
  20. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  21. bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  22. 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 20 years ago
  23. e014f89 some call work by Andrew Lenharth · 20 years ago
  24. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
  25. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  26. 72b16d8 A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling by Andrew Lenharth · 20 years ago
  27. 29eeea5 Wrap long lines by Misha Brukman · 20 years ago
  28. 27177f8 Convert tabs to spaces by Misha Brukman · 20 years ago
  29. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  30. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  31. e7f96c5 Substantially improve the code generated by non-folded setcc instructions. by Chris Lattner · 21 years ago
  32. 84c556e Remove unused #include by Chris Lattner · 21 years ago
  33. 5761805 The mystery of Olden/tsp solved, and more opportunities for speedup. by Brian Gaeke · 21 years ago
  34. 6b260e2 Get rid of shifts by zero in most cases. by Brian Gaeke · 21 years ago
  35. e171d5c Add some notes by Chris Lattner · 21 years ago
  36. a04d959 Add V8 SPEC status. by Brian Gaeke · 21 years ago
  37. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 21 years ago
  38. 367c137 Complete the list of MultiSource failures. by Brian Gaeke · 21 years ago
  39. 326f378 hbd should be working now. by Brian Gaeke · 21 years ago
  40. f731be0 Finally enable the setcc-branch folding code. by Brian Gaeke · 21 years ago
  41. 81cf150 Add (currently disabled) code for canFoldSetCC by Brian Gaeke · 21 years ago
  42. 6a8c46c Add stubs for setcc-branch folding support. by Brian Gaeke · 21 years ago
  43. 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 21 years ago
  44. b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 21 years ago
  45. 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 21 years ago
  46. 4658ba1 Look for many more moves to fold (previously, we only by Brian Gaeke · 21 years ago
  47. 4f70b63 Make GEPs not suck so much: by Brian Gaeke · 21 years ago
  48. 9d6ffb4 Update lists of failing benchmarks, including info on which by Brian Gaeke · 21 years ago
  49. 5aefa8a Move -lowerselect later in the chain; some select instructions were by Brian Gaeke · 21 years ago
  50. c2e5f36 Add the rest of the multiply instructions. by Brian Gaeke · 21 years ago
  51. 1f42181 Support binary operations with immediates for <= cInt. by Brian Gaeke · 21 years ago
  52. 2b31443 Update lists of failing benchmarks (except C++...something is the by Brian Gaeke · 21 years ago
  53. 5760054 Adjust paths: Sparc/V8 --> SparcV8 by Brian Gaeke · 21 years ago
  54. 8fe429d Make this file self-contained. by Brian Gaeke · 21 years ago
  55. 09d8d67 Update list of failing MultiSource benchmarks. It works out to +5 -5, but I by Brian Gaeke · 21 years ago
  56. 8ee6a2f When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of by Brian Gaeke · 21 years ago
  57. 3616f91 We're continuing to make progress on MultiSource. by Brian Gaeke · 21 years ago
  58. 20503bd Bytes and shorts are aligned differently from words. by Brian Gaeke · 21 years ago
  59. 3bf960c Fix asm-printing directives (how did we not see this before...apparently, by Brian Gaeke · 21 years ago
  60. 1d65645 This code rotted - change it to call abort() until someone wants by Brian Gaeke · 21 years ago
  61. cb7a762 Update list of failing benchmarks. by Brian Gaeke · 21 years ago
  62. 9e0b902 If we're about to emit something like: by Brian Gaeke · 21 years ago
  63. e4ed742 Update list of failing benchmarks. by Brian Gaeke · 21 years ago
  64. 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 21 years ago
  65. 88108b8 Support shr long/ulong. by Brian Gaeke · 21 years ago
  66. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 21 years ago
  67. 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 21 years ago
  68. fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 21 years ago
  69. 2041d0c Add more known-failing tests. by Brian Gaeke · 21 years ago
  70. 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 21 years ago
  71. 9ffcf9f Add stub method for long shift codegen. by Brian Gaeke · 21 years ago
  72. 6f0b772 Update to-do list. by Brian Gaeke · 21 years ago
  73. c7b4f10 Implement setcc on longs. by Brian Gaeke · 21 years ago
  74. 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 21 years ago
  75. 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 21 years ago
  76. b10fc03 Update to-do list. by Brian Gaeke · 21 years ago
  77. 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 21 years ago
  78. e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 21 years ago
  79. b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 21 years ago
  80. 087f085 Update failing test cases & to-do list. by Brian Gaeke · 21 years ago
  81. e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 21 years ago
  82. 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 21 years ago
  83. d42b167 Fix grammar by Misha Brukman · 21 years ago
  84. d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 21 years ago
  85. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 21 years ago
  86. b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 21 years ago
  87. d90282d Implement va_start. by Brian Gaeke · 21 years ago
  88. 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 21 years ago
  89. 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 21 years ago
  90. 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 21 years ago
  91. 507bc71 Update list of expected test failures. by Brian Gaeke · 21 years ago
  92. a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 21 years ago
  93. 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 21 years ago
  94. 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 21 years ago
  95. 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 21 years ago
  96. c935cf1 Update to-do list. by Brian Gaeke · 21 years ago
  97. b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 21 years ago
  98. b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 21 years ago
  99. 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
  100. b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago