1. 3700a4d Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 19 years ago
  2. 05f9466 Turn of jump tables for a bit, there are still some issues to work out with by Nate Begeman · 19 years ago
  3. a766765 Optimized stores to the constant pool, while cool, are unnecessary. by Nate Begeman · 19 years ago
  4. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  5. 1900c01 Don't do all the lowering stuff for 2-wide build_vector's. Also, minor optimization for shuffle of undef. by Evan Cheng · 19 years ago
  6. a083af1 Fix a performance regression. Use {p}shuf* when there are only two distinct elements in a build_vector. by Evan Cheng · 19 years ago
  7. ee18347 Two more build_vector tests. by Evan Cheng · 19 years ago
  8. ea4a9c5 Teach the JIT how to relocate LI, this fixes the JIT on Prolangs-C/TimberWolfMC by Chris Lattner · 19 years ago
  9. 776eb6b This no longer needs the JIT. by Chris Lattner · 19 years ago
  10. b003d76 Fix JIT support for static ctors, which was apparently completely broken! by Chris Lattner · 19 years ago
  11. ba05f72 Revamp build_vector lowering to take advantage of movss and movd instructions. by Evan Cheng · 19 years ago
  12. d9993b0 Fix the comment by Nate Begeman · 19 years ago
  13. 6fcbd69 Change the PPC JIT to use a Static relocation model by Nate Begeman · 19 years ago
  14. 99d3c27 typo by Chris Lattner · 19 years ago
  15. 6e68a77 fix thinko by Chris Lattner · 19 years ago
  16. 3e663a6 add some low-prio notes by Chris Lattner · 19 years ago
  17. 4a1cd9c The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap by Chris Lattner · 19 years ago
  18. 62af9e6 movddup is a SSE3 instruction. by Evan Cheng · 19 years ago
  19. a5d824e Remove a hack required by V9. by Chris Lattner · 19 years ago
  20. ef027f9 Fix a couple more memory issues by Chris Lattner · 19 years ago
  21. 444b2cf Remove the extraneous --defined-only option to nm. This is the default and by Reid Spencer · 19 years ago
  22. 2259141 Add && to each RUN: line (except the last one). by Evan Cheng · 19 years ago
  23. 714f038 More build_vector tests. by Evan Cheng · 19 years ago
  24. 884df21 Check for llc crash. by Evan Cheng · 19 years ago
  25. 856c1c9 To be replaced with another test. by Evan Cheng · 19 years ago
  26. 017dcc6 Now generating perfect (I think) code for "vector set" with a single non-zero by Evan Cheng · 19 years ago
  27. fedced7 Fix a really subtle and obnoxious memory bug that caused issues with an by Chris Lattner · 19 years ago
  28. 44fa691 Don't require the "dot" program if -flat option is given, and don't produce by Reid Spencer · 19 years ago
  29. 7b5db0b Keep Visual Studio informed. by Jeff Cohen · 19 years ago
  30. e198afc Configure llvm-config in tools, not utils. by Reid Spencer · 19 years ago
  31. ca40bb9 Remove the llvm-config directory. Its now in tools. by Reid Spencer · 19 years ago
  32. ca432ac llvm-config doesn't live here anymore ==> tools by Reid Spencer · 19 years ago
  33. 7f872bb Okay, llvm-config is good to go now. by Reid Spencer · 19 years ago
  34. 05dee50 Several Changes To Support Building llvm-config: by Reid Spencer · 19 years ago
  35. 563ff1c Don't build llvm-config until issues are resolved. by Reid Spencer · 19 years ago
  36. 2e1284d Build the llvm-config directory as a tool. by Reid Spencer · 19 years ago
  37. df4f226 Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll by Chris Lattner · 19 years ago
  38. bcce6c2 new testcase by Chris Lattner · 19 years ago
  39. d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 19 years ago
  40. a4c3189 Don't know what I was thinking... by Evan Cheng · 19 years ago
  41. ba2194a Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night. by Chris Lattner · 19 years ago
  42. 879acef add a note by Chris Lattner · 19 years ago
  43. 118af5f Remove Burg as a directory to be considered. by Reid Spencer · 19 years ago
  44. 572a76f Remove more references to Burg. by Reid Spencer · 19 years ago
  45. 5d12bf8 Remove reference to BURG variable. It no longer exists. by Reid Spencer · 19 years ago
  46. ab38f5b remove some stuff by Chris Lattner · 19 years ago
  47. ab093fa Remove traces of Burg utility now that its gone and not needed. by Reid Spencer · 19 years ago
  48. 63ed92e Burg not needed any more now that SparcV9 is gone. by Reid Spencer · 19 years ago
  49. a295262 remove some v9 specific code by Chris Lattner · 19 years ago
  50. 1b87c42 This field no longer exists by Chris Lattner · 19 years ago
  51. 719c2fc Don't fill in fields that no longer exist. by Chris Lattner · 19 years ago
  52. f7fb31e Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly. by Chris Lattner · 19 years ago
  53. 3dc38d2 Remove some obsolete interfaces by Chris Lattner · 19 years ago
  54. 060054b Remove this obsolete file by Chris Lattner · 19 years ago
  55. 05b9773 Remove some of the obvious v9-specific cruft by Chris Lattner · 19 years ago
  56. 02e5f8d Remove some of the obvious V9-specific cruft by Chris Lattner · 19 years ago
  57. cb095c1 Vector extract element test case. by Evan Cheng · 19 years ago
  58. 37408e5 Remove V9 jit support by Chris Lattner · 19 years ago
  59. f4649a5 Vector insert test case. by Evan Cheng · 19 years ago
  60. 74a59c9 allow this dir to get pruned by Chris Lattner · 19 years ago
  61. cd03d21 Remove this target's reg tests by Chris Lattner · 19 years ago
  62. dc8a08e Fails with all sparcs by Chris Lattner · 19 years ago
  63. 2a60703 Remove V9 by Chris Lattner · 19 years ago
  64. 2706983 This target is no longer built. The ,v files now live in the reoptimizer. by Chris Lattner · 19 years ago
  65. 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
  66. 7df583e Never build SparcV9 by Chris Lattner · 19 years ago
  67. 73173e7 remove a dead prototype by Chris Lattner · 19 years ago
  68. 7a31b97 Make code match cvs commit message :) by Andrew Lenharth · 19 years ago
  69. 8117f9a If we can convert the return pointer type into an integer that IntPtrType by Andrew Lenharth · 19 years ago
  70. 3b9adf8 can we cast between pointers and IntPtrType by Andrew Lenharth · 19 years ago
  71. 26f5e98 Add a missing =back to eliminate error. by Reid Spencer · 19 years ago
  72. 5328031 v16i8 splat with 2 punpcklbw and a single pshufd. by Evan Cheng · 19 years ago
  73. 46d1d66 Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*. by Evan Cheng · 19 years ago
  74. 39623da - Added support to turn "vector clear elements", e.g. pand V, <-1, -1, 0, -1> by Evan Cheng · 19 years ago
  75. 44f1f09 Turn a VAND into a VECTOR_SHUFFLE is applicable. by Evan Cheng · 19 years ago
  76. c313c66 Added a virtual method isVectorClearMaskLegal to TLI. It is similar to by Evan Cheng · 19 years ago
  77. 7afbb73 Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle. by Evan Cheng · 19 years ago
  78. 22ad8d9 Added a movhlps, movlhps test case. by Evan Cheng · 19 years ago
  79. 6868153 Don't hardcode in 1.5 for the website, just use 'CVS'. by Chris Lattner · 19 years ago
  80. 6c787d8 This is old, out of date, and isn't linked to by anything. by Chris Lattner · 19 years ago
  81. 0231007 Make sure that the new instructions selected have the right type. This fixes by Chris Lattner · 19 years ago
  82. 0d4603b New testcase for a codegen crash by Chris Lattner · 19 years ago
  83. 84b71ae Changing domain name by Tanya Lattner · 19 years ago
  84. 62b5772 Implement folding of a bunch of binops with undef by Chris Lattner · 19 years ago
  85. 1ef81af Update llvmgcc4 tarball names by Chris Lattner · 19 years ago
  86. fcccd6b Removed listing of llvm releases after 1.4, and said "1.4 and newer" by Tanya Lattner · 19 years ago
  87. 2b87362 Made warning red. by Tanya Lattner · 19 years ago
  88. d006d3a Document is out of date.. added warning and link to llvm-config. by Tanya Lattner · 19 years ago
  89. 827a1d9 Fixed up comment on xfail for llvmgcc version. by Tanya Lattner · 19 years ago
  90. f894d0e Added note about being able to XFAIL based on llvmgcc version. by Tanya Lattner · 19 years ago
  91. b3c1100 Removed cvs mirror comment by Tanya Lattner · 19 years ago
  92. 993b980 Minor fixes for the release. by Tanya Lattner · 19 years ago
  93. 8bb0a6c This has been fixed! Thanks Reid. by Chris Lattner · 19 years ago
  94. d3582da Yeah that's right! by Chris Lattner · 19 years ago
  95. 31e0aea Fixes from Tanya by Chris Lattner · 19 years ago
  96. 9d3b814 Add in missing #defines for _OpenBSD_ systems. by Reid Spencer · 19 years ago
  97. 72cd9a9 Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type, by Evan Cheng · 19 years ago
  98. 1014ab4 Allow OpenBSD to be recognized as a UNIX platform. by Reid Spencer · 19 years ago
  99. 94fe5eb isSplatMask() bug: first element can be an undef. by Evan Cheng · 19 years ago
  100. 89a1b38 Simplify some code by Chris Lattner · 19 years ago