1. 3252220 Add a cpu to try to fix the atom builder. by Rafael Espindola · 12 years ago
  2. 127f5ed [ms-inline asm] If we parsed a statement and the opcode is valid, then it's an instruction. by Chad Rosier · 12 years ago
  3. 3da6f03 Add testcase for pr14088. by Rafael Espindola · 12 years ago
  4. bb20b24 misched tests: add a triple to speculatively fix windows builders. by Andrew Trick · 12 years ago
  5. 10ad98b Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to by Rafael Espindola · 12 years ago
  6. 1e94e98 misched: ILP scheduler for experimental heuristics. by Andrew Trick · 12 years ago
  7. ce353b3 [ms-inline asm] Update the end loc for ParseIntelMemOperand. by Chad Rosier · 12 years ago
  8. 8f138d1 [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style by Chad Rosier · 12 years ago
  9. 655fa12 [ms-inline asm] Use incoming argument rather than hard coding to false. by Chad Rosier · 12 years ago
  10. 0919f22 Fix a typo in bitcode docs, from 165814. by Jan Wen Voung · 12 years ago
  11. 2c39b15 Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 12 years ago
  12. f35c62b PowerPC: add EmitTCEntry class for TOC creation by Adhemerval Zanella · 12 years ago
  13. 2611eed [asan] fix a test by Kostya Serebryany · 12 years ago
  14. ee4edec [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This will simplify chaining other FunctionPasses with asan. Also some minor cleanup by Kostya Serebryany · 12 years ago
  15. d2cd73f Update the memcpy rewriting to fully support widened int rewriting. This by Chandler Carruth · 12 years ago
  16. 94fc64c Follow-up fix to r165928: handle memset rewriting for widened integers, by Chandler Carruth · 12 years ago
  17. bb1078e Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUPLANE node with the vector input size different from the output size. This was bacause the BUILD_VECTOR lowering code didn't check that the size of the input vector was correct for using VDUPLANE. by Silviu Baranga · 12 years ago
  18. 81ff90d First major step toward addressing PR14059. This teaches SROA to handle by Chandler Carruth · 12 years ago
  19. 11cb6ba Hoist the canConvertValue predicate and the convertValue transform out by Chandler Carruth · 12 years ago
  20. 07aae2e Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers. by Bill Wendling · 12 years ago
  21. ad4643f Use a ::get method to create the attribute from Attributes::AttrVals instead of a constructor. by Bill Wendling · 12 years ago
  22. 2c6893b Supply a default 'operator=' method. by Bill Wendling · 12 years ago
  23. 05cc40d Move the AttributesImpl header file into the VMCore directory so that it can be opaque. by Bill Wendling · 12 years ago
  24. cb3de0b Attributes Rewrite by Bill Wendling · 12 years ago
  25. a239c2e instcombine: Migrate strcmp and strncmp optimizations by Meador Inge · 12 years ago
  26. baf522a Update CMake build. by Benjamin Kramer · 12 years ago
  27. 658c628 Fix a typo that made ImmutableMap::getMaxElement() useless. by Benjamin Kramer · 12 years ago
  28. 8e13ded Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  29. 0d05acf Unquadratize SetVector removal loops in DSE. by Benjamin Kramer · 12 years ago
  30. e82a040 Remove dead methods. by Bill Wendling · 12 years ago
  31. 7be7848 Remove operator cast method in favor of querying with the correct method. by Bill Wendling · 12 years ago
  32. fd8d62c Fix use after free when deleting attributes in a chained folding set. by Benjamin Kramer · 12 years ago
  33. 2492a38 Don't use the new syntax just yet. by Bill Wendling · 12 years ago
  34. 1feacad Remove the bitwise AND operators from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 12 years ago
  35. c416795 Remove the bitwise assignment OR operator from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 12 years ago
  36. 432e606 Remove the bitwise OR operator from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 12 years ago
  37. 3756e70 Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 12 years ago
  38. 5886b7b Remove the bitwise NOT operator from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 12 years ago
  39. a19a530 Decode the LLVM attributes from bitcode using the attributes builder. by Bill Wendling · 12 years ago
  40. da3f9d8 Use builder to create alignment attributes. Remove dead function. by Bill Wendling · 12 years ago
  41. db55fc9 Remove dead method. by Bill Wendling · 12 years ago
  42. 9209805 Don't pass in an Attributes object to something that expects an integral value. by Bill Wendling · 12 years ago
  43. eb7ff05 Remove unused private field. by Benjamin Kramer · 12 years ago
  44. 08b6b81 X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw. by Benjamin Kramer · 12 years ago
  45. 549ea3a Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA". by Dmitri Gribenko · 12 years ago
  46. 126afcb X86: Disable long nops for all cpus prior to pentiumpro/i686. by Benjamin Kramer · 12 years ago
  47. d86296a Drop <def,dead> flags when merging into an unused lane. by Jakob Stoklund Olesen · 12 years ago
  48. 186f8d9 instcombine: Migrate strchr and strrchr optimizations by Meador Inge · 12 years ago
  49. 73d8a58 instcombine: Migrate strcat and strncat optimizations by Meador Inge · 12 years ago
  50. 5e89045 Implement new LibCallSimplifier class by Meador Inge · 12 years ago
  51. af89690 Allow for loops in LiveIntervals::pruneValue(). by Jakob Stoklund Olesen · 12 years ago
  52. f8b65aa X86: Fix accidentally swapped operands. by Benjamin Kramer · 12 years ago
  53. 07525a6 Teach SROA to cope with wrapper aggregates. These show up a lot in ABI by Chandler Carruth · 12 years ago
  54. ac10427 Speculatively harden the conversion logic. I have no idea if this will by Chandler Carruth · 12 years ago
  55. 444dcce X86: Promote i8 cmov when both operands are coming from truncates of the same width. by Benjamin Kramer · 12 years ago
  56. c2fcf1a6 Silence a warning in -assert builds. by Chandler Carruth · 12 years ago
  57. 520eeae Clean up how we rewrite loads and stores to the whole alloca. When these by Chandler Carruth · 12 years ago
  58. 84125ca [ms-inline asm] Remove the MatchInstruction() function. Previously, this was by Chad Rosier · 12 years ago
  59. fa8cd9d Check section type rather than assuming it's code when emitting sections while processing relocations. by Andrew Kaylor · 12 years ago
  60. e6c3cc8 ARM: tail-call inside a function where part of a byval argument is on caller's by Manman Ren · 12 years ago
  61. 7a2b624 [ms-inline asm] Capitalize per coding standard. by Chad Rosier · 12 years ago
  62. 2bbb07d Fix buildbots: -misched=shuffle is only available in +Asserts builds. by Jakob Stoklund Olesen · 12 years ago
  63. 4346fa9 ARM: Mark VSELECT as 'expand'. by Jim Grosbach · 12 years ago
  64. 6e006d3 [ms-inline asm] Use the new API introduced in r165830 in lieu of the by Chad Rosier · 12 years ago
  65. 0d21899 [ms-inline asm] Add a few data members and member functions to the by Chad Rosier · 12 years ago
  66. f3ad95a Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> by Bob Wilson · 12 years ago
  67. 652b28d Correcting enum values mentioned in comments. Patch by Ashok Thirumurthi. by Andrew Kaylor · 12 years ago
  68. ad5e969 Use a transposed algorithm for handleMove(). by Jakob Stoklund Olesen · 12 years ago
  69. 780c798 Add bitcode instruction encoding documentation for module version by Jan Wen Voung · 12 years ago
  70. 795f951 Fix coalescing with IMPLICIT_DEF values. by Jakob Stoklund Olesen · 12 years ago
  71. 5628920 Change (!list.size() == 0) to (!list.empty()). No functional change. by Richard Trieu · 12 years ago
  72. 47ed8a1 Set default CPU for Darwin targets with LTO. <rdar://problem/12457841> by Bob Wilson · 12 years ago
  73. 20ce6e6 llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-ppc hosts, to add -mattr=+altivec. by NAKAMURA Takumi · 12 years ago
  74. 7bbb9c7 Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST by Ulrich Weigand · 12 years ago
  75. 4c856ee ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 12 years ago
  76. 9f469a0 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  77. 2e522d0 Add powerpc-ibm-aix to Triple. Patch by Kai. by Duncan Sands · 12 years ago
  78. 77b4c69 Add float-abi and softfloat options to lli by Tim Northover · 12 years ago
  79. 8ab27a3 JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly! by NAKAMURA Takumi · 12 years ago
  80. f117f93 Shuffle the virtual destructor down to the base. This should actually pacify by Nick Lewycky · 12 years ago
  81. 863ff7c Give this class full of virtual functions a virtual destructor. Classes love by Nick Lewycky · 12 years ago
  82. a7ca3c2 Indenting. by Eric Christopher · 12 years ago
  83. b416428 fix warning by Sebastian Pop · 12 years ago
  84. 7d90d4d Div, Rem int/unsigned int by Reed Kotler · 12 years ago
  85. 6df933e docs: Update example to conform to coding standards. by Sean Silva · 12 years ago
  86. af21d6f Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
  87. 97eb05b Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid of it." by NAKAMURA Takumi · 12 years ago
  88. b92dfe0 docs: Minor clean up of Phabricator documentation. by Sean Silva · 12 years ago
  89. d36696c Legalizer optimize a pair of div / mod to a call to divrem libcall if they are by Evan Cheng · 12 years ago
  90. 5665a3d Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
  91. 427e63b We need this symbol after an LTO build. by Bill Wendling · 12 years ago
  92. 5d499c2 docs: Add SphinxQuickstartTemplate.rst. by Sean Silva · 12 years ago
  93. 4057399 docs: Improve HowToSetUpLLVMStyleRTTI. by Sean Silva · 12 years ago
  94. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  95. 8a6538c docs: Update HowToSetUpLLVMStyleRTTI. by Sean Silva · 12 years ago
  96. 8b8fa7b Casting.h: Automatically handle isa<Base>(Derived). by Sean Silva · 12 years ago
  97. 8ac1995 Remove buggy classof(). by Sean Silva · 12 years ago
  98. d61d1eb PGO: create metadata for switch only if it has more than one targets. by Manman Ren · 12 years ago
  99. aa79721 Remove extra semicolon. by Chad Rosier · 12 years ago
  100. fcb5e95 Remove extra semicolons. by Chad Rosier · 12 years ago