1. d350e47 switch CMOVBE to the multipattern: 21 insertions(+), 53 deletions(-) by Chris Lattner · 14 years ago
  2. 2e2be60 We can split around loops with multiple exits now. by Jakob Stoklund Olesen · 14 years ago
  3. 57d0f2d Update SplitEditor API to reflect the fact that the original live interval is by Jakob Stoklund Olesen · 14 years ago
  4. dbc3609 Intervals are half-open. by Jakob Stoklund Olesen · 14 years ago
  5. e583c89 fix a bug I introduced in r115669, which ended up with MOV64mr_TC by Chris Lattner · 14 years ago
  6. b484213 add a multiclass for cmov's, but don't start using it yet. by Chris Lattner · 14 years ago
  7. 0659b04 PSHUFW is in SSE, not SSSE3. by Bill Wendling · 14 years ago
  8. d244699 use a multipattern to define setcc instructions: by Chris Lattner · 14 years ago
  9. f5c347d 256 sections should be enough for anyone... by Rafael Espindola · 14 years ago
  10. 2c383d8 move SETB pseudos into the same place in InstrCompiler.td by Chris Lattner · 14 years ago
  11. 508fc47 Replace a gross hack (the MOV64ri_alt instruction) with a slightly less by Chris Lattner · 14 years ago
  12. 62fed8b Don't crash in a strange .size directive. by Rafael Espindola · 14 years ago
  13. 748a2fe distribute the rest of the contents of X86Instr64bit.td out to by Chris Lattner · 14 years ago
  14. 984a7fc When we find a reaching definition, make sure it is visited from all paths by by Jakob Stoklund Olesen · 14 years ago
  15. fc60d77 Don't use nextIndex to check for live out of instruction. by Jakob Stoklund Olesen · 14 years ago
  16. 9c3aa4d trailing whitespace by Jim Grosbach · 14 years ago
  17. 1070192 move the rest of the simple 64-bit arithmetic into InstrArithmetic.td by Chris Lattner · 14 years ago
  18. 853b18e Remove trailing space. This is just an excuse to poke the by Duncan Sands · 14 years ago
  19. 5bbbcdb continue moving 64-bit stuff into X86InstrArithmetic.td by Chris Lattner · 14 years ago
  20. ea1104a Fix Punctuation. by Michael J. Spencer · 14 years ago
  21. eb6e77f MC-COFF: Fix (PR8278) temporary symbol relocations. by Michael J. Spencer · 14 years ago
  22. e452b17 Add support for a fill value in the .zero directive. by Rafael Espindola · 14 years ago
  23. a818c07 Tweak VNInfo printing. by Jakob Stoklund Olesen · 14 years ago
  24. 201ecfc Add assert for valid slot indexes. by Jakob Stoklund Olesen · 14 years ago
  25. d86609f Increase the number of bits used internally by the ARM target to represent the by Jim Grosbach · 14 years ago
  26. 737cd21 Implement a simple alias case and refactor the code a bit so that the by Rafael Espindola · 14 years ago
  27. a25c0a4 test/COFF: Fix symbol indexes and names. Update tests to match. by Michael J. Spencer · 14 years ago
  28. f191d12 test/COFF: Remove temp file usage. by Michael J. Spencer · 14 years ago
  29. 3ef2c9f test/coff-dump: Support reading from stdin. by Michael J. Spencer · 14 years ago
  30. cc1f91c Cleanup Whitespace. by Michael J. Spencer · 14 years ago
  31. 3a9e769 Use a more efficient lowering of uint64_t --> float that can take advantage of hardware signed integer conversion without by Owen Anderson · 14 years ago
  32. 6422794 move 64-bit add and adc to InstrArithmetic. by Chris Lattner · 14 years ago
  33. c7d4655 rewrote two addr constraints so that they are only set, not set and then nestedly cleared. by Chris Lattner · 14 years ago
  34. 6367cfc split the 32-bit integer arithmetic instructions out to their own file. by Chris Lattner · 14 years ago
  35. 2dc9164 Update attribute reading for the changed source location code. by Sebastian Redl · 14 years ago
  36. 5c77c16 Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed. by Rafael Espindola · 14 years ago
  37. 266a69f Tests that now pass. by Rafael Espindola · 14 years ago
  38. 644801a After printing "Running 'Graphviz' program... " and running the by Dan Gohman · 14 years ago
  39. 8f413fa On ELF we need to know which symbols are used in relocations to decide if by Rafael Espindola · 14 years ago
  40. 4a12f22 Properly deserialize Clang types that are used as attribute arguments by Douglas Gregor · 14 years ago
  41. 6057895 test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be inserted to @main as prologue on cygming, to fail. by NAKAMURA Takumi · 14 years ago
  42. 5249ff3 integrate the 64-bit shifts into X86InstrShiftRotate.td. Enough for tonight. by Chris Lattner · 14 years ago
  43. 5f58e84 move 32-bit shift and rotates out to their own file. by Chris Lattner · 14 years ago
  44. 2c065e1 add new file by Chris Lattner · 14 years ago
  45. 8917cd3 move sign and zero extensions out to their own file. by Chris Lattner · 14 years ago
  46. d8cc272 move some instructions from Instr64Bit -> InstrInfo. by Chris Lattner · 14 years ago
  47. 5673e1d move CMOV_FR32 and friends to InstrCompiler, since they are by Chris Lattner · 14 years ago
  48. 41efbfa move various pattern matching support goop out of X86Instr64Bit, to live by Chris Lattner · 14 years ago
  49. 35649fc split conditional moves and setcc's out to their own file. by Chris Lattner · 14 years ago
  50. d3f033d move string pseudo instructions to InstrCompiler consolidate 64-bit and 32-bit together. by Chris Lattner · 14 years ago
  51. 010496c move the atomic pseudo instructions out to X86InstrCompiler.td by Chris Lattner · 14 years ago
  52. 8af88ef move more pseudo instructions out to X86InstrCompiler.td by Chris Lattner · 14 years ago
  53. d071b83 move VMX instructions out to their own file. by Chris Lattner · 14 years ago
  54. 87be16a continue moving stuff out to X86InstrSystem.td. Move by Chris Lattner · 14 years ago
  55. a0b991b Support: Add __forceinline to Compiler.h on MSVC. by Michael J. Spencer · 14 years ago
  56. f000a7a fix MSVC 2010 build. by Michael J. Spencer · 14 years ago
  57. 2bbb769 Cleanup Whitespace. by Michael J. Spencer · 14 years ago
  58. 434c7cb refactor .td files a bit, moving system instructions out to X86InstrSystem.td by Chris Lattner · 14 years ago
  59. 894a1b1 s/The ARM has/The ARM backend has/ by Jim Grosbach · 14 years ago
  60. e862228 Update LLVMLibDeps by Jim Grosbach · 14 years ago
  61. 33caa07 Re-apply r115363 and r115366 now that r115525 has removed the un-needed header by Jim Grosbach · 14 years ago
  62. 90371ad Added a testcase for the ENTER instruction. by Sean Callanan · 14 years ago
  63. 6aeb2e3 Fixed the disassembler to handle two new X86 by Sean Callanan · 14 years ago
  64. 2a135ae This DAG combine BRCOND transformation can look pass truncate of the operand: by Evan Cheng · 14 years ago
  65. 48f9543 AVX intrinsics and builtins were also added to clang by Bruno Cardoso Lopes · 14 years ago
  66. 3311cf83 Spell AltiVec correctly by Douglas Gregor · 14 years ago
  67. 6cf6c79 The pshufw instruction came about in MMX2 when SSE was introduced. Don't place by Bill Wendling · 14 years ago
  68. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 14 years ago
  69. f0233c6 ReleaseNotes: Note some changes to LLVM development infrastructure. by Daniel Dunbar · 14 years ago
  70. f2c13ef ReleaseNotes: Note a header rename. by Daniel Dunbar · 14 years ago
  71. 607d1f6 Implement ELF::R_X86_64_GOTPCREL. by Rafael Espindola · 14 years ago
  72. cebdc01 Move isFixupKindX86PCRel. by Rafael Espindola · 14 years ago
  73. 92bf668 Produce a R_X86_64_PLT32 when needed. by Rafael Espindola · 14 years ago
  74. 28f9ac8 Produce a R_X86_64_GOT32 when needed. by Rafael Espindola · 14 years ago
  75. 265bc89 validator fixes; others remain, somebody who knows some html, please have a look by Gabor Greif · 14 years ago
  76. c5ccf73 Remove unneeded header by Jim Grosbach · 14 years ago
  77. 97b01a8 Add KLEE 2.8 release notes. by Daniel Dunbar · 14 years ago
  78. 083cf15 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 14 years ago
  79. 7a39183 Don't add the operand count to SCEV uniquing data; FoldingSetNodeID by Dan Gohman · 14 years ago
  80. 4a517fc A few more random Clang release notes. by Daniel Dunbar · 14 years ago
  81. 9f45913 minor tweaks and typos by Gabor Greif · 14 years ago
  82. c79dda2 Fix lexical block's tag number. by Devang Patel · 14 years ago
  83. b822f65 scheduler update by Chris Lattner · 14 years ago
  84. c5fd156 another tweak by Chris Lattner · 14 years ago
  85. 55fb102 Include the section address in the computation of the relocation. by Rafael Espindola · 14 years ago
  86. 01263d3 Correctly compute the relocation when it is not in the first fragment. by Rafael Espindola · 14 years ago
  87. 2e0affb static_cast to long, otherwise MSVC 2008 won't compile. by Francois Pichet · 14 years ago
  88. ab62b7e Removed the older style (in-allocator) problem construction system from the PBQP allocator. Problem construction is now done exclusively with the new builders. by Lang Hames · 14 years ago
  89. 3af9633 Ada support has moved to dragonegg - I am no longer working on Ada in llvm-gcc. by Duncan Sands · 14 years ago
  90. 30be9e4 Fix a bunch of typos. by Duncan Sands · 14 years ago
  91. 051f2ee Altvec -> Altivec. by Duncan Sands · 14 years ago
  92. f2409d5 Update LLVM 2.8 release notes for Clang by Douglas Gregor · 14 years ago
  93. 7714c91 checkpoint, the release notes are now feature complete. by Chris Lattner · 14 years ago
  94. 3bdcda1 checkpoint by Chris Lattner · 14 years ago
  95. 11b6611 checkpoint. by Chris Lattner · 14 years ago
  96. 71cacda Makefile.rules: Fix breakage on cygming --enable-shared. by NAKAMURA Takumi · 14 years ago
  97. bb11771 write Major Changes and Removed Features. by Chris Lattner · 14 years ago
  98. 7554771 move dragonegg up in the list, write blurbs for lldb and libc++ by Chris Lattner · 14 years ago
  99. 2fb6e5c add a bunch of stuff that works with 2.8 by Chris Lattner · 14 years ago
  100. e7beda1 va_args support for Win64. Patch by Cameron! by Anton Korobeynikov · 14 years ago