1. e927dc6 Remove test/FrontendC, almost all of the tests have been migrated by Eric Christopher · 14 years ago
  2. 0000578 Add support for multi-way live range splitting. by Jakob Stoklund Olesen · 14 years ago
  3. 3b92527 Print out the MBB live-in registers. by Jakob Stoklund Olesen · 14 years ago
  4. e470977 Eliminate copies of undefined values during coalescing. by Jakob Stoklund Olesen · 14 years ago
  5. 25ad783 Update test. by Benjamin Kramer · 14 years ago
  6. 162ee5c Add a neat little two's complement hack for x86. by Benjamin Kramer · 14 years ago
  7. 4ea4968 Recognize unpckh* masks and match 256-bit versions. The new versions are by Bruno Cardoso Lopes · 14 years ago
  8. c680b92 Delete unnecessarily cautious LastCALLSEQ code. by Dan Gohman · 14 years ago
  9. 45f3929 ARM rot_imm printing adjustment. by Jim Grosbach · 14 years ago
  10. 85bfd3b ARM cleanup of rot_imm encoding. by Jim Grosbach · 14 years ago
  11. 61cc47e Prevent x86-specific DAGCombine from creating nodes with illegal type (which could not be selected). Fixes a minor isel issue that was breaking the testcase from r136130. by Eli Friedman · 14 years ago
  12. bfe3686 Remove one last reference to Target in MC library. by Evan Cheng · 14 years ago
  13. 793e796 Split am2offset into register addend and immediate addend forms, necessary for allowing the fixed-length disassembler to distinguish between SBFX and STR_PRE. by Owen Anderson · 14 years ago
  14. 45c8d2b Update generated code to use new API of GetElementPtrInst::Create. by Nicolas Geoffray · 14 years ago
  15. 84c93d4 FileCheck'ize test. by Jim Grosbach · 14 years ago
  16. 194229e Fix a typo. by Bill Wendling · 14 years ago
  17. 0d87ec2 Fix over-zealous rename from r136095. by Jim Grosbach · 14 years ago
  18. ce1986b XFAIL this test while I investigate it; it's failing for an unexpected reason. by Eli Friedman · 14 years ago
  19. 24f0533 Add obvious missing case to switch. PR10497. by Eli Friedman · 14 years ago
  20. be9a9af Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction. by Eli Friedman · 14 years ago
  21. d6dcf39 Fix llvm-mc target detection code to match llc. by Evan Cheng · 14 years ago
  22. 5acaeb5 Updating stale documentation on regalloc modes. by Andrew Trick · 14 years ago
  23. 726f1b9 Use the correct for for the version. It's little endian and my brain is by Bill Wendling · 14 years ago
  24. 189610f ARM diagnostics for ldrexd/stredx out of order paired register operands. by Jim Grosbach · 14 years ago
  25. cf128ea Remove now unused patterns. 0 insertions(+), 98 deletions(-) by Bruno Cardoso Lopes · 14 years ago
  26. 5e3267d Cleanup old matching for PUNPCK* variants by Bruno Cardoso Lopes · 14 years ago
  27. a671a30 While extracting lexical scopes from machine instruction stream, work on one machine basic block at a time. by Devang Patel · 14 years ago
  28. 36711e4 ARM parsing and encoding tests for load/store exclusive instructions. by Jim Grosbach · 14 years ago
  29. dfdf02d ARM fix for LDREX source register encoding. by Jim Grosbach · 14 years ago
  30. 5116ff6 SCEV: Added a data structure for storing not-taken info per loop by Andrew Trick · 14 years ago
  31. b089040 Strip trailing whitespace. by Duncan Sands · 14 years ago
  32. 4f6f13d ARM assembly parsing and encoding for SWP[B] instructions. by Jim Grosbach · 14 years ago
  33. 1ef9141 ARM SWP instructions store, too, not just load. by Jim Grosbach · 14 years ago
  34. 1355cf1 Clean up the ARM asm parser a bit. by Jim Grosbach · 14 years ago
  35. 3d5ab36 ARM fix asm parsing range check for [0,31] immediates. by Jim Grosbach · 14 years ago
  36. ed83848 ARM parsing and encoding for SVC instruction. by Jim Grosbach · 14 years ago
  37. 873db3e ARM assembly parsing and encoding tests for SUB instruction. by Jim Grosbach · 14 years ago
  38. a46c658 Update ARM STM tests. Fix check: prefix for diagnostic tests. by Jim Grosbach · 14 years ago
  39. 652b48b Teach the Triple class about kfreebsd (FreeBSD kernel with a GNU userspace). by Duncan Sands · 14 years ago
  40. 3d72290 Add LLVMAddAlwaysInlinerPass to the C API. by Rafael Espindola · 14 years ago
  41. a03084d LLVM 3.0 is here, remove old do nothing method. by Rafael Espindola · 14 years ago
  42. 7becbc4 SrcDef is only written and never read. Remove it. by Duncan Sands · 14 years ago
  43. f56138d Add helper function for getting true/false constants in a uniform by Duncan Sands · 14 years ago
  44. b3aa471 Clean up the HTML here a bit. by Bill Wendling · 14 years ago
  45. 8aa695d Fix typo in comment. by Jay Foad · 14 years ago
  46. 5e0ac58b Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson by Nick Lewycky · 14 years ago
  47. de77055 The compact unwinding offsets are divided by 8 on 64-bit machines. by Bill Wendling · 14 years ago
  48. 75471d6 Describe the reasoning for compact unwind in better terms. Thanks to Nick Kledzik for the description. by Bill Wendling · 14 years ago
  49. 5d348b4 Add 256-bit isel for movsldup/movshdup by Bruno Cardoso Lopes · 14 years ago
  50. 9123c6f More movsldup/movshdup cleanup. Rewrite the mask matching function and add by Bruno Cardoso Lopes · 14 years ago
  51. 5f6c440 More cleanup, subtarget info isn't used here. by Bruno Cardoso Lopes · 14 years ago
  52. cc1c352 Add 128-bit AVX versions of movshdup/mosldup by Bruno Cardoso Lopes · 14 years ago
  53. 3e9235c Cleanup movsldup/movshdup matching. 27 insertions(+), 62 deletions(-) by Bruno Cardoso Lopes · 14 years ago
  54. 165e231 Revert to RA_Assign when a virtreg separates into components. by Jakob Stoklund Olesen · 14 years ago
  55. 28c85a8 Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. by Evan Cheng · 14 years ago
  56. 0682597 Remove a file from CMakeLists.txt that Evan removed in r136027. by Chandler Carruth · 14 years ago
  57. 94b9550 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago
  58. fcf5a83 Still more library dependency updates. This reflects the ever decreasing by Chandler Carruth · 14 years ago
  59. b35552d Clean up a pile of hacks in our CMake build relating to TableGen. by Chandler Carruth · 14 years ago
  60. 185f92e ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8. by Jim Grosbach · 14 years ago
  61. c9a7c8d TargetAsmBackend has been renamed to MCAsmBackend. by Evan Cheng · 14 years ago
  62. 78c10ee Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 14 years ago
  63. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  64. 5a1cb64 Finish adding support for lifetime intrinsics to SROA. Fixes PR10121! by Nick Lewycky · 14 years ago
  65. dbc46d7 I will save before I commit. by Benjamin Kramer · 14 years ago
  66. f494335 ARM assembly parsing and encoding for SSAT16 instruction. by Jim Grosbach · 14 years ago
  67. 863bd9d Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128 by Bruno Cardoso Lopes · 14 years ago
  68. 51e92e8 Add remaining 256-bit vector bitcasts. This also fixes PR10451 by Bruno Cardoso Lopes · 14 years ago
  69. 6a32adc - Handle special scalar_to_vector case: splats. Using a native 128-bit by Bruno Cardoso Lopes · 14 years ago
  70. 233fa39 Reintroduce r135730, this is indeed the right approach, there is no by Bruno Cardoso Lopes · 14 years ago
  71. 853b0fd llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 14 years ago
  72. f008001 Fix include guards. by Evan Cheng · 14 years ago
  73. a3d782f Add a note about efficient codegen for binary log. by Benjamin Kramer · 14 years ago
  74. 9eff198 Attempt to fix test failure reported on llvm-commits. by Eli Friedman · 14 years ago
  75. 15b3567 BranchProbability::print returns void now. by Jakub Staszak · 14 years ago
  76. ed4b427 Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10476. by Eli Friedman · 14 years ago
  77. a26ec88 Add BlockFrequency class. by Jakub Staszak · 14 years ago
  78. 580f4a9 ARM assembly parsing and encoding for SSAT instruction. by Jim Grosbach · 14 years ago
  79. 478849e Add clarifying comments for the new arguments to UnrollLoop. by Andrew Trick · 14 years ago
  80. 617793d Refactoring fail. by Evan Cheng · 14 years ago
  81. f16f347 Move CBackend and CppBackend MC initialization to TargetInfo. by Evan Cheng · 14 years ago
  82. 63f8dde Get rid of an incorrect optimization for shuffles with PALIGNR and simplify isPALIGNRMask. by Eli Friedman · 14 years ago
  83. 275944a Fix more MC layering violations. by Evan Cheng · 14 years ago
  84. d1200aa More MC layering violations. by Evan Cheng · 14 years ago
  85. 093b8ca Check in updated CMake dependencies after Evan's latest round of by Chandler Carruth · 14 years ago
  86. 8bcf949 Add a missing enumerator to this switch. Currently its in the by Chandler Carruth · 14 years ago
  87. 5160d38 Add LLVMAddTargetLibraryInfo to the C API. by Rafael Espindola · 14 years ago
  88. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 14 years ago
  89. fd47a59 Add missing space (this line is no longer pushing the 80-column limit). by Nick Lewycky · 14 years ago
  90. f3379da 80 columns. by Nick Lewycky · 14 years ago
  91. fce6b50 Fix typo. by Nick Lewycky · 14 years ago
  92. e4616ac Simply ARM so_reg MIOperandInfo definitions. by Jim Grosbach · 14 years ago
  93. 0335a14 Add LLVMAddLowerExpectIntrinsicPass to the C API. by Rafael Espindola · 14 years ago
  94. 1b0fc9b Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 14 years ago
  95. af6981f ARM asm operand renaming. Make things a bit more explicit. by Jim Grosbach · 14 years ago
  96. 5f6c133 More simple cleanup of ARM asm operand definitions. by Jim Grosbach · 14 years ago
  97. 3ef750d Fix some typos. by Bill Wendling · 14 years ago
  98. 66bc5c6 An initial description of the compact unwind encoding. by Bill Wendling · 14 years ago
  99. 5413470 Code clean up. by Evan Cheng · 14 years ago
  100. 8cb2d61 Refactor MBlaze target to separate MC routines from Target routines. by Evan Cheng · 14 years ago