1. 03e03b0 Add testcase for r143162. by Owen Anderson · 14 years ago
  2. 04b12a4 Add some NEON stores to the VLD decoding hook that were accidentally omitted previously. by Owen Anderson · 14 years ago
  3. b0117ee Also set addrmode6 alignment when align==size. by Jakob Stoklund Olesen · 14 years ago
  4. 146af5a The default alias analysis is -noaa; update the docs to reflect that. Patch by Michael Ilseman. by Eli Friedman · 14 years ago
  5. 55dabaa ARM isel for vld1, opcode selection for register stride post-index pseudos. by Jim Grosbach · 14 years ago
  6. e391028 Delete dead code. Nothing ever instantiates this. by Jim Grosbach · 14 years ago
  7. 10c044e Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. by Owen Anderson · 14 years ago
  8. b28bdbf If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. by Owen Anderson · 14 years ago
  9. f1b7448 Stub out support for symbol disassembly in llvm-objdump. by Owen Anderson · 14 years ago
  10. b42d476 projects/sample: Switch over to imported Makefile setup. by Daniel Dunbar · 14 years ago
  11. 824a70a Avoid partial CPSR dependency from loop backedges. rdar://10357570 by Evan Cheng · 14 years ago
  12. dd4667f tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in LLVM tests. by Daniel Dunbar · 14 years ago
  13. 40fefbb tests: Remove llvm2cpp, I'm pretty sure no one uses this. by Daniel Dunbar · 14 years ago
  14. 241f997 lit: Drop some unneeded code from example tests. by Daniel Dunbar · 14 years ago
  15. eb6bd33 Fix pretty printing of i386 local sect diff relocations, TLV relocations, and x86_64 TLV relocations in MachO. by Owen Anderson · 14 years ago
  16. 999f90b Add a pinned metadata name for fpaccuracy, and document it by Peter Collingbourne · 14 years ago
  17. 249d953 Document tbaa metadata in LangRef (documentation largely based on by Peter Collingbourne · 14 years ago
  18. 32a43cc Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul by Duncan Sands · 14 years ago
  19. 6eb1ed8 Fixed llvm-objdump uint64_t formatted output. by Stepan Dyatkovskiy · 14 years ago
  20. 588d84c 2>&1 doesn't work here, it just creates an empty file called "&1" by Benjamin Kramer · 14 years ago
  21. cbe35f2 Changed test to check for correct load size instead of shift as the shift might change if optimised by Pete Cooper · 14 years ago
  22. 492be64 Trailing whitespace. by Jim Grosbach · 14 years ago
  23. 55c4127 Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and by Kevin Enderby · 14 years ago
  24. 88484c00 Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix. by Jim Grosbach · 14 years ago
  25. 3529c53 Expose relocation accessors through the libObject C API. by Owen Anderson · 14 years ago
  26. 036a67d Thumb2 t2MVNi assembly parsing to recognize ".w" suffix. by Jim Grosbach · 14 years ago
  27. d8b0b91 Add relocation iterators to the libObject C API. by Owen Anderson · 14 years ago
  28. bc1430a BlockFrequency: Use a smarter overflow check. by Benjamin Kramer · 14 years ago
  29. 0906973 Revert Duncan's r143028 expression folding which appears to be the culprit by Bob Wilson · 14 years ago
  30. c45fe4c LLLexer: Factor hex char parsing. by Benjamin Kramer · 14 years ago
  31. 390c40d Teach our Dwarf emission to use the string pool. by Nick Lewycky · 14 years ago
  32. fd58cd7 Don't crash on 128-bit sdiv by constant. Found by inspection. by Eli Friedman · 14 years ago
  33. 8ecde6c It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't do that. <rdar://problem/10352360> by Eli Friedman · 14 years ago
  34. 6d64b3a A branch predicated on a constant can just FastEmit an unconditional branch. by Chad Rosier · 14 years ago
  35. 15701f8 Rename NonScalarIntSafe to something more appropriate. by Lang Hames · 14 years ago
  36. 8ff2664 Add a TODO comment. FastISel works by parsing each basic block from the bottom by Chad Rosier · 14 years ago
  37. ade6200 Factor a little more code into EmitCmp, which should have been done in the first by Chad Rosier · 14 years ago
  38. 75698f3 Use EmitCmp in SelectBranch. No functional change intended. by Chad Rosier · 14 years ago
  39. 746cb67 Reflow lines, fix comments for doxygen style, fix whitespace. No functionality by Nick Lewycky · 14 years ago
  40. 50cacc8 Add include-what-you-use to the External Projects list. by Bill Wendling · 14 years ago
  41. 530f7ce Factor out an EmitCmp function that can be used by both SelectCmp and by Chad Rosier · 14 years ago
  42. 684457d Trailing whitespace. by Jim Grosbach · 14 years ago
  43. a581328 Thumb2 ldr pc-relative encoding fixes. by Jim Grosbach · 14 years ago
  44. 2a1286e Run test with -verify-machineinstrs. by Rafael Espindola · 14 years ago
  45. 66bf743 Fixes an issue reported by -verify-machineinstrs. by Rafael Espindola · 14 years ago
  46. 758a519 ARM parse parenthesized expressions for label references. by Jim Grosbach · 14 years ago
  47. e840e88 This commit introduces two fake instructions MORESTACK_RET and by Rafael Espindola · 14 years ago
  48. 75757f9 Make sure short memsets on ARM lower to stores, even when optimizing for size. by Lang Hames · 14 years ago
  49. dd3149d The maximum power of 2 dividing a power of 2 is itself. This occurs by Duncan Sands · 14 years ago
  50. 1832f4d Add support for scattered relocations to the MachO relocatation pretty printer. by Owen Anderson · 14 years ago
  51. 7b7fa74 Some formatting changes. by Bill Wendling · 14 years ago
  52. 5a86c5b On an ELF system, ".debug_str" is mergeable and contains null terminated strings by Nick Lewycky · 14 years ago
  53. bc5f6dd Add the blurb about the new exception handling. by Bill Wendling · 14 years ago
  54. 65d1f41 Add clReflect to the External Projects list. by Bill Wendling · 14 years ago
  55. 57fd876 Add LanguageKit and Pragmatic Smalltalk to the External Projects list. by Bill Wendling · 14 years ago
  56. ef22f78 The order of the two symbol listings in a Macho x86_64 subtractor relocation is reversed from what seems intuitive to me. by Owen Anderson · 14 years ago
  57. 9c5edc0 Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern. by Jim Grosbach · 14 years ago
  58. f8261e7 Include the full 64 bits of relocation data in the type info for MachO relocations, so that we can recognize scattered relocations. by Owen Anderson · 14 years ago
  59. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  60. 929e27c Improve pretty printing of GOT relocations in MachO on x86_64. by Owen Anderson · 14 years ago
  61. e8ec225 My super-optimizer noticed that we weren't folding this expression to by Duncan Sands · 14 years ago
  62. a921a46 Simplify SplitVecRes_UnaryOp by removing all the code that is by Duncan Sands · 14 years ago
  63. 644ce53 Add ThreadSanitizer to the External Projects list. by Bill Wendling · 14 years ago
  64. 015cca6 Revert r142530 at least temporarily while a discussion is had on llvm-commits regarding exactly how much optsize should optimize for size over performance. by James Molloy · 14 years ago
  65. 8a924c6 Add ZooLib to the External Projects list. by Bill Wendling · 14 years ago
  66. 02b77b7 Add the Stupid D Compiler to the External Projects list. by Bill Wendling · 14 years ago
  67. de39d86 Use a worklist to prevent the iterator from becoming invalidated because of the 'removeSuccessor' call. Noticed in a Release+Asserts+Check buildbot. by Bill Wendling · 14 years ago
  68. 7c38de2 Fix grammar. by Bill Wendling · 14 years ago
  69. b64541f Remove unused variable. by Eric Christopher · 14 years ago
  70. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 14 years ago
  71. 7944391 Don't use floating point to do an integer's job. by Jakob Stoklund Olesen · 14 years ago
  72. 73b5bb3 Disable LICM speculation in high register pressure situation again now that Devang has fixed other issues. by Evan Cheng · 14 years ago
  73. f31151f Revert part of r142530. The patch potentially hurts performance especially by Evan Cheng · 14 years ago
  74. a823e3d Reapply r142920 with fix: by Bill Wendling · 14 years ago
  75. 526e1bb Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes. by Eli Friedman · 14 years ago
  76. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 14 years ago
  77. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 14 years ago
  78. 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 14 years ago
  79. cf62b37 The bitcode reader can create an shuffle with a place holder mask which it will by Mon P Wang · 14 years ago
  80. 7be6bc5 Add mention of AddressSanitizer to external OS projects. by Bill Wendling · 14 years ago
  81. d4821b8 Add mention of Mono to external OS projects. by Bill Wendling · 14 years ago
  82. 29817ea Add mention of ClamAV to external OS projects. by Bill Wendling · 14 years ago
  83. 537d85b Add mention of Renderscript to external OS projects. by Bill Wendling · 14 years ago
  84. f977819 Add mention of GHC to external OS projects. by Bill Wendling · 14 years ago
  85. 232b1f2 llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy! by Michael J. Spencer · 14 years ago
  86. fe944e8 Object/Archive: Cleanup anon namespace. by Michael J. Spencer · 14 years ago
  87. 93fe4ae Object: change test to create archive. by Michael J. Spencer · 14 years ago
  88. aaf98ea Object/Archive: Add BSD style long file name support and skip internal members. by Michael J. Spencer · 14 years ago
  89. c8aa726 Remove extraneous printing of "-PC". by Owen Anderson · 14 years ago
  90. 7d5b621 Add mention of SAFECode to external OS projects. by Bill Wendling · 14 years ago
  91. 0bad98c Add mention of Pure to external OS projects. by Bill Wendling · 14 years ago
  92. ba22627 Add mention of Portable OpenCL to external OS projects. by Bill Wendling · 14 years ago
  93. 0685e94 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. by Owen Anderson · 14 years ago
  94. f62333d Add mention of gwScript to external OS projects. by Bill Wendling · 14 years ago
  95. 9312613 Remove a couple redundant checks. by Eli Friedman · 14 years ago
  96. 847915d Add a few test cases to ensure the bitcode reader is backward compatible with by Chad Rosier · 14 years ago
  97. ca30f75 Make assert() message more informative. by Jim Grosbach · 14 years ago
  98. 628c266 Add mention of Tart to external OS projects. by Bill Wendling · 14 years ago
  99. 2d7b4af Add TTA-based Co-design Environment to external OS projects. by Bill Wendling · 14 years ago
  100. 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 14 years ago