platform/upstream/llvm.git
2014-11-11 Duncan P. N... libLTO: Allow LTOCodeGenerator to own a context
2014-11-11 Kostya Serebryany[asan] adding ShadowOffset64 for mips64, patch by Kumar...
2014-11-11 Kaelyn TakataMake LookupResult be copyable to avoid decomposing...
2014-11-11 Kaelyn TakataExplicitly exclude keywords from the member validator.
2014-11-11 Kaelyn TakataFix some formatting prior to refactoring the code.
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Kostya Serebryany[asan] fix coverage tests to use the new flag syntax...
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-11 Marshall ClowReplaced checking in string_view::remove_suffix/remove_...
2014-11-11 Alexey SamsonovBundle conditions checked by UBSan with sanitizer kinds...
2014-11-11 Fariborz JahanianRemove this test too.
2014-11-11 Fariborz JahanianRevert r221702 until I address Richard Trieu's
2014-11-11 Alexey SamsonovSimplify the test by using multiple --check-prefix...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value: Update for LLVM API change...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederFix build break: remove unused variable in FCFI.
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Colin LeMahieu[llvm-mc] Fixing case where if a file ended with non...
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Rafael EspindolaSimplify testcase. NFC.
2014-11-11 David BlaikiePR16091 continued: Debug Info for member functions...
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-11-11 Fariborz JahanianPatch to warn when logical evaluation of operand evalut...
2014-11-11 Enrico GranataMove a bunch of summary formatters to oneliner mode...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
2014-11-11 Daniel Jasperclang-format: Preserve trailing-comma logic even with...
2014-11-11 Richard SmithFirst half of CWG1962: decltype(__func__) should not...
2014-11-11 Marshall ClowFix typo in allocator_traits::construct. This fixes...
2014-11-11 Kevin EnderbyFix a warning about ‘r_type’ may be used uninitialized.
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Shawn BestAdd -std=c99 for building the test case of TestValueVar...
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-11 Shawn BestSubstitute cc with c++ when compiling c++ test files...
2014-11-11 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-11 Marshall ClowFixed a typo in a paper name: 4190 --> N4190
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...
next