1. 8591fa3 Add a unit test to verifies that attribute uniquing works so it doesn't break again. by Benjamin Kramer · 12 years ago
  2. 7aa3080 Fix broken links around Itanium C++ ABI in documentation. by Tim Northover · 12 years ago
  3. e7a715f Fixed debug message in ObjCARC. by Michael Gottesman · 12 years ago
  4. 0d3582b Fixed a few debug messages in ObjCARC and added one. by Michael Gottesman · 12 years ago
  5. 6f4ccaf Fix quoting problems from my previous change. <rdar://problem/13001651> by Bob Wilson · 12 years ago
  6. 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 · 12 years ago
  7. 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 · 12 years ago
  8. ec3199f This patch tackles the problem of parsing Mips by Jack Carter · 12 years ago
  9. 6d61329 Limit the search space in RAGreedy::tryEvict(). by Jakob Stoklund Olesen · 12 years ago
  10. c7a2752 Precompute some information about register costs. by Jakob Stoklund Olesen · 12 years ago
  11. b2f0b59 Stop hiding the interface-exposed EatToEndOfStatement (see r172276). by Eli Bendersky · 12 years ago
  12. bf706b3 Make ParseIdentifier a public method instead of private. by Eli Bendersky · 12 years ago
  13. dcf6695 Fixed whitespace. by Michael Gottesman · 12 years ago
  14. 66de2af PPC: Implement efficient lowering of sign_extend_inreg. by Nadav Rotem · 12 years ago
  15. 9b1bb05 Proof of concept moving of generic directive parsing from AsmParser to the by Eli Bendersky · 12 years ago
  16. 1452d46 Update patch for the pad short functions pass for Intel Atom (only). by Preston Gurd · 12 years ago
  17. 8ecd3be Remove some accidentaly duplicated code. This needs urgent cleanup :( by Benjamin Kramer · 12 years ago
  18. cddd8a6 Added debug messages to GlobalOpt. by Michael Gottesman · 12 years ago
  19. 69e42db Split TargetLowering into a CodeGen and a SelectionDAG part. by Benjamin Kramer · 12 years ago
  20. 3e40d92 ARM Cost Model: Modify the target independent cost model to ask by Nadav Rotem · 12 years ago
  21. 9c0d0f5 Remove PTX->NVPTX in CodeGenerator document and update its text. by Justin Holewinski · 12 years ago
  22. c059d56a Update CodeGenerator document to add a "Not Applicable" category to the by Justin Holewinski · 12 years ago
  23. fffe363 For inline asm: by Eric Christopher · 12 years ago
  24. eed4e01 Follow-up typo correction from building the wrong branch. by Andrew Trick · 12 years ago
  25. e9ccacd Fix typo from r170452. Affects -enable-misched heuristics. by Andrew Trick · 12 years ago
  26. 74c1be2 Update CMakeLists for CallPrinter.cpp. by Andrew Trick · 12 years ago
  27. a125cac Added -view-callgraph module pass. by Andrew Trick · 12 years ago
  28. dced3cd Fix bug in exception table allocation (PR13678) by Eli Bendersky · 12 years ago
  29. 8c1e72e Remove lib/Target/PTX directory. It was empty and obsolete but apparently git-svn does not remove empty directories. by Justin Holewinski · 12 years ago
  30. 5f2801b Simplify writing floating types to assembly. by Tim Northover · 12 years ago
  31. fc183ce llvm-symbolizer: add DATA command that allows to symbolize global variables. by Dmitry Vyukov · 12 years ago
  32. 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 · 12 years ago
  33. 04a0dc7 Converted test dont-tce-tail-marked-call.ll to use FileCheck. by Michael Gottesman · 12 years ago
  34. fff44ae This commit is a 4x squash commit consisting of 4x functions converted to use FileCheck instead of grep. by Michael Gottesman · 12 years ago
  35. 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 · 12 years ago
  36. 9b1e854 SMDiagnostic: don't emit ranges if there are /any/ multibyte characters. by Jordan Rose · 12 years ago
  37. a7aec40 docs: Fix long standing linking antipattern. by Sean Silva · 12 years ago
  38. 52b2373 docs: fix misleading description. by Sean Silva · 12 years ago
  39. 4d0b4a4 Support for half intrinsics. Pushes MMX into slower encoding path. by Michael Ilseman · 12 years ago
  40. b789b94 X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem(). by NAKAMURA Takumi · 12 years ago
  41. caa91f8 Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if by Dmitri Gribenko · 12 years ago
  42. cbdb7e4 LoopPass.h doesn't require Function.h. Remove unneeded #include. by Jakub Staszak · 12 years ago
  43. 51873db 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 · 12 years ago
  44. 805141e Remove heavy and unused #inclues from X86TargetObjectFile.cpp. by Jakub Staszak · 12 years ago
  45. 7eef9c1 Rename enumerations s/VK/DK/ to conform to naming convention by Eli Bendersky · 12 years ago
  46. 7109fbe [ms-inline asm] Make sure we set a default value for AddressOf. Follow on to by Chad Rosier · 12 years ago
  47. 63e6f48 fix comments a bit by Eli Bendersky · 12 years ago
  48. 253449d PR14904: Segmentation fault running pass 'Recognize loop idioms' by Shuxin Yang · 12 years ago
  49. 582e4f2 CastInst::castIsValid should return true if the dest type is the same as by Evan Cheng · 12 years ago
  50. 0e4776c llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux. by NAKAMURA Takumi · 12 years ago
  51. 1b8eeb3 Update Apple's build script for llvmCore. <rdar://problem/12914321> by Bob Wilson · 12 years ago
  52. 5d0f061 Remove a couple of if-else chains in parsing directives, replacing them by a by Eli Bendersky · 12 years ago
  53. 27b2b1b [llvm-objdump] Emit addresses with the correct number of leading 0's. by Michael J. Spencer · 12 years ago
  54. 03de2a6 [msan] Change va_start/va_copy shadow memset alignment to 8. by Peter Collingbourne · 12 years ago
  55. 893a234 Remove trailing spaces. by Jakub Staszak · 12 years ago
  56. 4ff23d0 PR14896: Handle memcpy from constant string where the memcpy size is larger than the string size. by Evan Cheng · 12 years ago
  57. 81bfd71 Remove unneeded includes from FunctionLoweringInfo.h. by Jakub Staszak · 12 years ago
  58. c1ec207 [ms-inline asm] Add support for calling functions from inline assembly. by Chad Rosier · 12 years ago
  59. 48fdf9b Remove unneeded #includes. by Jakub Staszak · 12 years ago
  60. e9d4eba Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc. by Owen Anderson · 12 years ago
  61. 244b7a4 Fix indent and remove unneeded #includes in MDBuilder.h. by Jakub Staszak · 12 years ago
  62. 446991d Fix #includes after my last commit. by Jakub Staszak · 12 years ago
  63. 7ccad36 Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR. by Jakub Staszak · 12 years ago
  64. 2ba4bd9 remove the rest of the "written by" lines in the documentation. It is by Chris Lattner · 12 years ago
  65. f6b6c37 Replace memcpys by a static_cast and an integral promotion. by Dmitri Gribenko · 12 years ago
  66. 197616a Fix coding style by Dmitri Gribenko · 12 years ago
  67. ff5ed5e Unbreak tests after regression from r172081. by Jakub Staszak · 12 years ago
  68. 9b1f44b Add basic fix-its to SMDiagnostic. by Jordan Rose · 12 years ago
  69. b50df4a TableGen: Keep track of superclass reference ranges. by Jordan Rose · 12 years ago
  70. d122009 TableGen: record anonymous instantiations of classes. by Jordan Rose · 12 years ago
  71. 4aebce8 Allow hasProperty() to be called on bundle-internal instructions. by Jakob Stoklund Olesen · 12 years ago
  72. 5e1b31b Fix Alias Bug by David Greene · 12 years ago
  73. c560bf6 LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The BinaryOperator can be folded to an Undef, and we don't want to set NSW flags to undef vals. by Nadav Rotem · 12 years ago
  74. 12da505 Remove locale-dependence of enum mangling and use existing function. by Tim Northover · 12 years ago
  75. 88abcde Make TableGen mangle operand method names before putting in enum. by Tim Northover · 12 years ago
  76. 2b8f6ae Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a VectorType. by Joey Gouly · 12 years ago
  77. 1d505a3 Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard address spaces. by Joey Gouly · 12 years ago
  78. 8a0f3f7 docs: fix broken link. by Sean Silva · 12 years ago
  79. 1930fbf Signal.h: Add <cstdio> for FILE*, since r171989. by NAKAMURA Takumi · 12 years ago
  80. 5dc3001 [ObjCARC Debug Message] Added debug message when we convert an autorelease into an autoreleaseRV. by Michael Gottesman · 12 years ago
  81. 69a2d6f Fix a race condition in the lock-file manager: once the lock file is by Douglas Gregor · 12 years ago
  82. 06c7008 Fix a race condition in llvm::sys::path::unique_file: when we end up by Douglas Gregor · 12 years ago
  83. b11f050 Support headerless bundles in MachineInstr::hasProperty(). by Jakob Stoklund Olesen · 12 years ago
  84. 8644116 Stack Alignment: throw error if we can't satisfy the minimal alignment by Manman Ren · 12 years ago
  85. 7932c41 [Object][Archive] Fix name handling with bsd style long names. by Michael J. Spencer · 12 years ago
  86. 674be02 Fix include guards so they exactly match file names. by Jakub Staszak · 12 years ago
  87. bf82b07 [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces. by Michael J. Spencer · 12 years ago
  88. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
  89. e92800d [Object][Archive] Use uint64_t instead of APInt. It is significantly faster. by Michael J. Spencer · 12 years ago
  90. 5573de8 Fix description of ARMOperand by Joel Jones · 12 years ago
  91. 14925e6 ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. by Nadav Rotem · 12 years ago
  92. d2f8216 Disable -Wuninitialized for gcc by David Greene · 12 years ago
  93. 78ec025 Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y). by Evan Cheng · 12 years ago
  94. f48acd5 Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTraceOnErrorSignal(), by Argyrios Kyrtzidis · 12 years ago
  95. 5581115 [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion. by Michael Gottesman · 12 years ago
  96. ebed123 Don't print bundle flags. by Jakob Stoklund Olesen · 12 years ago
  97. 25377c8 Don't require BUNDLE headers in MachineInstr::getBundleSize(). by Jakob Stoklund Olesen · 12 years ago
  98. d9cc865 LICM: Hoist insertvalue/extractvalue out of loops. by Benjamin Kramer · 12 years ago
  99. 12cd49a by Sergei Larin · 12 years ago
  100. a1db5de PowerPC: EH adjustments by Adhemerval Zanella · 12 years ago