1. 5b33f31 Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*. by Devang Patel · 15 years ago
  2. 477a1fd several updates by Chris Lattner · 15 years ago
  3. b5e9770 Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's by Jeffrey Yasskin · 15 years ago
  4. b34500f Fixed spelling errors. by John Criswell · 15 years ago
  5. b7ccf75 Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because by Jeffrey Yasskin · 15 years ago
  6. 15a0611 combiner-aa too, what's its status? by Chris Lattner · 15 years ago
  7. dc91008 more chris scribble. by Chris Lattner · 15 years ago
  8. 77e7694 fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 15 years ago
  9. c66bfef add a bunch of random and unformatted notes as I am reading by Chris Lattner · 15 years ago
  10. 0e464a9 add logo, comment out project info, they need to send updates to get reincluded. by Chris Lattner · 15 years ago
  11. b095ba4 remove dead variable, patch by Nathan Howell! by Chris Lattner · 15 years ago
  12. b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago
  13. a1bdfc3 Remove a check that can no longer be true, after r84803. by Bob Wilson · 15 years ago
  14. a43e6bf Revert 98683. It is breaking something in the disassembler. by Bob Wilson · 15 years ago
  15. 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
  16. bb6c77e Remove redundant writeback flag from ARM address mode 6. Also remove the by Bob Wilson · 15 years ago
  17. 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
  18. 2b0272e Disambiguate the *_UPD and * variants by specifying the writeback flag as 1. by Johnny Chen · 15 years ago
  19. 94c484d add asmprinter suport for unions, fixing Feature/unions.ll to actually by Chris Lattner · 15 years ago
  20. cbe1e31 Ignore debug value instructions while analyzing BB for tail duplication. by Devang Patel · 15 years ago
  21. ab7f107 Revert r98666 too; it's checkin-without-testing day! by Daniel Dunbar · 15 years ago
  22. 2d7186a str[r]chr returns its pointer argument so we cannot mark it as nocapture. Thanks to Duncan for spotting my mistake. by Benjamin Kramer · 15 years ago
  23. 7df6ecf temporarily xfail by Chris Lattner · 15 years ago
  24. 4446b04 Mark str[r]chr readonly. by Benjamin Kramer · 15 years ago
  25. b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
  26. 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
  27. eb2693e Add an rdar number to this test. by Dan Gohman · 15 years ago
  28. 730f743 work around an MSVC2010 bug, PR6504 by Chris Lattner · 15 years ago
  29. c221bc7 Chris pointed out that producing undef here is wrong in general. by Duncan Sands · 15 years ago
  30. 2d357f6 Remove redundant writeback flag in ARM addressing mode 5. by Bob Wilson · 15 years ago
  31. ab34605 Remove the writeback flag from ARM's address mode 4. Now that we have separate by Bob Wilson · 15 years ago
  32. 9e54b6a Fix unused variable warnings. by Bob Wilson · 15 years ago
  33. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  34. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  35. ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
  36. abf657f more BranchInst tests by Gabor Greif · 15 years ago
  37. c613969 NNT: Add -nouname option, so machine uniquing can occur across physical machines. by Daniel Dunbar · 15 years ago
  38. d165e1a add BranchInst tests by Gabor Greif · 15 years ago
  39. 642c066 appease valgrind testers by Gabor Greif · 15 years ago
  40. 984751e Check that P is not zero initialized. by Duncan Sands · 15 years ago
  41. 22385eb add single return tests by Gabor Greif · 15 years ago
  42. 138acfe fix PR6589 adjusted unittest by Gabor Greif · 15 years ago
  43. 5a7069a begin humbly with a repro of PR6589 by Gabor Greif · 15 years ago
  44. 5001042 add support for bugpointing the integrated assembler. Something like this by Chris Lattner · 15 years ago
  45. 4d82068 fix the same bug on the x86-64 side of the fence. by Chris Lattner · 15 years ago
  46. 840e637 fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort by Chris Lattner · 15 years ago
  47. 6efed73 Avoid a memory leak in JITDebugRegisterer. by Jeffrey Yasskin · 15 years ago
  48. 7cfb6d3 Add a testcase for the change in r98586. by Bob Wilson · 15 years ago
  49. b0d2766 Use getFirstTerminator(). by Bill Wendling · 15 years ago
  50. 827f778 Forgot testcase for r98599. by Bill Wendling · 15 years ago
  51. 8fe347a When checking if something's killed, don't rely simply on whether it's marked as by Bill Wendling · 15 years ago
  52. 5f19c43 don't form a RecordChild or CheckChildType for child #'s over 7, we don't by Chris Lattner · 15 years ago
  53. 8d95e0b Wrap a long line and add some parens to be consistent. by Bob Wilson · 15 years ago
  54. 999aee2 Fix the third (and last known) case of code update problems due by Chris Lattner · 15 years ago
  55. 4e815f8 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 15 years ago
  56. 1bbf72b Recognize code for doing vector gather/scatter index calculations with by Dan Gohman · 15 years ago
  57. 33cc5cb Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass. by Bob Wilson · 15 years ago
  58. 7b9f6b1 Skip debug info intrinsics. by Devang Patel · 15 years ago
  59. 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 · 15 years ago
  60. 99d22ad MC/Mach-O: Add MCSectionMachO::getType() by Daniel Dunbar · 15 years ago
  61. 689fac0 Skip debug info intrinsics. by Devang Patel · 15 years ago
  62. 505ad8b Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 15 years ago
  63. 9cc0da9 Implement support for the case when a reference to a addr-of-bb by Chris Lattner · 15 years ago
  64. 034721e use Mang->getSymbol() by Chris Lattner · 15 years ago
  65. 4c6741f use Mang->getSymbol() more. by Chris Lattner · 15 years ago
  66. 1bb30b6 Extend MemoryBuffer::getFile() to take an optional "stat" structure by Douglas Gregor · 15 years ago
  67. 0019034 Create SDDbgValue for dbg_value intrinsics and remember its connections with DAG nodes. by Devang Patel · 15 years ago
  68. 0220ba7 Fix the case when a reference to an address taken BB is emitted in one by Chris Lattner · 15 years ago
  69. 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 · 15 years ago
  70. 757e75b Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 15 years ago
  71. a375d47 Avoid sibcall optimization if either caller or callee is using sret semantics. by Evan Cheng · 15 years ago
  72. 88698f5 revert r98550, it isn't necessary or sufficient. by Chris Lattner · 15 years ago
  73. 90a48ad Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions. by Devang Patel · 15 years ago
  74. fc6e69b don't eliminate address-taken blocks here. by Chris Lattner · 15 years ago
  75. ed7d10e SIGN_EXTEND from the same type as the dest is valid. by Chris Lattner · 15 years ago
  76. 7fb5c2d sink the call to VT.getSizeInBits() down into its uses, by Chris Lattner · 15 years ago
  77. 87cd7ed Treat copysignl like the other copysign functions. by Duncan Sands · 15 years ago
  78. ad18130 Don't save a temporary string into a StringRef field. by Jeffrey Yasskin · 15 years ago
  79. 1f8008c fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 15 years ago
  80. c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 15 years ago
  81. e002da3 eliminate some #if 0 code I added in r96905, type inference by Chris Lattner · 15 years ago
  82. 2cacec5 Completely rewrite tblgen's type inference mechanism, by Chris Lattner · 15 years ago
  83. 6894b07 MachineMove ctor doesn't need to to mutate input, add 'const' by Chris Lattner · 15 years ago
  84. 420c69d do some serious surgery on CellSPU to get it back into a world by Chris Lattner · 15 years ago
  85. 3d00578 fix a few more ambiguous types. by Chris Lattner · 15 years ago
  86. 4de3502 add some missing types by Chris Lattner · 15 years ago
  87. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  88. 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
  89. 77144e7 fix an ambiguous pattern, contrary to expectations, scalar_to_vector by Chris Lattner · 15 years ago
  90. a833f6b remove dead method. by Chris Lattner · 15 years ago
  91. cdff5f7 don't forget to close a FD on an error condition, found by by Chris Lattner · 15 years ago
  92. 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
  93. 149add0 tidy indentation by Chris Lattner · 15 years ago
  94. 1c436d0 no really, all 64-bit cpu's have cmov support. This should by Chris Lattner · 15 years ago
  95. 1db570d filecheckize a test and mark these wiht a cpu so it passes by Chris Lattner · 15 years ago
  96. 1f84e32 all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll by Chris Lattner · 15 years ago
  97. 1610d43 Remove pointless forward declaration, MSVC got confused by this. by Benjamin Kramer · 15 years ago
  98. d2c817e Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes by Duncan Sands · 15 years ago
  99. a8efe28 Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. by Evan Cheng · 15 years ago
  100. c4a3f23 fix ShrinkDemandedOps to not leave dead nodes around, fixing PR6607 by Chris Lattner · 15 years ago