1. b0be4d2 eliminate support for "ops" in the input/output list of an by Chris Lattner · 15 years ago
  2. 09a2769 use ins/outs by Chris Lattner · 15 years ago
  3. 6784bdf use ins/outs. by Chris Lattner · 15 years ago
  4. cedef1c remove some code that was working around old sparc v9 backend bugs. by Chris Lattner · 15 years ago
  5. 34b8a88 outs come before ins. by Chris Lattner · 15 years ago
  6. 07754c2 Make fast-isel understand llvm.stackprotector. by Eric Christopher · 15 years ago
  7. 9580832 Refactor NEON ld/st instructions to hardcode class arguments that are constants. by Bob Wilson · 15 years ago
  8. 1814cf0 lit: Tweak example tests config. by Daniel Dunbar · 15 years ago
  9. f98bc63 MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a by Daniel Dunbar · 15 years ago
  10. 8cc9c0c MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, by Daniel Dunbar · 15 years ago
  11. 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
  12. debbef2 offsetof always has type size_t. by Dan Gohman · 15 years ago
  13. 40b037e Simplify this code. by Dan Gohman · 15 years ago
  14. d720712 Fix a name clash that was breaking MSVC builds. by Benjamin Kramer · 15 years ago
  15. aea1b50 Explicitly cast std::min's arguments to avoid type mismatches. by Dan Gohman · 15 years ago
  16. fe7bb05 another one by Gabor Greif · 15 years ago
  17. 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
  18. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  19. d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
  20. 74cdc75 Fix a bug found by inspection; in the __GNUC__ code, the alignment by Dan Gohman · 15 years ago
  21. 8bba4dd Nick wants these alphabetized by Andrew Lenharth · 15 years ago
  22. 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
  23. 1584390 Add explicit braces to avoid ambiguous ‘else’. by Dan Gohman · 15 years ago
  24. e10038e callq is pcrelative by Chris Lattner · 15 years ago
  25. 35ee7d6 Check if function names start with "llvm." before trying to lookup them up as by Bob Wilson · 15 years ago
  26. 1ac2429 Fix comment. by Devang Patel · 15 years ago
  27. c93b4cf Add the ability to "intern" FoldingSetNodeID data into a by Dan Gohman · 15 years ago
  28. 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
  29. 3f0cc8c CMake: Add options for using static runtime on MSVC++ build. by Oscar Fuentes · 15 years ago
  30. e7e891f Add an extra newline to separate PP directives from the contents by Kovarththanan Rajaratnam · 15 years ago
  31. 7c97ed7 Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to format a size_t. by Benjamin Kramer · 15 years ago
  32. fd49430 Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running by Jeffrey Yasskin · 15 years ago
  33. bdc652b Turning off post-ra scheduling for x86. It isn't a consistent win. by Evan Cheng · 15 years ago
  34. b5f6feb add a couple blurbs back by Chris Lattner · 15 years ago
  35. f9e6472 Reapply r98755 with a thinko which miscompiled gengtype fixed. by Dan Gohman · 15 years ago
  36. 9a1d200 MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. by Daniel Dunbar · 15 years ago
  37. daf9733 Add MCSymbol::isInSection. by Daniel Dunbar · 15 years ago
  38. 0682951 MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. by Daniel Dunbar · 15 years ago
  39. ec1176a Revert "Change coalescer complexity from N^2 to N logN by changing one letter." by Jakob Stoklund Olesen · 15 years ago
  40. f3caa52 X86 address mode matching code MatchAddressRecursively does some aggressive hack which require doing a RAUW. It may end up deleting some SDNode up stream. It should avoid referencing deleted nodes. by Evan Cheng · 15 years ago
  41. c3188ce Debug info intrinsic does not intefer during tail call optimization. by Devang Patel · 15 years ago
  42. 6c8648b Revert 98745 with respect to the addition of NEONFrm subformats for disassembly. by Johnny Chen · 15 years ago
  43. 0427b2a Change coalescer complexity from N^2 to N logN by changing one letter. by Jakob Stoklund Olesen · 15 years ago
  44. b675e25 Fixed a bug in the IT mask printing where T means the cond bit in the mask by Johnny Chen · 15 years ago
  45. 77bdc48 Refines 98745 so that it only contains the patch related to the output of the by Johnny Chen · 15 years ago
  46. e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
  47. e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
  48. 11cb87c Use llvm-gcc to build ARM when it's available by Jim Grosbach · 15 years ago
  49. 87949d4 Clean up whitespace. by Bob Wilson · 15 years ago
  50. 89ef7b7 Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f by Bob Wilson · 15 years ago
  51. e5636a3 Initialize Size member to appease valgrind. by Benjamin Kramer · 15 years ago
  52. ebf78f1 Revert 98755, which may be causing trouble. by Dan Gohman · 15 years ago
  53. f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
  54. 0afc29c Change SCEVNAryExpr's operand array from a SmallVector to a plain by Dan Gohman · 15 years ago
  55. f9cf8b3 Remove an unnecessary (and misspelled) typedef. Tweak whitespace. by Bob Wilson · 15 years ago
  56. 7e1b037 missing include by Andrew Lenharth · 15 years ago
  57. e6f8387 98745 contains something unrelated to the patch. by Johnny Chen · 15 years ago
  58. f04bdc5 notes from evan by Chris Lattner · 15 years ago
  59. 9e08876 Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm by Johnny Chen · 15 years ago
  60. b0a72ec Testcase for r98728. by Stuart Hastings · 15 years ago
  61. 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
  62. 477a1fd several updates by Chris Lattner · 15 years ago
  63. b5e9770 Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's by Jeffrey Yasskin · 15 years ago
  64. b34500f Fixed spelling errors. by John Criswell · 15 years ago
  65. b7ccf75 Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because by Jeffrey Yasskin · 15 years ago
  66. 15a0611 combiner-aa too, what's its status? by Chris Lattner · 15 years ago
  67. dc91008 more chris scribble. by Chris Lattner · 15 years ago
  68. 77e7694 fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 15 years ago
  69. c66bfef add a bunch of random and unformatted notes as I am reading by Chris Lattner · 15 years ago
  70. 0e464a9 add logo, comment out project info, they need to send updates to get reincluded. by Chris Lattner · 15 years ago
  71. b095ba4 remove dead variable, patch by Nathan Howell! by Chris Lattner · 15 years ago
  72. b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago
  73. a1bdfc3 Remove a check that can no longer be true, after r84803. by Bob Wilson · 15 years ago
  74. a43e6bf Revert 98683. It is breaking something in the disassembler. by Bob Wilson · 15 years ago
  75. 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
  76. bb6c77e Remove redundant writeback flag from ARM address mode 6. Also remove the by Bob Wilson · 15 years ago
  77. 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
  78. 2b0272e Disambiguate the *_UPD and * variants by specifying the writeback flag as 1. by Johnny Chen · 15 years ago
  79. 94c484d add asmprinter suport for unions, fixing Feature/unions.ll to actually by Chris Lattner · 15 years ago
  80. cbe1e31 Ignore debug value instructions while analyzing BB for tail duplication. by Devang Patel · 15 years ago
  81. ab7f107 Revert r98666 too; it's checkin-without-testing day! by Daniel Dunbar · 15 years ago
  82. 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
  83. 7df6ecf temporarily xfail by Chris Lattner · 15 years ago
  84. 4446b04 Mark str[r]chr readonly. by Benjamin Kramer · 15 years ago
  85. b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
  86. 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
  87. eb2693e Add an rdar number to this test. by Dan Gohman · 15 years ago
  88. 730f743 work around an MSVC2010 bug, PR6504 by Chris Lattner · 15 years ago
  89. c221bc7 Chris pointed out that producing undef here is wrong in general. by Duncan Sands · 15 years ago
  90. 2d357f6 Remove redundant writeback flag in ARM addressing mode 5. by Bob Wilson · 15 years ago
  91. ab34605 Remove the writeback flag from ARM's address mode 4. Now that we have separate by Bob Wilson · 15 years ago
  92. 9e54b6a Fix unused variable warnings. by Bob Wilson · 15 years ago
  93. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  94. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  95. ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
  96. abf657f more BranchInst tests by Gabor Greif · 15 years ago
  97. c613969 NNT: Add -nouname option, so machine uniquing can occur across physical machines. by Daniel Dunbar · 15 years ago
  98. d165e1a add BranchInst tests by Gabor Greif · 15 years ago
  99. 642c066 appease valgrind testers by Gabor Greif · 15 years ago
  100. 984751e Check that P is not zero initialized. by Duncan Sands · 15 years ago