1. 0b198ca Disable Uninitialized Use Warnings for Broken gcc Versions by David Greene · 13 years ago
  2. 111877d [msan] Temporarily remove ICmpEQ tests. by Evgeniy Stepanov · 13 years ago
  3. 967a946 [msan] Fix handling of equality comparison of pointer vectors. by Evgeniy Stepanov · 13 years ago
  4. 344d3fb Allow vectors in CreatePointerCast. by Evgeniy Stepanov · 13 years ago
  5. e1c4990 Fix operand type conditions in one of ICmpInst constructors. by Evgeniy Stepanov · 13 years ago
  6. 08bcd5b Pattern-matched variables in post-inc-icmpzero.ll by Renato Golin · 13 years ago
  7. 6533e78 Update CODE_OWNERS.TXT. by Michael J. Spencer · 13 years ago
  8. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 13 years ago
  9. b5f8cd5 [Support] Add LLVM_CONSTEXPR. by Michael J. Spencer · 13 years ago
  10. 47f3934 [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting the InitialSize, by Argyrios Kyrtzidis · 13 years ago
  11. 1c1ff3b LTO: Also init TTI for codegen passes. by Nadav Rotem · 13 years ago
  12. 8dd938e [IR] Add verifier support for llvm.module.flags. by Daniel Dunbar · 13 years ago
  13. 096d617 This patch fixes a Mips specific bug where by Jack Carter · 13 years ago
  14. bbe64fb Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser can by Eli Bendersky · 13 years ago
  15. c0c67b0 Properly encapsulate additional methods and data from AsmParser. by Eli Bendersky · 13 years ago
  16. e673b54 Remove trailing spaces. by Jakub Staszak · 13 years ago
  17. 7d72cf8 This change is to implement following rules under the condition C_A and/or C_R by Shuxin Yang · 13 years ago
  18. dd2e895 [ms-inline asm] Extend support for parsing Intel bracketed memory operands that by Chad Rosier · 13 years ago
  19. 510db8b Improve r172468: const_cast is not needed here by Dmitri Gribenko · 13 years ago
  20. 953cbfc Improve r172471: avoid all those extra casts on the lines nearby by Dmitri Gribenko · 13 years ago
  21. 89e88e3 This patch addresses an incorrect transformation in the DAG combiner. by Bill Schmidt · 13 years ago
  22. 19d5433 Follow up of commit r172472. by Quentin Colombet · 13 years ago
  23. 31659fa Improve r172464: const_cast is not needed if the variable is not const by Dmitri Gribenko · 13 years ago
  24. 398db93 Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively cortex-m0, cortex-m3, and cortex-m4 on the backend side. by Quentin Colombet · 13 years ago
  25. b398cae Fix Casting by David Greene · 13 years ago
  26. c2680be Fix Casting by David Greene · 13 years ago
  27. fe1215e Fix More Casts by David Greene · 13 years ago
  28. ef44c35 Fix Another Cast by David Greene · 13 years ago
  29. 4ee576f Fix Casting Bug by David Greene · 13 years ago
  30. 5a80eef Fix More Casts by David Greene · 13 years ago
  31. 914d4a7 Fix Casting by David Greene · 13 years ago
  32. c8be88a Fix Casts by David Greene · 13 years ago
  33. 1ba5769 SCEVExpander fix. RAUW needs to update the InsertedExpressions cache. by Andrew Trick · 13 years ago
  34. eb3ac45 Fix typo in comment. by Nick Lewycky · 13 years ago
  35. 3735573 [ADT/StringMap] Add a constructor in StringMap that accepts both an by Argyrios Kyrtzidis · 13 years ago
  36. 289148a Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0. by Joe Groff · 13 years ago
  37. a662a98 Add DenseMap::insert(value_type&&) method. by Joe Groff · 13 years ago
  38. f3c1335 Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert. by Michael Gottesman · 13 years ago
  39. 318cad3 Move CheckForValidSection to the MCAsmParser interface. by Eli Bendersky · 13 years ago
  40. 030f63a Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
  41. 9bac6b2 Move ParseMacroArgument to the MCAsmParser interfance. by Eli Bendersky · 13 years ago
  42. 733c336 Encapsulate the MacroEnabled flag in AsmParser behind accessor methods. by Eli Bendersky · 13 years ago
  43. 800ec3d Revert r171829 "Split changeset_ty using iterators instead of loops" as it breaks the VS2008 build by Timur Iskhodzhanov · 13 years ago
  44. 29344a6 Simplify nested strconcats in X86 td files since strconcat can take more than 2 arguments. by Craig Topper · 13 years ago
  45. 33160cf Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents needing to specify everything twice. No functional change intended by Craig Topper · 13 years ago
  46. 7899e47 Fixed some 80+ violations. by Michael Gottesman · 13 years ago
  47. 81c6121 Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. use doxygen). Still some work to do though. by Michael Gottesman · 13 years ago
  48. ab67871 Added bugzilla PR number to test case. by Michael Gottesman · 13 years ago
  49. 6056b85 Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2x blocks each assigned a value via a phi-node causing each to depend on the other. by Michael Gottesman · 13 years ago
  50. 50c023d Fix typo in comment. by Nick Lewycky · 13 years ago
  51. 29eb2cc fix compile-time regression report by Joerg Sonnenberger: by Nuno Lopes · 13 years ago
  52. 135174d Documentation: use monospaced font for intrinsics' names by Dmitri Gribenko · 13 years ago
  53. 74401c8 Fix broken link to LangRef by Dmitri Gribenko · 13 years ago
  54. 96f498b Remove redundant 'llvm::' qualifications by Dmitri Gribenko · 13 years ago
  55. a6f1031 Update links to "Itanium C++ ABI: Exception Handling" document by Dmitri Gribenko · 13 years ago
  56. 08219ea X86: Add patterns for X86ISD::VSEXT in registers. by Benjamin Kramer · 13 years ago
  57. b6db95f Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16). by Nadav Rotem · 13 years ago
  58. 981308c [ObjCARC] Even more debug messages! by Michael Gottesman · 13 years ago
  59. cf14005 [ObjCARC] More debug messages. by Michael Gottesman · 13 years ago
  60. eab0ba0 Fix an editor goof in r171738 that Bill spotted. He may even have a test by Chandler Carruth · 13 years ago
  61. 7cd3247 Use more canonical exception-handling link in docs. by Tim Northover · 13 years ago
  62. 4dc4783 When lowering an inreg sext first shift left, then right arithmetically. by Benjamin Kramer · 13 years ago
  63. edaf856 MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warning. [-Wunused-function] by NAKAMURA Takumi · 13 years ago
  64. 0813589 GlobalOpt: Avoid jump on uninitialized value. by Benjamin Kramer · 13 years ago
  65. a96a96c MipsAsmParser: Try to unbreak tests to add extra check. by NAKAMURA Takumi · 13 years ago
  66. 8591fa3 Add a unit test to verifies that attribute uniquing works so it doesn't break again. by Benjamin Kramer · 13 years ago
  67. 7aa3080 Fix broken links around Itanium C++ ABI in documentation. by Tim Northover · 13 years ago
  68. e7a715f Fixed debug message in ObjCARC. by Michael Gottesman · 13 years ago
  69. 0d3582b Fixed a few debug messages in ObjCARC and added one. by Michael Gottesman · 13 years ago
  70. 6f4ccaf Fix quoting problems from my previous change. <rdar://problem/13001651> by Bob Wilson · 13 years ago
  71. 0e38545 Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV => objc_autorelease but were not updating the InstructionClass to IC_Autorelease. by Michael Gottesman · 13 years ago
  72. e8c161a Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool. by Michael Gottesman · 13 years ago
  73. ec3199f This patch tackles the problem of parsing Mips by Jack Carter · 13 years ago
  74. 6d61329 Limit the search space in RAGreedy::tryEvict(). by Jakob Stoklund Olesen · 13 years ago
  75. c7a2752 Precompute some information about register costs. by Jakob Stoklund Olesen · 13 years ago
  76. b2f0b59 Stop hiding the interface-exposed EatToEndOfStatement (see r172276). by Eli Bendersky · 13 years ago
  77. bf706b3 Make ParseIdentifier a public method instead of private. by Eli Bendersky · 13 years ago
  78. dcf6695 Fixed whitespace. by Michael Gottesman · 13 years ago
  79. 66de2af PPC: Implement efficient lowering of sign_extend_inreg. by Nadav Rotem · 13 years ago
  80. 9b1bb05 Proof of concept moving of generic directive parsing from AsmParser to the by Eli Bendersky · 13 years ago
  81. 1452d46 Update patch for the pad short functions pass for Intel Atom (only). by Preston Gurd · 13 years ago
  82. 8ecd3be Remove some accidentaly duplicated code. This needs urgent cleanup :( by Benjamin Kramer · 13 years ago
  83. cddd8a6 Added debug messages to GlobalOpt. by Michael Gottesman · 13 years ago
  84. 69e42db Split TargetLowering into a CodeGen and a SelectionDAG part. by Benjamin Kramer · 13 years ago
  85. 3e40d92 ARM Cost Model: Modify the target independent cost model to ask by Nadav Rotem · 13 years ago
  86. 9c0d0f5 Remove PTX->NVPTX in CodeGenerator document and update its text. by Justin Holewinski · 13 years ago
  87. c059d56a Update CodeGenerator document to add a "Not Applicable" category to the by Justin Holewinski · 13 years ago
  88. fffe363 For inline asm: by Eric Christopher · 13 years ago
  89. eed4e01 Follow-up typo correction from building the wrong branch. by Andrew Trick · 13 years ago
  90. e9ccacd Fix typo from r170452. Affects -enable-misched heuristics. by Andrew Trick · 13 years ago
  91. 74c1be2 Update CMakeLists for CallPrinter.cpp. by Andrew Trick · 13 years ago
  92. a125cac Added -view-callgraph module pass. by Andrew Trick · 13 years ago
  93. dced3cd Fix bug in exception table allocation (PR13678) by Eli Bendersky · 13 years ago
  94. 8c1e72e Remove lib/Target/PTX directory. It was empty and obsolete but apparently git-svn does not remove empty directories. by Justin Holewinski · 13 years ago
  95. 5f2801b Simplify writing floating types to assembly. by Tim Northover · 13 years ago
  96. fc183ce llvm-symbolizer: add DATA command that allows to symbolize global variables. by Dmitry Vyukov · 13 years ago
  97. a675c74 ARM Cost Model: We need to detect the max bitwidth of types in the loop in order to select the max vectorization factor. by Nadav Rotem · 13 years ago
  98. 04a0dc7 Converted test dont-tce-tail-marked-call.ll to use FileCheck. by Michael Gottesman · 13 years ago
  99. fff44ae This commit is a 4x squash commit consisting of 4x functions converted to use FileCheck instead of grep. by Michael Gottesman · 13 years ago
  100. b956ec1 Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined behaviors. Operand->needAddressOf() is not initialized at !Operand->isReg()." by NAKAMURA Takumi · 13 years ago