1. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 18 years ago
  2. d1f04d4 legalize vbit_convert nodes whose result is a legal type. by Chris Lattner · 18 years ago
  3. 0eade31 Lower target intrinsics into an INTRINSIC node by Chris Lattner · 18 years ago
  4. 019a0a9 Ignore the lexer output. by Reid Spencer · 18 years ago
  5. cf22612 Ignore the burg output files. by Reid Spencer · 18 years ago
  6. e8a30fd fix some bogus assertions: noop bitconverts are legal by Chris Lattner · 18 years ago
  7. b52a5d9 Get Visual Studio happy again. by Jeff Cohen · 18 years ago
  8. 23ea607 Add a vector shuffle test case by Evan Cheng · 18 years ago
  9. 14aed5e Handle more shuffle cases with SHUFP* instructions. by Evan Cheng · 18 years ago
  10. 033e681 Lower BUILD_VECTOR to VECTOR_SHUFFLE if there are two distinct nodes (and if by Evan Cheng · 18 years ago
  11. 7056de3 extract some more information from the intrinsic table by Chris Lattner · 18 years ago
  12. 1c070fc Remove the interpreter component as its not working at the moment. by Reid Spencer · 18 years ago
  13. 3e8f3ce Identify the INTRINSIC node by Chris Lattner · 18 years ago
  14. 72601ca add a new intrinsic node by Chris Lattner · 18 years ago
  15. cf87e97 Add a couple simple intrinsics for intel. Fix the v2f64 definition. by Chris Lattner · 18 years ago
  16. cbe3a78 Add llvm-config to the index. by Reid Spencer · 18 years ago
  17. 5a4b9e7 Ignored generated files. by Reid Spencer · 18 years ago
  18. 31c4d82 Ignore generated files. by Reid Spencer · 18 years ago
  19. a4282d9 Ignore generated file Intrinsics.gen by Reid Spencer · 18 years ago
  20. 7a10277 Add new generated files. by Reid Spencer · 18 years ago
  21. 96bfd4a Add a .cvsignore file to get rid of notices about gram.tab.[ch] by Reid Spencer · 18 years ago
  22. 4d9f05c Add new generated files to be ignored. by Reid Spencer · 18 years ago
  23. f39fcc7 Ignore temporary files generated by building. by Reid Spencer · 18 years ago
  24. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 18 years ago
  25. 677274b Typo by Evan Cheng · 18 years ago
  26. e2ca157 Ignore some files that occur when srcdir = objdir. by Reid Spencer · 18 years ago
  27. 72c4125 Documentation for llvm-config by Eric Kidd. by Reid Spencer · 18 years ago
  28. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  29. 7e09115 Unneeded forward. by Jim Laskey · 18 years ago
  30. 2fee235 A little script to find LLVM symbols. Ideally this would use c++filt for by Reid Spencer · 18 years ago
  31. 90c79d7 Make sure types are allocated in the scope of their use. by Jim Laskey · 18 years ago
  32. 025213e Don't print out ugly command line when building LibDeps.txt. by Reid Spencer · 18 years ago
  33. 716aefc add a note by Chris Lattner · 18 years ago
  34. 7692eb4 add support for splitting casts. This implements by Chris Lattner · 18 years ago
  35. 5d37acc add some tests for typecasts and extract_element by Chris Lattner · 18 years ago
  36. 8fc23cd Typo by Evan Cheng · 18 years ago
  37. 9b2b21b Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  38. dc6af72 Add PPC vector bit-convert support by Chris Lattner · 18 years ago
  39. f1d78e8 Add support to locate local variables in frames (early version.) by Jim Laskey · 18 years ago
  40. 4ca9757 Strip changes to llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  41. 930ac06 Can't combine anymore - we don't have a chain through llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  42. 99db044 Change interface to DwarfWriter. by Jim Laskey · 18 years ago
  43. 580418e Modify how CBE handles #lines. by Jim Laskey · 18 years ago
  44. b8509c5 Generate local variable and scope information and equivalent dwarf forms. by Jim Laskey · 18 years ago
  45. 43970fe Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  46. 4556ce5 Simplify handling of llvm.dbg intrinsic operands to one spot. by Jim Laskey · 18 years ago
  47. c14897e Modify usage of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  48. d06b5fc Change the argument types of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  49. 60f27ff Support for locating of debug items in frames. by Jim Laskey · 18 years ago
  50. 108a638 Correction of stoppoint arguments. by Jim Laskey · 18 years ago
  51. 383e009 Updated information related to local variables and scopes. by Jim Laskey · 18 years ago
  52. 29b4dd0 Fix the encodings of these new instructions, hopefully fixing the JIT by Chris Lattner · 18 years ago
  53. 24dc1f5 Following icc's lead: use movdqa to load / store 128-bit integer vectors by Evan Cheng · 18 years ago
  54. 7df8e26 Add HowToReleaseLLVM.html. by Reid Spencer · 18 years ago
  55. cf427e8 A very early, rough draft of a guide to making public releases for LLVM. by Reid Spencer · 18 years ago
  56. 6c8a2f1 Wrap long lines, remove unnecessarily empty lines. by Reid Spencer · 18 years ago
  57. ff9b038 Updated for library changes: by Reid Spencer · 18 years ago
  58. 70a7b1b prune #includes by Chris Lattner · 18 years ago
  59. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  60. 475c010 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  61. 408c428 simplify some code by Chris Lattner · 18 years ago
  62. ef98691 remove always-null IntrinsicLowering argument. by Chris Lattner · 18 years ago
  63. 726c1ef remove the intrinsiclowering hook by Chris Lattner · 18 years ago
  64. 3b047f7 Add v4i32 <-> v4f32 bitconvert patterns. by Evan Cheng · 18 years ago
  65. 83e1a6a Allow result node to be a simple leaf node. This enable bitconvert patterns by Evan Cheng · 18 years ago
  66. a971f6f Add 128-bit integer vector load and add (for testing). by Evan Cheng · 18 years ago
  67. ce94482 Add support for 8 bit immediates with 16/32 bit cmp instructions by Nate Begeman · 18 years ago
  68. 7e35890 Fix a typo by Chris Lattner · 18 years ago
  69. ca6e8ea Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not do by Evan Cheng · 18 years ago
  70. 7de48c1 Replace vector splat test case. by Evan Cheng · 18 years ago
  71. e9aba8b Add a v2f64 splat (using movlhps) test case. by Evan Cheng · 18 years ago
  72. e25ca69 Implement simple support for vector casting. This can currently only handle by Chris Lattner · 18 years ago
  73. 313f13c Fix comments by Chris Lattner · 18 years ago
  74. 0cea6d2 SHUFP* are two address code. by Evan Cheng · 18 years ago
  75. 762f2ae add a new node by Chris Lattner · 18 years ago
  76. a88973f Some clean up. by Evan Cheng · 18 years ago
  77. 1bffadd - Supposely movlhps is faster / better than unpcklpd. by Evan Cheng · 18 years ago
  78. 6bf9791 test that vspltw is generated for test cases by Chris Lattner · 18 years ago
  79. 0188ecb - Implement X86ISelLowering::isShuffleMaskLegal(). We currently only support by Evan Cheng · 18 years ago
  80. 035c6a2 silence a bogus gcc warning by Chris Lattner · 18 years ago
  81. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 18 years ago
  82. 63d3300 - VECTOR_SHUFFLE of v4i32 / v4f32 with undef second vector always matches by Evan Cheng · 18 years ago
  83. c04b423 add a note by Chris Lattner · 18 years ago
  84. 2da953f Fix PSHUF* and SHUF* jit code emission problems by Evan Cheng · 18 years ago
  85. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 18 years ago
  86. 765c93c wrap lines to 80 columns. by Chris Lattner · 18 years ago
  87. 9d86a9d This has been implemented. Tweak it into another note by Chris Lattner · 18 years ago
  88. ecfe55e When possible, custom lower 32-bit SINT_TO_FP to this: by Chris Lattner · 18 years ago
  89. e5ba580 Add support for "ri" addressing modes where the immediate is a 14-bit field by Chris Lattner · 18 years ago
  90. 6df1154 fix a warning by Chris Lattner · 18 years ago
  91. b9df0ca Some splat and shuffle support. by Evan Cheng · 18 years ago
  92. a9f2a71 Add a couple more pseudo instructions. by Evan Cheng · 18 years ago
  93. 841c882 Endianness does not affect the order of vector fields. This fixes by Chris Lattner · 18 years ago
  94. eb8b09f Fix the JIT encoding of the VAForm_1 instructions, including vmaddfp by Chris Lattner · 18 years ago
  95. 3b9fa89 Enclose some variables in a scope to avoid error with some gcc versions by Chris Lattner · 18 years ago
  96. 4a7da36 Didn't mean to check this in. No MMX support yet. by Evan Cheng · 18 years ago
  97. 48090aa - Use movaps to store 128-bit vector integers. by Evan Cheng · 18 years ago
  98. e35c218 add expand support for extractelement by Chris Lattner · 18 years ago
  99. 9b3bd46 These targets don't support EXTRACT_VECTOR_ELT, though, in time, X86 will. by Chris Lattner · 18 years ago
  100. 3a7a14b Don't forget to promote xform function to an explicit node for def : Pat<> by Evan Cheng · 18 years ago