platform/upstream/llvm.git
2014-11-11 Marshall ClowAdded vector<T>::insert tests suggested by code coverag...
2014-11-11 Manuel KlimekDiagnosticParseKinds is close to running into Diagnosti...
2014-11-11 Jay Foad[ASan] Fix use of -asan-instrument-assembly in tests
2014-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-11 Vasileios Kalintiris[mips] Add hardware register name "hwr_ulr" ($29)
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Jason MolendaAdd support for 32-bit core file dumping. Add support...
2014-11-11 Jason MolendaPut the current pc arrow back into the default disassem...
2014-11-11 Vasileios KalintirisRecommit "[mips] Add names and tests for the hardware...
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-11-11 Manuel KlimekWas convinced in commit comments that requiring a speci...
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 Jason MolendaAdd an operator== to the RegisterNumber class; it simpl...
2014-11-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix a couple of \param(s) introduced...
2014-11-11 NAKAMURA Takumi[CMake] llvm-shlib: Prune redundant components, AsmPrin...
2014-11-11 Suyog SardaAddition to r216371 (SLP and Loop Vectorization) and...
2014-11-11 Craig TopperUse uint64_t as the type for the X86 TSFlag format...
2014-11-11 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-11 Rafael EspindolaOnly run the gold plugin tests if gold supports the...
2014-11-11 Jingyue Wu[NVPTX] Remove dead code in NVPTXTargetTransformInfo...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Rafael EspindolaDon't duplicate names in comments. NFC.
2014-11-11 Rafael EspindolaDon't repeat name in comment. NFC.
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-11-11 Richard SmithFix parsing of fold-expressions within a cast expressio...
2014-11-11 Sean CallananMade the expression parser more resilient against
2014-11-11 Justin BognerInstrProf: Remove an unnecessary helper function (NFC)
2014-11-11 Sean CallananIgnore templated aggregates in the Objective-C
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-11-11 Bob WilsonAdd a missing parenthesis mistakenly dropped in r221621.
2014-11-11 NAKAMURA TakumiCGExpr.cpp: Suppress a warning. [-Wunused-variable]
2014-11-11 Nick Kledzik[mach-o] Fix lazy binding offsets
2014-11-11 Alexey Samsonov[Sanitizer] Refactor sanitizer options in LangOptions.
2014-11-11 Nico Weberspeling.
2014-11-11 Sean CallananFixed two issues in the type encoding parser:
2014-11-11 Shankar Easwaran[ELF] Change order of section match.
2014-11-11 Shankar EaswaranRevert "Add support library."
2014-11-11 Shankar Easwaran[Gnu][Driver] Use StringRef conversion functions
2014-11-11 Shawn BestFix error handling in NativeProcessLinux::AttachToInfer...
2014-11-11 Alexey SamsonovMove CodeGenOptions constructor out-of-line and add...
2014-11-11 Alexey SamsonovMove SanitizerKind class to a separate header. NFC.
2014-11-11 Marshall ClowEricQWF's code coverage work showed that none of the...
2014-11-11 Sean CallananAdded a testcase that checks that fairly complicated
2014-11-11 Zachary Turner[ProcessWindows] Implement breakpoint stop / resume...
2014-11-10 Argyrios Kyrtzidis[libclang] When initializing an ObjC object via the...
2014-11-10 Sean CallananCleaned up the StringLexer a little bit. It turns
2014-11-10 Chad Rosier[yaml2obj] Support AArch64 relocations.
2014-11-10 Rafael Espindolaconfigure.ac lives in autoconf/, not autotools/
2014-11-10 Zachary Turner[ProcessWindows] Notify process plugin when the launch...
2014-11-10 Zachary TurnerFix some compiler warnings, one of which was a legit...
2014-11-10 Alexey SamsonovPropagate SanitizerKind into CodeGenFunction::EmitCheck...
2014-11-10 Ben LangmuirValidate user headers even if -fmodules-validate-once...
2014-11-10 Greg ClaytonFix comments to match the current reality.
2014-11-10 Greg ClaytonFix selectors not being objc-uniquified in the expressi...
2014-11-10 Tim NorthoverAArch64: set all processor features from -arch if nothi...
2014-11-10 Richard SmithImprove diagnostics if _Noreturn is placed after a...
2014-11-10 Michael KupersteinReverting r221626 due to a too-strict test.
2014-11-10 Juergen Ributzka[AArch64][FastISel] Fix kill flags for integer extends.
2014-11-10 Juergen Ributzka[SwitchLowering] Fix the "fixPhis" function.
2014-11-10 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-10 Bob WilsonRemove change to set SDKROOT when building compiler...
2014-11-10 Enrico GranataFix a problem reported by Ed Maste where the test harne...
2014-11-10 Richard SmithUpdate fold-expression mangling to match cxx-abi-dev...
2014-11-10 Bob WilsonClean up indentation after previous change.
2014-11-10 Bob WilsonBuild Darwin libclang_rt libraries against real SDKs.
2014-11-10 Rafael EspindolaCopy externally_initialized in GlobalVariable::copyAttr...
2014-11-10 Jingyue Wu[NVPTX] Add an NVPTX-specific TargetTransformInfo
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-11-10 Bob WilsonOnly build iOS runtime libraries when the iOS SDKs...
2014-11-10 Vasileios KalintirisFix extra semicolon warning. NFC.
2014-11-10 Zoran Jovanovic[mips][microMIPS] Fix issue with delay slot filler...
2014-11-10 Ed MasteFix new noreturn test on !darwin platforms
2014-11-10 Bob WilsonDo not build a separate x86_64h Haswell slice for the...
2014-11-10 Daniel Jasperclang-format: Fix pointer formatting.
2014-11-10 Rafael EspindolaFix variable names and comment style. NFC.
2014-11-10 Nico Weberclang-format: [Java] Never treat @interface as annotation.
2014-11-10 Nico Weberclang-format: Document that --assume-filename affects...
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
next