1. 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 14 years ago
  2. fba88d4 MC/X86: Tweak imul recognition, previous hack only applies for the imul form by Daniel Dunbar · 14 years ago
  3. e422d1b Link NamedMDNodes after linking GlobalValues, so that MDNodes by Dan Gohman · 14 years ago
  4. e5835fb When linking NamedMDNodes, remap their operands. by Dan Gohman · 14 years ago
  5. ae528f6 MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. by Daniel Dunbar · 14 years ago
  6. e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 14 years ago
  7. ee91025 MC/X86: Warn on scale factors > 1 without index register, instead of erroring, by Daniel Dunbar · 14 years ago
  8. a273442 Move enabling the local stack allocation pass into the target where it belongs. by Jim Grosbach · 14 years ago
  9. 05ea54e Use MapValue in the Linker instead of having a private function by Dan Gohman · 14 years ago
  10. 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 14 years ago
  11. c47a474 Don't cast away qualifiers with C-style casts. by Dan Gohman · 14 years ago
  12. cd59dc5 add ARM cmd line option to force always using virtual base regs when possible. by Jim Grosbach · 14 years ago
  13. a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 14 years ago
  14. 2f6e0e6 Relocate against parent if the symbol is not in section or it's a common symbol, from Roman Divacky. by Benjamin Kramer · 14 years ago
  15. 53c36c4 Turn LVI on, previously detected failures should be fixed now. by Owen Anderson · 14 years ago
  16. 4ce307f MapValue support for MDNodes. This is similar to r109117, except by Dan Gohman · 14 years ago
  17. 92b651f Fix X86's isLegalAddressingMode to recognize that static addresses by Dan Gohman · 14 years ago
  18. 2426668 MDNode, MDString, and NamedMDNode are not meant to be subclassed; by Dan Gohman · 14 years ago
  19. 6826114 Add a comment explaining why this code doesn't just call ParseMetadataValue. by Dan Gohman · 14 years ago
  20. 41d6ab4 Add a comment explaining why this code is more complex than it by Dan Gohman · 14 years ago
  21. 55aebef Fix SPU BE to use all the available return registers. by Kalle Raiskila · 14 years ago
  22. f53fdc2 Remove some dead code from SPU BE that remained from 64bit vector support. by Kalle Raiskila · 14 years ago
  23. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 14 years ago
  24. 59b06dc Don't assume that all constants with integer types are ConstantInts. by Owen Anderson · 14 years ago
  25. d01347e Add braces to fix dangling else. by Dan Gohman · 14 years ago
  26. 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 14 years ago
  27. 78aeae2 When we know we have an MDValue or MDString, call EnumerateMetadata by Dan Gohman · 14 years ago
  28. 9d072f5 Give ParseInstructionMetadata access to the PerFunctionState object. by Dan Gohman · 14 years ago
  29. 078b053 Simplify this code. NamedMDNode operands are MDNodes. by Dan Gohman · 14 years ago
  30. 8878e21 Use pshufhw and pshuflw in more cases and fix getTargetShuffleNode number of arguments by Bruno Cardoso Lopes · 14 years ago
  31. 5e7044b Add comments for what the condition code symbols mean. by Bill Wendling · 14 years ago
  32. 882d62e Update comment. by Eric Christopher · 14 years ago
  33. 8c67e4c llvmc: Improve error handling in EmitEdgeClasses(). by Mikhail Glushenkov · 14 years ago
  34. 2012c7b Fix the opcode and the operands for the load instruction. by Eric Christopher · 14 years ago
  35. f06f309 Add register class hack that needs to go away, but makes it more obvious by Eric Christopher · 14 years ago
  36. a78c67e fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. by Chris Lattner · 14 years ago
  37. cb0b04b Add some more debugging code, make it more obvious that RegOffset is by Eric Christopher · 14 years ago
  38. af608bd Revert r107202. It is not adding any value. by Devang Patel · 14 years ago
  39. 1dfb4d3 Don't need the extra register here. by Eric Christopher · 14 years ago
  40. d9a7316 llvmc: Make syntax more consistent. by Mikhail Glushenkov · 14 years ago
  41. 49d9638 Let FE use derived types for DW_TAG_friend. Patch by Alexander Herz! by Devang Patel · 14 years ago
  42. 8654c71 Add some more "get address into register" code and a more TODOs/FIXMEs. by Eric Christopher · 14 years ago
  43. 7fe55b7 Add an ARMFunctionInfo member and use it. by Eric Christopher · 14 years ago
  44. 97cfa7d Verify that a non-uniqued non-temporary MDNode is not deleted via by Dan Gohman · 14 years ago
  45. 8300712 Start getting ARM loads/address computation going. by Eric Christopher · 14 years ago
  46. c522f6e Fix thinko. Having no tests is great ... by Benjamin Kramer · 14 years ago
  47. 5e24755 Remove the MFI storage of the local allocation block size. It's not needed. by Jim Grosbach · 14 years ago
  48. 36c6dc2 Reduce code duplication. by Benjamin Kramer · 14 years ago
  49. 0b6cbfe ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This way we can use the information it has computed and don't have to recompute the same stuff over and over again. by Benjamin Kramer · 14 years ago
  50. 3efc077 Start using target speficic nodes for shuffles: pshufhw and pshuflw by Bruno Cardoso Lopes · 14 years ago
  51. 67ff81a Better handling of local offsets for downwards growing stacks. This corrects by Jim Grosbach · 14 years ago
  52. 11bc165 tyops by Gabor Greif · 14 years ago
  53. b6ad691 Turn LVI back off, I have a testcase now. by Owen Anderson · 14 years ago
  54. d80c7e1 Add a new llvm.x86.int intrinsic, allowing access to the by Chris Lattner · 14 years ago
  55. 00a5b5b llvmc: Allow multiple LanguageMaps. by Mikhail Glushenkov · 14 years ago
  56. 316abba Add a TODO. by Mikhail Glushenkov · 14 years ago
  57. 7555f0a llvmc: Properly handle (error) in edge properties. by Mikhail Glushenkov · 14 years ago
  58. c712edc llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 14 years ago
  59. 6bb156a Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  60. bcf2db6 Add the symbol offset to the relocation value when we relocate against section. By Roman Divacky. by Benjamin Kramer · 14 years ago
  61. baf2883 formatted_tool_output_file::close needs to flush its buffer before by Dan Gohman · 14 years ago
  62. 0c4720c Handle qualified constants that are directly folded by FE. PR 7920. by Devang Patel · 14 years ago
  63. 30dc1ee Use the proper relocation section + cleanup, from Roman Divacky. by Benjamin Kramer · 14 years ago
  64. 250eb00 Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). by Benjamin Kramer · 14 years ago
  65. 0e2c359 Re-enable LazyValueInfo. Monitoring for failures. by Owen Anderson · 14 years ago
  66. 02dd53e Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 14 years ago
  67. 79ed2c5 StringRef tweaks: by Benjamin Kramer · 14 years ago
  68. b7f243a random improvement for variable shift codegen. by Chris Lattner · 14 years ago
  69. f90ab07 Try to escape the '$'s in these so they reach the underlying 'sh' invocation. by Chandler Carruth · 14 years ago
  70. 54f6163 Fix some GCC warnings by providing a virtual destructor in the base of a class by Chandler Carruth · 14 years ago
  71. 4654a07 Revert invalid r111792. Jump tables are not broken on x86-64 / coff, by Anton Korobeynikov · 14 years ago
  72. 69c5921 Revert part of my last commit. the mingw32 build bot doesn't seem to like it. by Michael J. Spencer · 14 years ago
  73. 3464cec Workaround broken jump tables on x86-64 COFF. by Michael J. Spencer · 14 years ago
  74. c6a39aa remove some dead code. by Chris Lattner · 14 years ago
  75. 55e97d4 Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! by Nick Lewycky · 14 years ago
  76. 24a1182 Delete dead comment. by Eli Friedman · 14 years ago
  77. 699647c Use rip-rel addressing on win64 by default. For this we just by Anton Korobeynikov · 14 years ago
  78. 9dd3e92 Use MDNode::destroy(). Fixes a delete/free mismatch. by Benjamin Kramer · 14 years ago
  79. da0bfcd MC: Add partial x86-64 support to COFF. by Michael J. Spencer · 14 years ago
  80. 990bdd5 Add an assert to MDNode::deleteTemporary check that the node being deleted by Dan Gohman · 14 years ago
  81. 8bef744 Fix x86 fast-isel's cmp+branch folding to avoid folding when the by Dan Gohman · 14 years ago
  82. bf8154a Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target specific nodes directly by Bruno Cardoso Lopes · 14 years ago
  83. d58b51e Replace some NEON vmovl intrinsic that I missed earlier. by Bob Wilson · 14 years ago
  84. 3157ef1 This is the first step towards refactoring the x86 vector shuffle code. The by Bruno Cardoso Lopes · 14 years ago
  85. a3833f1 CreateTemporaryType doesn't needs its Context argument. by Dan Gohman · 14 years ago
  86. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  87. 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 14 years ago
  88. 95c7930 Test should pass on non-Darwin x86. by Dale Johannesen · 14 years ago
  89. b027014 Fix --disable-threads build, PR7949. by Daniel Dunbar · 14 years ago
  90. 4c207c2 Downwards growing stack allocation order reverses relative offsets by Jim Grosbach · 14 years ago
  91. ab6bdec Add more dbg output by Jim Grosbach · 14 years ago
  92. 192a400 Update CMake build. by Benjamin Kramer · 14 years ago
  93. 722c2c5 Don't run test on PPC darwin. by Dale Johannesen · 14 years ago
  94. a4cba04 Re-apply r111568 with a fix for the clang self-host. by Owen Anderson · 14 years ago
  95. e82e770 Fix vmcore.ml test. by Erick Tryzelaar · 14 years ago
  96. c858296 Reword NamedMDNode's comment. by Dan Gohman · 14 years ago
  97. 297514d llvmc: Fix alias generation. by Mikhail Glushenkov · 14 years ago
  98. 8d18006 Delete SlowOperationInformer, which is no longer used. by Dan Gohman · 14 years ago
  99. 7316638 Convert DbgInfoPrinter to use errs() instead of outs(). by Dan Gohman · 14 years ago
  100. 3120c18 Add include guards to Support/Regex.h. by Mikhail Glushenkov · 14 years ago