1. ed7d10e SIGN_EXTEND from the same type as the dest is valid. by Chris Lattner · 15 years ago
  2. 7fb5c2d sink the call to VT.getSizeInBits() down into its uses, by Chris Lattner · 15 years ago
  3. 87cd7ed Treat copysignl like the other copysign functions. by Duncan Sands · 15 years ago
  4. ad18130 Don't save a temporary string into a StringRef field. by Jeffrey Yasskin · 15 years ago
  5. 1f8008c fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 15 years ago
  6. c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 15 years ago
  7. e002da3 eliminate some #if 0 code I added in r96905, type inference by Chris Lattner · 15 years ago
  8. 2cacec5 Completely rewrite tblgen's type inference mechanism, by Chris Lattner · 15 years ago
  9. 6894b07 MachineMove ctor doesn't need to to mutate input, add 'const' by Chris Lattner · 15 years ago
  10. 420c69d do some serious surgery on CellSPU to get it back into a world by Chris Lattner · 15 years ago
  11. 3d00578 fix a few more ambiguous types. by Chris Lattner · 15 years ago
  12. 4de3502 add some missing types by Chris Lattner · 15 years ago
  13. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  14. 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
  15. 77144e7 fix an ambiguous pattern, contrary to expectations, scalar_to_vector by Chris Lattner · 15 years ago
  16. a833f6b remove dead method. by Chris Lattner · 15 years ago
  17. cdff5f7 don't forget to close a FD on an error condition, found by by Chris Lattner · 15 years ago
  18. 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
  19. 149add0 tidy indentation by Chris Lattner · 15 years ago
  20. 1c436d0 no really, all 64-bit cpu's have cmov support. This should by Chris Lattner · 15 years ago
  21. 1db570d filecheckize a test and mark these wiht a cpu so it passes by Chris Lattner · 15 years ago
  22. 1f84e32 all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll by Chris Lattner · 15 years ago
  23. 1610d43 Remove pointless forward declaration, MSVC got confused by this. by Benjamin Kramer · 15 years ago
  24. d2c817e Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes by Duncan Sands · 15 years ago
  25. a8efe28 Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. by Evan Cheng · 15 years ago
  26. c4a3f23 fix ShrinkDemandedOps to not leave dead nodes around, fixing PR6607 by Chris Lattner · 15 years ago
  27. 25e0ab9 rewrite ShrinkDemandedOps to be faster and indent less, no functionality change. by Chris Lattner · 15 years ago
  28. 700c71d Fix jit encoding bugs. by Evan Cheng · 15 years ago
  29. 552186d make -view-isel-dags print after the 'ShrinkDemandedOps' pass. by Chris Lattner · 15 years ago
  30. 7147946 don't have i386-specific tests in CodeGen/Generic, PR6601. by Chris Lattner · 15 years ago
  31. da0688e fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not the operand type. by Chris Lattner · 15 years ago
  32. 917463b Fix typo by Anton Korobeynikov · 15 years ago
  33. f02e730 Document fp16 intrinsics by Anton Korobeynikov · 15 years ago
  34. b9b5840 Feature test for half precision FP. by Anton Korobeynikov · 15 years ago
  35. 631379e Add substarget feature for FP16 by Anton Korobeynikov · 15 years ago
  36. bec3dd2 Add codegen support for FP16 on ARM by Anton Korobeynikov · 15 years ago
  37. 927411b Make default expansion for FP16 <-> FP32 nodes into libcalls by Anton Korobeynikov · 15 years ago
  38. be5b032 Add DAG nodes to represent FP16 <-> FP32 intrinsics by Anton Korobeynikov · 15 years ago
  39. feacf28 Cleanup by Anton Korobeynikov · 15 years ago
  40. 675043b The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc. by Anton Korobeynikov · 15 years ago
  41. 676f968 Add intrinsics to represent fp16 <-> fp32 conversions by Anton Korobeynikov · 15 years ago
  42. 314a113 add support for pentium class CPUs which do not have cmov, by Chris Lattner · 15 years ago
  43. 3b9d621 fix AsmPrinter::GetBlockAddressSymbol to always return a unique by Chris Lattner · 15 years ago
  44. c441e97 comment fix. by Chris Lattner · 15 years ago
  45. 166604e shrink 4-byte branches to 1-byte branches when lowering from by Chris Lattner · 15 years ago
  46. ead138b Skip over debug info when trying to merge two return BBs. by Bill Wendling · 15 years ago
  47. c69b4a5 Make returns more consistent with others. by Bill Wendling · 15 years ago
  48. 63d7836 get MMI out of the label uniquing business, just go to MCContext by Chris Lattner · 15 years ago
  49. 6b4205a fix these two get the mcsymbol operand instead of imm operand. by Chris Lattner · 15 years ago
  50. 1d72a76 add a new CreateTempSymbol method, the use case for by Chris Lattner · 15 years ago
  51. 8d9aaba don't use getDWLabel("label" anymore, always go through MMI. by Chris Lattner · 15 years ago
  52. 0397ada remove now-dead code, all labels use MCSymbols. by Chris Lattner · 15 years ago
  53. 25b68c6 change SrcLineInfo to contain a label instead of a label ID. by Chris Lattner · 15 years ago
  54. 2e9919a Now that DBG_LABEL is updated, we can finally make MachineMove by Chris Lattner · 15 years ago
  55. 6ffccca change the DBG_LABEL MachineInstr to always be created by Chris Lattner · 15 years ago
  56. 3b39f89 xfail properly by Chris Lattner · 15 years ago
  57. 9a38e67 unbreak the build, grr symlinks. by Chris Lattner · 15 years ago
  58. 9e2dab7 xfail these tests temporarily to get teh buildbots back to happy land. by Chris Lattner · 15 years ago
  59. 90f172a Change this code to allocate temporary labels from mccontext, not from MMI. by Chris Lattner · 15 years ago
  60. aba9bcb switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 15 years ago
  61. f14645c Fix some EH failures on NNT I introduced in r98461 by Chris Lattner · 15 years ago
  62. 21f9c8d fix a bug I introduced in r98459, causing some NNT failures. by Chris Lattner · 15 years ago
  63. 5e81716 Check in tablegen changes to fix disassembler related failures caused by r98465. by Evan Cheng · 15 years ago
  64. 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 · 15 years ago
  65. d3da362 MC: Fix a crash on invalid, attempting to evaluate undefined symbols. by Daniel Dunbar · 15 years ago
  66. 7561d48 change the LabelSDNode to be EHLabelSDNode and make it hold by Chris Lattner · 15 years ago
  67. 18589de eliminate InvalidateLabel and LabelIDList from MMI and replace by Chris Lattner · 15 years ago
  68. b913060 use Label->isDefined() instead of isLabelDeleted() now that we by Chris Lattner · 15 years ago
  69. 53d0024 fix some pointless layering violations. by Chris Lattner · 15 years ago
  70. 1611273 change EH related stuff (other than EH_LABEL) to use MCSymbol by Chris Lattner · 15 years ago
  71. bf2d4c0 X86_64: Fix encoding for the rest of the 64i32 instructions too. by Daniel Dunbar · 15 years ago
  72. 859c9dc X86: Fix ADD64i32 encoding. by Daniel Dunbar · 15 years ago
  73. 5691e74 MC/X86_64: Symbol support. by Daniel Dunbar · 15 years ago
  74. ee0d892 MC/Mach-O: Initial x86_64 support. by Daniel Dunbar · 15 years ago
  75. f0a0be4 macho-dump: Basic Mach 64 support. by Daniel Dunbar · 15 years ago
  76. 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
  77. 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
  78. 3554717 Make lit pay attention to --vg for unittests too. by Jeffrey Yasskin · 15 years ago
  79. eca52b6 Allow types that have been forwarded to to be freed. by Jeffrey Yasskin · 15 years ago
  80. 06e59e7 Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. by Nick Lewycky · 15 years ago
  81. 4ca9065 llvm-mc: Delete output files on error. by Daniel Dunbar · 15 years ago
  82. 96e2cec MC/X86_64: Fix matching of leaq. by Daniel Dunbar · 15 years ago
  83. 989ac72 MC/X86_64: Fix matching of callq. by Daniel Dunbar · 15 years ago
  84. 3a151be add a hack to allow parsing negative minint. rdar://7751341 by Chris Lattner · 15 years ago
  85. 3889fac add builder support for mcsymbol operands. by Chris Lattner · 15 years ago
  86. 72aaa3c add support for MCSymbols as operands to MachineInstrs. by Chris Lattner · 15 years ago
  87. 5e6cbe0 simplify EmitFrameMoves to take BaseLabel in as a symbol by Chris Lattner · 15 years ago
  88. 464bee1 simplify some overly general code. The stack always grows down on x86. by Chris Lattner · 15 years ago
  89. e17245d Fix another warning. There is a functionality change but I believe it's correct. by Benjamin Kramer · 15 years ago
  90. fb65807 factor some labels, simplify some code. by Chris Lattner · 15 years ago
  91. 669f6b3 Add some parens and silence a warning. by Benjamin Kramer · 15 years ago
  92. bffb5b3 Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new by Bob Wilson · 15 years ago
  93. 206d61e various cleanups. by Chris Lattner · 15 years ago
  94. da3e9f7 MC/Mach-O: PCrel relocations weren't using the right base address, they are by Daniel Dunbar · 15 years ago
  95. 5e6a7a2 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 15 years ago
  96. 181ab6a llvm-mc: Support -arch as a simplified form of -triple. by Daniel Dunbar · 15 years ago
  97. 0af20d8 Fix a typo in ValueTracking that's causing instcombine to delete needed shift instructions. by Evan Cheng · 15 years ago
  98. bc733f5 reimplement the string pool used for inlined function by Chris Lattner · 15 years ago
  99. 2416115 Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 15 years ago
  100. 1bd1e6d switch to the text section at the start of the .s file for darwin/x86 by Chris Lattner · 15 years ago