1. 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 13 years ago
  2. 90b4041 Refactor. by Devang Patel · 13 years ago
  3. 80efd4e Make provision to have floating point constants in .debug_loc expressions. by Devang Patel · 13 years ago
  4. 3492a4a Apparently we can't expect a BinaryOperator here. by Benjamin Kramer · 13 years ago
  5. 4455397 cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds. by NAKAMURA Takumi · 13 years ago
  6. 9c64030 Emit a more efficient magic number multiplication for exact sdivs. by Benjamin Kramer · 13 years ago
  7. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 13 years ago
  8. 1fb0955 Make GVN look through extractvalues for recognised intrinsics. GVN can then CSE ops that match values produced by the intrinsics. by Lang Hames · 13 years ago
  9. 0184336 Raise assertion when MachineOperand has unexpected target flag. by Akira Hatanaka · 13 years ago
  10. 18dfcb8 Make sure variable Kind is assigned a value to suppress warning. by Akira Hatanaka · 13 years ago
  11. 2aa6b4c Fix more register allocation sensitive tests. by Jakob Stoklund Olesen · 13 years ago
  12. caab279 Remove a test that no longer makes sense. by Jakob Stoklund Olesen · 13 years ago
  13. 9bf45d0 Let the inline asm 'q' constraint match float, and on 64-bit double too. by Nick Lewycky · 13 years ago
  14. 77ed135 Go ahead and emit the barrier on x86-64 even without sse2. The by Eric Christopher · 13 years ago
  15. 794bf17 Lower MachineInstr to MC Inst and print to .s files. by Akira Hatanaka · 13 years ago
  16. b2760f8 Fix CMake build's library dependencies. by Chandler Carruth · 13 years ago
  17. d8cca66 Handle fpcr register. by Eric Christopher · 13 years ago
  18. 31b5f00 Add support for the X86 'l' constraint. by Eric Christopher · 13 years ago
  19. 09ad0b6 Remove a FIXME. All of the standard ones are in the list. by Eric Christopher · 13 years ago
  20. 78d62b2 Remove unnecessary newline. by Akira Hatanaka · 13 years ago
  21. 476df5f Add DEBUG message. by Devang Patel · 13 years ago
  22. 18fb1d3 Add Mode64Bit feature and sink it down to MC layer. by Evan Cheng · 13 years ago
  23. 4ae970b Move a function out-of-line. by Bill Wendling · 13 years ago
  24. 03236be Rather than having printMemOperand change the way memory operands are printed by Akira Hatanaka · 13 years ago
  25. 3014b2f This patch adds a flag in MCAsmInfo that indicates whether dwarf register by Akira Hatanaka · 13 years ago
  26. 17a2f8e Define class MipsMCInstLower. by Akira Hatanaka · 13 years ago
  27. aa08ea0 Change visibility of MipsAsmPrinter. by Akira Hatanaka · 13 years ago
  28. 2091a0d Define class MipsMCSymbolRefExpr. by Akira Hatanaka · 13 years ago
  29. 4d1abf1 Simplify MipsRegisterInfo::eliminateFrameIndex. by Akira Hatanaka · 13 years ago
  30. 4761a8d Rewrite comment in English. by Evan Cheng · 13 years ago
  31. 963b03c Rename attribute 'thumb' to a more descriptive 'thumb-mode'. by Evan Cheng · 13 years ago
  32. d3ac47f Reverse order of operands of address operand mem so that the base operand comes by Akira Hatanaka · 13 years ago
  33. e280519 Add missing return statement. by Akira Hatanaka · 13 years ago
  34. 9194c67 If known DebugLocs do not match then two DBG_VALUE machine instructions are not identical. For example, by Devang Patel · 13 years ago
  35. f86b76e Recognize mipseb as alias for mips for symmetry with mipsel. by Joerg Sonnenberger · 13 years ago
  36. a850411 Update CMake library dependencies by Oscar Fuentes · 13 years ago
  37. 7f358da Fix CMake build by Douglas Gregor · 13 years ago
  38. 375db7f The VMLA instruction and its friends are not actually fused; they're plain old by Cameron Zwarich · 13 years ago
  39. db06873 Sink feature IsThumb into MC layer. by Evan Cheng · 13 years ago
  40. 347c50a Feature bits are 64-bits. by Evan Cheng · 13 years ago
  41. 0ddff1b Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 13 years ago
  42. cbd40f8 type can be null by Chris Lattner · 13 years ago
  43. 7af453a use a more efficient check for 'is metadata' by Chris Lattner · 13 years ago
  44. b99e412 Use ArrayRef instead of a std::vector&. by Bill Wendling · 13 years ago
  45. 944520f Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The by Lang Hames · 13 years ago
  46. 39dfb0f Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests. by Evan Cheng · 13 years ago
  47. 6a6b8c3 Add a target hook to encode the compact unwind information. by Bill Wendling · 13 years ago
  48. e727d67 Add isCodeGenOnly value to the CodeGenInstruction class. by Jim Grosbach · 13 years ago
  49. d0626aa Added a testcase for PR10220. by Lang Hames · 13 years ago
  50. 7986289 Add DEBUG messages. by Devang Patel · 13 years ago
  51. 94ca42f Factor ARM triple parsing out of ARMSubtarget. Another step towards making ARM subtarget info available to MC. by Evan Cheng · 13 years ago
  52. a4acb00 Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion. by Devang Patel · 13 years ago
  53. 447c40c Fix a bug in the "expect" intrinsic lowering. by Jakub Staszak · 13 years ago
  54. a38cfb2 When tail-merging multiple blocks, make sure to correctly update the live-in list on the merged block to correctly account for the live-outs of all the predecessors. They might not be the same in all cases (the testcase I have involves a PHI node where one of the operands is an IMPLICIT_DEF). by Eli Friedman · 13 years ago
  55. 66c9ee7 Typo. by Jim Grosbach · 13 years ago
  56. 90369eb Remove dead code. by Devang Patel · 13 years ago
  57. a462d6e Typo. by Devang Patel · 13 years ago
  58. 2b2dc7c Clean up the #includes. by Bill Wendling · 13 years ago
  59. 882e1e1 Grammar and 80-col. by Eric Christopher · 13 years ago
  60. 9cbd7af Fix a subtle issue in SmallVector. The following code did not work as expected: by Owen Anderson · 13 years ago
  61. 4fd3c59 Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to one alloca. by Devang Patel · 13 years ago
  62. 78a9f13 Add ARM MC registry routines. by Evan Cheng · 13 years ago
  63. ed5e355 Rename files for consistency. by Evan Cheng · 13 years ago
  64. 298bc9a Add ImmutableList::contains(). Patch by Rui Paulo! by Nick Lewycky · 13 years ago
  65. d1689ae Mark ARM pseudo-instructions as isPseudo. by Jim Grosbach · 13 years ago
  66. 806fcc0 Don't require pseudo-instructions to carry encoding information. by Jim Grosbach · 13 years ago
  67. 231a5ab Simplify. Consolidate dbg.declare handling in AllocaPromoter. by Devang Patel · 13 years ago
  68. 17f91d2 indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more by Andrew Trick · 13 years ago
  69. d378b32 Remove un-used encoding info from Pseudo MLAv5. by Jim Grosbach · 13 years ago
  70. b0e77a2 Fix missing triple support for RTEMS target. by Eli Friedman · 13 years ago
  71. 037d1c0 indvars -disable-iv-rewrite: Added SimplifyCongruentIVs. by Andrew Trick · 13 years ago
  72. 0392a04 Remove some unnecessary includes. by Eli Friedman · 13 years ago
  73. 486dd90 Constify getCompactUnwindRegNum. by Bill Wendling · 13 years ago
  74. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  75. a3574fb LICM: Remove trailing white spaces by Tobias Grosser · 13 years ago
  76. df7102b LICM: Do not loose alignment on promotion by Tobias Grosser · 13 years ago
  77. 2905776 Add documenation about "branch_weight" metadata and __builtin_expect instruction by Jakub Staszak · 13 years ago
  78. 9da9934 Introduce "expect" intrinsic instructions. by Jakub Staszak · 13 years ago
  79. d7c7e2f Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. by Kevin Enderby · 13 years ago
  80. d521f2d Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a by Kevin Enderby · 13 years ago
  81. e234cd9 Allow tagless builds and fix debug build configuration. by David Greene · 13 years ago
  82. 68ae5b4 Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo. by Evan Cheng · 13 years ago
  83. 211f53a Revert r134366 and add an explicit triple to make this test host-independent. by Dan Gohman · 13 years ago
  84. 9c04b5b Remove the ObjC ARC passes from the default optimization list, and add by Dan Gohman · 13 years ago
  85. c5ecbdc Preserve debug loc. by Devang Patel · 13 years ago
  86. c5e9138 Speculatively revert r134431. by Devang Patel · 13 years ago
  87. 3209a03 Use memcmp. by Benjamin Kramer · 13 years ago
  88. 9b9c5ea Really fix typo :-( by Rafael Espindola · 13 years ago
  89. 5ac795c Fix typo. by Rafael Espindola · 13 years ago
  90. 15cf76c Clear debug loc while updating insert point. by Devang Patel · 13 years ago
  91. 338398a By default mkstemp() creates a temporary file with mode 0600, but the mode by Chad Rosier · 13 years ago
  92. 5490197 Break infinite loop when the Hopfield network oscillates. by Jakob Stoklund Olesen · 13 years ago
  93. 82c475d Compare all 4 bytes of the header. by Rafael Espindola · 13 years ago
  94. af45b3d Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269. by Eli Friedman · 13 years ago
  95. e0dc2fa indvars -disable-iv-rewrite: avoid multiple IVs in weird cases. by Andrew Trick · 13 years ago
  96. bc20e4f ARM estimateStackSize() needs to account for simplified call frames. by Jim Grosbach · 13 years ago
  97. 9693d4c Fix PR10277. by Jakob Stoklund Olesen · 13 years ago
  98. 2b0f4ab Tweak comment and debug output. by Jakob Stoklund Olesen · 13 years ago
  99. dedd6ee Fix 80-col. by Michael J. Spencer · 13 years ago
  100. 64388ce Fix warnings. by Michael J. Spencer · 13 years ago