platform/upstream/llvm.git
2013-06-11 Greg ClaytonUse llvm::APFloat for formatting if a target is availab...
2013-06-11 Eli FriedmanCorrectly handle designated initializers which modify...
2013-06-11 Tobias GrosserMake host ARM CPU feature detection independent of...
2013-06-11 Rui Ueyama[PECOFF][Writer] Structure of pe32_header was changed.
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-06-11 Richard SmithAdd a testcase for PR7434, which is a bug we no longer...
2013-06-11 Rafael EspindolaInclude PathV1.h in a file that uses it.
2013-06-11 Rafael EspindolaMore build fixes.
2013-06-11 Rafael EspindolaFix build after clang change r183781.
2013-06-11 Rafael EspindolaTry to fix the windows build.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetDLLSuffix.
2013-06-11 Richard SmithRevert r183721. It caused cleanups to be delayed too...
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Enrico GranataMaking our Python decrefs NULL-safe
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Enrico Granata<rdar://problem/13759177>
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaDon't define LLVM_LIBDIR, it is not used anymore.
2013-06-11 Samuel BenzaquenReduce the number of symbols on the object file.
2013-06-11 Akira Hatanaka[mips] Use function TargetInstrInfo::getRegClass.
2013-06-11 Enrico Granata<rdar://problem/13779789>
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Michael LiaoFix documentation on the path to Bitcode reader/writer
2013-06-11 Argyrios Kyrtzidis[libclang/python] Add a few "cursor kinds" that were...
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Eli FriedmanMake ASTContext::Allocate use size_t for the size argument.
2013-06-11 Rafael EspindolaChange how globalopt handles aliases in llvm.used.
2013-06-11 Greg ClaytonRemove eFormatHalfFloat as it isn't needed. eFormatFloa...
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaPort r183666 to identify_magic.
2013-06-11 Rafael EspindolaFix variable name.
2013-06-11 Argyrios KyrtzidisModify a comment to reflect changes of r183717.
2013-06-11 Alexander KornienkoInsert a space at the start of a line comment in case...
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-11 Sergey Matveev[lsan] Harmonized some naming inconsistencies.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert a use of sys::identifyFileType to sys::fs:...
2013-06-11 Benjamin KramerR600: Make helper functions static.
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-06-11 Benjamin KramerSilence GCC warning.
2013-06-11 Benjamin KramerASTUnit: Invert the dependency of PrecompilePreambleAct...
2013-06-11 Rafael EspindolaFactor duplicated yamlReader creation.
2013-06-11 Manuel KlimekMake it possible to assign clang-format-buffer to a...
2013-06-11 Dmitry Vyukovtsan: add -Wno-maybe-uninitialized to Go build script
2013-06-11 NAKAMURA TakumiRework r183728, suppress assert(0) for now. Its behavio...
2013-06-11 Sergey Matveev[lsan] Fix the unittest makefiles.
2013-06-11 Mihai PopaIt adds support for negative zero offsets for loads...
2013-06-11 Mihai PopaThis patch adds support for FPINST/FPINST2 as operands...
2013-06-11 Alexey Samsonov[Sanitizer] add file forgotten in r183730
2013-06-11 Amaury de la... ARM: Enforce decoding rules for VLDn instructions
2013-06-11 Alexey Samsonov[Sanitizer] support running external llvm-symbolizer...
2013-06-11 Amaury de la... ARM: Fix STREX/LDREX reecoding
2013-06-11 NAKAMURA TakumiTweak a couple of tests on win32 hosts with +Asserts.
2013-06-11 NAKAMURA TakumiARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF()...
2013-06-11 NAKAMURA TakumiWhitespace.
2013-06-11 David MajnemerRemove some unicode that sneaked in.
2013-06-11 Rui Ueyama[WinLink] Add -force command line option to allow undef...
2013-06-11 David MajnemerImplement DR61: Address of ambiguous bound methods...
2013-06-11 David MajnemerImplement DR85: Redeclaration of member is forbidden
2013-06-11 Richard SmithRework IR emission for lifetime-extended temporaries...
2013-06-11 Eli FriedmanFix a very silly mistake in r183590.
2013-06-11 Enrico Granata<rdar://problem/12876503>
2013-06-11 Eli FriedmanFix a FIXME in a testcase about packed structs and...
2013-06-11 Argyrios Kyrtzidis[libclang] Allow building a precompiled preamble with...
2013-06-11 Enrico Granata<rdar://problem/12783351>
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-11 Fariborz JahanianRemove mis-grouping of an objc diagostic in my last
2013-06-10 Fariborz JahanianObjective-C [qoi]: Issue better warning when nsstring...
2013-06-10 Sean SilvaFix spurious semicolons.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-10 Tim NorthoverARM: diagnose ARM/Thumb assembly switches on CPUs only...
2013-06-10 Nick LewyckyFix xemacs mode line, don't put them in .cpp files...
2013-06-10 Rui Ueyama[PECOFF] Refactoring: Split FileCOFF c'tor. No function...
2013-06-10 Enrico GranataAdding properties to the SBBreakpoint class
2013-06-10 Enrico Granata<rdar://problem/14101771>
2013-06-10 Rui Ueyama[PECOFF][Writer] Set required OS version numbers.
2013-06-10 Eric ChristopherRemove a few fixmes, the only work we're doing is getti...
2013-06-10 Eric ChristopherFix up comment.
2013-06-10 Matt KopecAdd output of fault address on an address related crash...
2013-06-10 Rui Ueyama[PECOFF] Add comments for symbols.
2013-06-10 Eli FriedmanMake sure we don't emit invalid IR for StmtExprs with...
2013-06-10 Eric ChristopherRemove unused function.
2013-06-10 Adrian Prantlcleanup (address some more review comments for r183474):
2013-06-10 Rui Ueyama[ELF] Refactor File.h.
2013-06-10 Eric ChristopherIndentCount is only used within NDEBUG code.
2013-06-10 Reid KlecknerUse FPT::getArgTypes() instead of manually building...
2013-06-10 Tim NorthoverX86: Stop LEA64_32r doing unspeakable things to its...
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-06-10 Benjamin Kramertblgen: Assert that InstRWs doesn't grows when we don...
next