platform/upstream/llvm.git
2014-11-10 Benjamin KramerRemove unused diagnostic.
2014-11-10 Daniel Sanders[mips] Fix sret arguments for N32/N64 which were accide...
2014-11-10 Simon Atanasyan[Mips] Replace the redundant condition by assert call
2014-11-10 Simon Atanasyan[Mips] Do not read addends for relocations which do...
2014-11-10 Marshall ClowUpdate status pages for C++1z
2014-11-10 Alexander Kornienko[Tooling] Restore current directory after processing...
2014-11-10 Viktor KutuzovEnable running Ubsan tests on FreeBSD
2014-11-10 Manuel KlimekMark test using python as REQUIRES: python27.
2014-11-10 Viktor Kutuzov[Ubsan] Fix the missing_return.cpp test to pass on...
2014-11-10 Viktor Kutuzov[Ubsan] Fix the cast-overflow.cpp test to build on...
2014-11-10 Viktor Kutuzov[Sanitizers] Enable stack traces on FreeBSD
2014-11-10 Shankar Easwaran[ELF] add missing test for max-page-size
2014-11-10 Shawn BestLLGS Android target support (r221570) missed adding...
2014-11-10 NAKAMURA Takumi[CMake] llvm-c-test: Use libLLVM.so if it is available.
2014-11-10 NAKAMURA Takumi[CMake] Let llvm-shlib work on Linux with --whole-archive.
2014-11-10 NAKAMURA Takumi[CMake] Move llvm-shlib in prior to other tools.
2014-11-10 Shankar Easwaran[Gnu] Support --image-base option
2014-11-10 Shankar Easwaran[ELF] Fix DT_INIT_ARRAY{SZ} and DT_FINI_ARRAY{SZ}
2014-11-10 Shankar Easwaran[ELF] Fix values of linker created dynamic variables.
2014-11-10 Shankar Easwaran[ELF] .dynamic should have SHT_DYNAMIC flag
2014-11-10 Shankar Easwaran[Gnu] Add options that are ignored
2014-11-10 Shankar Easwaran[ELF] Support -z max-page-size option
2014-11-10 Shankar EaswaranAdd support library.
2014-11-08 Aaron BallmanMissing testcase from r221581.
2014-11-08 Aaron BallmanUpdated the wording for a diagnostic to be more grammat...
2014-11-08 Aaron Ballman[c++1z] Support for attributes on namespaces and enumer...
2014-11-08 NAKAMURA Takumi[CMake] llvm-shlib: Add possibly missing BitReader...
2014-11-08 Jay Foad[ASan] Fix stack-overflow test for PowerPC
2014-11-08 Jason MolendaAdd a RegisterNumber class to RegisterContextLLDB.h...
2014-11-08 Richard Smith[c++1z] Support for u8 character literals.
2014-11-08 Jason MolendaFix a corner case with the handling of noreturn functions.
2014-11-08 Richard Smith[c++1z] Implement nested-namespace-definitions.
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-11-08 Shankar Easwaran[ELF] Remove unused variable
2014-11-08 Shankar Easwaran[ELF] Support --no-align-segments.
2014-11-08 Shawn BestLLGS Android target support - for Andy Chien : reviews...
2014-11-08 Ben LangmuirCheck module signature when the module has already...
2014-11-08 Fariborz JahanianFixed a buildbot failure.
2014-11-08 Ben LangmuirFix unintended fallthrough in ASTReader
2014-11-08 Shawn Bestfix for unit tests finding path to LLDB.h reviews...
2014-11-08 Matt ArsenaultR600/SI: Fix broken check prefixes in test
2014-11-08 Saleem AbdulrasoolTransforms: address some late comments
2014-11-08 Saleem AbdulrasoolTransforms: sort source files in build
2014-11-07 Fariborz Jahanian[Objective-C Sema]. Issue availability/deprecated warni...
2014-11-07 Zachary TurnerRemove the top-level DebugDriverThread in ProcessWindows.
2014-11-07 David MajnemerSelectionDAG: Assert if we truncate SDNode's NumOperand...
2014-11-07 Tim NorthoverARM ABI: simplify decisions on whether args can be...
2014-11-07 Alexey SamsonovIntroduce a SanitizerKind enum to LangOptions.
2014-11-07 Kuba BreckaUse @rpath for ASan dylib in Makefiles
2014-11-07 Kuba BreckaUse @rpath for ASan dylib in Makefiles
2014-11-07 Chad Rosier[Reassociate] Better preserve NSW/NUW flags.
2014-11-07 Saleem AbdulrasoolTransforms: use typedef rather than using aliases
2014-11-07 Nick Kledzik[mach-o] remove stray debug output
2014-11-07 Nick Kledzik[mach-o] Fix MachOFileNode to own archives same as...
2014-11-07 Renato GolinPPC fix works for ARM, too
2014-11-07 David PeixottoSafely generate new loop metadata node
2014-11-07 Rafael EspindolaRemove unused variable.
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-07 Michael J.... Fix style.
2014-11-07 Michael J.... Fix style.
2014-11-07 Nick Kledzik[mach-o] Add support for -order_file option
2014-11-07 Nick KledzikFix FileArchive member MemoryBuffer early destruction
2014-11-07 Matt ArsenaultR600: Remove unused define
2014-11-07 Jay Foad[ASan] Fix zero_page_pc test for PowerPC
2014-11-07 Enrico GranataThis was meant to be count, not m_count
2014-11-07 Enrico GranataSBValue::Cast is deprecated. This does not work as...
2014-11-07 Simon Atanasyan[Mips] Do not hard-code the paired relocation type
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-11-07 Rafael EspindolaUse StringRefMemoryObject in llvm-mc. NFC.
2014-11-07 Samuel AntaoFix clash of gcc toolchains in hexagon driver regressio...
2014-11-07 Daniel Sanders[mips] Promote i32 arguments to i64 for the N32/N64...
2014-11-07 Fariborz JahanianRevert r221404 which caused lldb to not display
2014-11-07 Renato GolinMake sure only NEON enabled devices save/restore D16...
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-11-07 Rafael EspindolaPass PRIVATE to target_link_libraries if using shared...
2014-11-07 Daniel Sanders[mips] Removed the remainder of MipsCC. NFC.
2014-11-07 Daniel Sanders[mips] Remove MipsCC::reservedArgArea() in favour of...
2014-11-07 NAKAMURA TakumiMipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
2014-11-07 NAKAMURA Takumillvm/test/tools/llvm-symbolizer/ppc64.test: Avoid subshell.
2014-11-07 Daniel Sanders[mips] Move MipsCCState to a separate file and clang...
2014-11-07 Timur IskhodzhanovImprove comments in vtordisp tests: fix a typo, add...
2014-11-07 Shankar Easwaran[ELF] Remove is64bits() and isLittlEndian().
2014-11-07 Daniel Sanders[mips] Fix unused variable warnings introduced in r221521
2014-11-07 Daniel Sanders[mips] Remove remaining use of MipsCC::intArgRegs(...
2014-11-07 Evgeniy Stepanov[sanitizer] Never remove the last frame off the stack...
2014-11-07 Daniel Sanders[mips] Remove MipsCC::getRegVT(). NFC
2014-11-07 Daniel Sanders[mips] Remove MipsCC::analyzeCallOperands in favour...
2014-11-07 Daniel Sanders[mips] Move SpecialCallingConv to MipsCCState and use...
2014-11-07 Daniel Sanders[mips] Removed IsVarArg from MipsISelLowering::analyzeC...
2014-11-07 Renato GolinMove ARM failure from FIXME to XFAIL
2014-11-07 Jay Foadllvm-symbolizer: teach it about PowerPC64 ELF function...
2014-11-07 David MajnemerSCCP: overdefined calls cannot become constant
2014-11-07 Johannes Doerfert[Refactor][NFC] Generalize the creation of ScopArrayInf...
2014-11-07 David MajnemerCodeGen, Itanium: Properly dllimport RTTI data
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-07 Rafael EspindolaUse llvm::StringRefMemoryObject NFC.
2014-11-07 Rui UeyamaFix Mach-O unit tests breakage on Windows
2014-11-07 Ahmed Bougacha[AArch64] Keep flags on condition vreg when instantiati...
2014-11-07 Rui UeyamaDisable a Mach-O test on Windows that depends on Unix...
2014-11-07 Rui UeyamaAdd missing -target triple to ELF tests.
next