1. 5001042 add support for bugpointing the integrated assembler. Something like this by Chris Lattner · 16 years ago
  2. 4d82068 fix the same bug on the x86-64 side of the fence. by Chris Lattner · 16 years ago
  3. 840e637 fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort by Chris Lattner · 16 years ago
  4. 6efed73 Avoid a memory leak in JITDebugRegisterer. by Jeffrey Yasskin · 16 years ago
  5. 7cfb6d3 Add a testcase for the change in r98586. by Bob Wilson · 16 years ago
  6. b0d2766 Use getFirstTerminator(). by Bill Wendling · 16 years ago
  7. 827f778 Forgot testcase for r98599. by Bill Wendling · 16 years ago
  8. 8fe347a When checking if something's killed, don't rely simply on whether it's marked as by Bill Wendling · 16 years ago
  9. 5f19c43 don't form a RecordChild or CheckChildType for child #'s over 7, we don't by Chris Lattner · 16 years ago
  10. 8d95e0b Wrap a long line and add some parens to be consistent. by Bob Wilson · 16 years ago
  11. 999aee2 Fix the third (and last known) case of code update problems due by Chris Lattner · 16 years ago
  12. 4e815f8 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 16 years ago
  13. 1bbf72b Recognize code for doing vector gather/scatter index calculations with by Dan Gohman · 16 years ago
  14. 33cc5cb Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass. by Bob Wilson · 16 years ago
  15. 7b9f6b1 Skip debug info intrinsics. by Devang Patel · 16 years ago
  16. d6e5908 MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). by Daniel Dunbar · 16 years ago
  17. 99d22ad MC/Mach-O: Add MCSectionMachO::getType() by Daniel Dunbar · 16 years ago
  18. 689fac0 Skip debug info intrinsics. by Devang Patel · 16 years ago
  19. 505ad8b Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  20. 9cc0da9 Implement support for the case when a reference to a addr-of-bb by Chris Lattner · 16 years ago
  21. 034721e use Mang->getSymbol() by Chris Lattner · 16 years ago
  22. 4c6741f use Mang->getSymbol() more. by Chris Lattner · 16 years ago
  23. 1bb30b6 Extend MemoryBuffer::getFile() to take an optional "stat" structure by Douglas Gregor · 16 years ago
  24. 0019034 Create SDDbgValue for dbg_value intrinsics and remember its connections with DAG nodes. by Devang Patel · 16 years ago
  25. 0220ba7 Fix the case when a reference to an address taken BB is emitted in one by Chris Lattner · 16 years ago
  26. ca70495 In "empty" bb, the return instruction may not be first instruction, if dbg value intrinsics are present in this bb. Use terminator to find return instructions. by Devang Patel · 16 years ago
  27. 757e75b Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 16 years ago
  28. a375d47 Avoid sibcall optimization if either caller or callee is using sret semantics. by Evan Cheng · 16 years ago
  29. 88698f5 revert r98550, it isn't necessary or sufficient. by Chris Lattner · 16 years ago
  30. 90a48ad Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions. by Devang Patel · 16 years ago
  31. fc6e69b don't eliminate address-taken blocks here. by Chris Lattner · 16 years ago
  32. ed7d10e SIGN_EXTEND from the same type as the dest is valid. by Chris Lattner · 16 years ago
  33. 7fb5c2d sink the call to VT.getSizeInBits() down into its uses, by Chris Lattner · 16 years ago
  34. 87cd7ed Treat copysignl like the other copysign functions. by Duncan Sands · 16 years ago
  35. ad18130 Don't save a temporary string into a StringRef field. by Jeffrey Yasskin · 16 years ago
  36. 1f8008c fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 16 years ago
  37. c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 16 years ago
  38. e002da3 eliminate some #if 0 code I added in r96905, type inference by Chris Lattner · 16 years ago
  39. 2cacec5 Completely rewrite tblgen's type inference mechanism, by Chris Lattner · 16 years ago
  40. 6894b07 MachineMove ctor doesn't need to to mutate input, add 'const' by Chris Lattner · 16 years ago
  41. 420c69d do some serious surgery on CellSPU to get it back into a world by Chris Lattner · 16 years ago
  42. 3d00578 fix a few more ambiguous types. by Chris Lattner · 16 years ago
  43. 4de3502 add some missing types by Chris Lattner · 16 years ago
  44. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 16 years ago
  45. 0cec9c8 various cleanups from daniel by Chris Lattner · 16 years ago
  46. 77144e7 fix an ambiguous pattern, contrary to expectations, scalar_to_vector by Chris Lattner · 16 years ago
  47. a833f6b remove dead method. by Chris Lattner · 16 years ago
  48. cdff5f7 don't forget to close a FD on an error condition, found by by Chris Lattner · 16 years ago
  49. 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 16 years ago
  50. 149add0 tidy indentation by Chris Lattner · 16 years ago
  51. 1c436d0 no really, all 64-bit cpu's have cmov support. This should by Chris Lattner · 16 years ago
  52. 1db570d filecheckize a test and mark these wiht a cpu so it passes by Chris Lattner · 16 years ago
  53. 1f84e32 all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll by Chris Lattner · 16 years ago
  54. 1610d43 Remove pointless forward declaration, MSVC got confused by this. by Benjamin Kramer · 16 years ago
  55. d2c817e Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes by Duncan Sands · 16 years ago
  56. a8efe28 Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. by Evan Cheng · 16 years ago
  57. c4a3f23 fix ShrinkDemandedOps to not leave dead nodes around, fixing PR6607 by Chris Lattner · 16 years ago
  58. 25e0ab9 rewrite ShrinkDemandedOps to be faster and indent less, no functionality change. by Chris Lattner · 16 years ago
  59. 700c71d Fix jit encoding bugs. by Evan Cheng · 16 years ago
  60. 552186d make -view-isel-dags print after the 'ShrinkDemandedOps' pass. by Chris Lattner · 16 years ago
  61. 7147946 don't have i386-specific tests in CodeGen/Generic, PR6601. by Chris Lattner · 16 years ago
  62. da0688e fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not the operand type. by Chris Lattner · 16 years ago
  63. 917463b Fix typo by Anton Korobeynikov · 16 years ago
  64. f02e730 Document fp16 intrinsics by Anton Korobeynikov · 16 years ago
  65. b9b5840 Feature test for half precision FP. by Anton Korobeynikov · 16 years ago
  66. 631379e Add substarget feature for FP16 by Anton Korobeynikov · 16 years ago
  67. bec3dd2 Add codegen support for FP16 on ARM by Anton Korobeynikov · 16 years ago
  68. 927411b Make default expansion for FP16 <-> FP32 nodes into libcalls by Anton Korobeynikov · 16 years ago
  69. be5b032 Add DAG nodes to represent FP16 <-> FP32 intrinsics by Anton Korobeynikov · 16 years ago
  70. feacf28 Cleanup by Anton Korobeynikov · 16 years ago
  71. 675043b The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc. by Anton Korobeynikov · 16 years ago
  72. 676f968 Add intrinsics to represent fp16 <-> fp32 conversions by Anton Korobeynikov · 16 years ago
  73. 314a113 add support for pentium class CPUs which do not have cmov, by Chris Lattner · 16 years ago
  74. 3b9d621 fix AsmPrinter::GetBlockAddressSymbol to always return a unique by Chris Lattner · 16 years ago
  75. c441e97 comment fix. by Chris Lattner · 16 years ago
  76. 166604e shrink 4-byte branches to 1-byte branches when lowering from by Chris Lattner · 16 years ago
  77. ead138b Skip over debug info when trying to merge two return BBs. by Bill Wendling · 16 years ago
  78. c69b4a5 Make returns more consistent with others. by Bill Wendling · 16 years ago
  79. 63d7836 get MMI out of the label uniquing business, just go to MCContext by Chris Lattner · 16 years ago
  80. 6b4205a fix these two get the mcsymbol operand instead of imm operand. by Chris Lattner · 16 years ago
  81. 1d72a76 add a new CreateTempSymbol method, the use case for by Chris Lattner · 16 years ago
  82. 8d9aaba don't use getDWLabel("label" anymore, always go through MMI. by Chris Lattner · 16 years ago
  83. 0397ada remove now-dead code, all labels use MCSymbols. by Chris Lattner · 16 years ago
  84. 25b68c6 change SrcLineInfo to contain a label instead of a label ID. by Chris Lattner · 16 years ago
  85. 2e9919a Now that DBG_LABEL is updated, we can finally make MachineMove by Chris Lattner · 16 years ago
  86. 6ffccca change the DBG_LABEL MachineInstr to always be created by Chris Lattner · 16 years ago
  87. 3b39f89 xfail properly by Chris Lattner · 16 years ago
  88. 9a38e67 unbreak the build, grr symlinks. by Chris Lattner · 16 years ago
  89. 9e2dab7 xfail these tests temporarily to get teh buildbots back to happy land. by Chris Lattner · 16 years ago
  90. 90f172a Change this code to allocate temporary labels from mccontext, not from MMI. by Chris Lattner · 16 years ago
  91. aba9bcb switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 16 years ago
  92. f14645c Fix some EH failures on NNT I introduced in r98461 by Chris Lattner · 16 years ago
  93. 21f9c8d fix a bug I introduced in r98459, causing some NNT failures. by Chris Lattner · 16 years ago
  94. 5e81716 Check in tablegen changes to fix disassembler related failures caused by r98465. by Evan Cheng · 16 years ago
  95. f48ef03 Do not force indirect tailcall through fixed registers: eax, r11. Add support to allow loads to be folded to tail call instructions. by Evan Cheng · 16 years ago
  96. d3da362 MC: Fix a crash on invalid, attempting to evaluate undefined symbols. by Daniel Dunbar · 16 years ago
  97. 7561d48 change the LabelSDNode to be EHLabelSDNode and make it hold by Chris Lattner · 16 years ago
  98. 18589de eliminate InvalidateLabel and LabelIDList from MMI and replace by Chris Lattner · 16 years ago
  99. b913060 use Label->isDefined() instead of isLabelDeleted() now that we by Chris Lattner · 16 years ago
  100. 53d0024 fix some pointless layering violations. by Chris Lattner · 16 years ago