platform/upstream/llvm.git
2015-05-01 Davide ItalianoRevert unrelated chunk committed by accident in r236334.
2015-05-01 Justin BognerInstrProf: Fix a coverage crash where a macro begins...
2015-05-01 Davide Italiano[ELF] Fix test for .init_array.
2015-05-01 Pete Cooper[ARM] Transfer the internal flag in thumb2 size reduction.
2015-05-01 Douglas KatzmanMove unit test into anonymous namespace as per convention.
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Alex LorenzUpdate YamlIO documentation for the ScalarTraits class.
2015-05-01 Peter CollingbourneARM: Align functions containing Thumb-2 jump tables...
2015-05-01 Diego NovilloFix infinite recursion in ScaledNumber::toInt.
2015-05-01 Jan VeselyR600: Report fp64 on all capable asics
2015-05-01 James Y Knight[Sparc] Repair fixups in little endian mode.
2015-05-01 Chaoren LinFixed some compiler warnings because of bit-width misma...
2015-05-01 Douglas KatzmanFix omission from adding sparcel (original reviews...
2015-05-01 Chaoren LinSupport remote-android with multiple connected devices.
2015-05-01 Chaoren LinPosixPipes should not be copyable but should be movable.
2015-05-01 Derek SchuffFix float->uint conversion for inputs less than 0
2015-05-01 Benjamin KramerRemove std::move on return of temporary.
2015-05-01 Benjamin KramerRemove std::move on return of temporary.
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-05-01 Benjamin KramerMake helper functions static. NFC.
2015-05-01 Simon Atanasyan[Mips] Check creation of GOT entries corresponded to...
2015-05-01 Toma Tabacu[mips] [IAS] Fix error messages for using LI with 64...
2015-05-01 Niels Ole Salscheider[CMake] Also search for prefixed versions of ld.gold
2015-05-01 Toma Tabacu[mips] [IAS] Slightly improve shift instruction generat...
2015-05-01 NAKAMURA TakumiASTReader.h: Prune "\param Complain" since r236300...
2015-05-01 NAKAMURA TakumiRevert r236001, "Disable clang-tools-extra/test/pp...
2015-05-01 Simon Pilgrim[SelectionDAG] Unary vector constant folding integer...
2015-05-01 Tom StellardR600/SI: Add VCC as an implict def of SI_KILL
2015-05-01 Tom StellardR600/SI: Fix verifier errors from the SIAnnotateControl...
2015-05-01 Yunzhong GaoFix a few line endings. NFC.
2015-05-01 Richard Smith[modules] Start moving the module visibility informatio...
2015-05-01 Eric FiselierDisallow conversions from function pointers to void*.
2015-05-01 Justin BognerInstrProf: This call does nothing, remove it
2015-05-01 Sean CallananAdded support for locating and importing functions
2015-05-01 Quentin Colombet[ARM][TEST] Strengthen test against smarter reg alloc.
2015-05-01 Sean CallananFixed some compiler warnings because of bit-width
2015-05-01 Evgeniy Stepanov[asancov] Fix coverage reserving 4x the necessary amoun...
2015-05-01 Davide ItalianoChange test target from x86_64-linux to x86_64.
2015-05-01 Sean CallananUpdated our use of clang::Preprocessor to reflect
2015-05-01 Davide Italiano[ELF] Mark linker defined symbols as .hidden when needed.
2015-04-30 Pete Cooper[ARM] optimizeSelect should clear kill flags.
2015-04-30 Justin BognerInstrProf: Support for setting profile output from...
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-04-30 Jim InghamDon't return nullptr when you mean to return an empty...
2015-04-30 Jason MolendaGuard against the case where the Write method is called...
2015-04-30 Richard SmithMake macro dumping robust against a nonexistent macro.
2015-04-30 Jason MolendaUse #include "lldb/API/SBCommandReturnObject.h" instead...
2015-04-30 Matt ArsenaultFix typo
2015-04-30 Pete CooperCommute the internal flag on MachineOperands.
2015-04-30 Richard TrieuFix -Wpessimizing-move by removing call to std::move
2015-04-30 Richard Smith[modules] Add a mechanism to dump information about...
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-30 Justin BognerInstrProf: Fix handling of profile counters in the...
2015-04-30 Reid KlecknerRe-commit the test fix that went with r236274
2015-04-30 Rafael EspindolaRemove unnecessary break.
2015-04-30 Reid KlecknerRevert most of r236271, leaving only the datalayout...
2015-04-30 Quentin Colombet[AArch64] Fix bad register class constraint in fast...
2015-04-30 Pete CooperDon't always apply kill flag in thumb2 ABS pseudo expan...
2015-04-30 Reid KlecknerUse 4 byte preferred aggregate alignment in datalayout...
2015-04-30 Reid Kleckner[X86] Use 4 byte preferred aggregate alignment on Win32
2015-04-30 Matthias BraunInstCombineSimplifyDemanded: Remove nsw/nuw flags when...
2015-04-30 Matthias BraunInstCombine: Move Sub->Xor rule from SimplifyDemanded...
2015-04-30 Rafael EspindolaSimplify the creation of compressed debug sections.
2015-04-30 Sean CallananMade macros from modules be injected before our
2015-04-30 Richard TrieuFix -Wpessimizing-move warning by remove the call to...
2015-04-30 Justin BognerInstrProf: Make sure coverage propagates out of foreach...
2015-04-30 Andrea Di BiagioFix comment in test. NFC.
2015-04-30 Rafael EspindolaReplace unreachable code with llvm_unreachable.
2015-04-30 Rafael EspindolaDon't create a MCSectionData when we don't have to.
2015-04-30 Zachary TurnerRemove the NullLog class introduced in r236174.
2015-04-30 Andrea Di BiagioFix for PR23103. Correctly propagate the 'IsUndef'...
2015-04-30 Rafael EspindolaAvoid an extra loop over the sections.
2015-04-30 Richard SmithPR19691: initialize MacroDirective::DefInfo::IsPublic...
2015-04-30 Rafael EspindolaMake the section table a member of ELFObjectWriter.
2015-04-30 Richard SmithPR22354: Add a test that we emit copy-ctors for capture...
2015-04-30 Rafael EspindolaNothing inherits from this, drop the protected:
2015-04-30 Kevin EnderbyFor llvm-objdump, with the -archive-headers and -macho...
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-30 Matt ArsenaultMips: Remove dead declaration
2015-04-30 Matt ArsenaultMachineVerifier: Don't crash if MachineOperand has...
2015-04-30 Pete CooperDon't rewrite jumps to empty BBs to landing pads.
2015-04-30 Quentin Colombet[ARM] Do not generate invalid encoding for stack adjust...
2015-04-30 Ben LangmuirFix the end location of init-capture annotations in...
2015-04-30 Tim NorthoverAArch64: add BFC alias for the BFI/BFM instructions.
2015-04-30 Reid KlecknerAdd a note about permitting default member initializers
2015-04-30 David MajnemerRemove some leftover debugging code.
2015-04-30 Jordan RoseDon't warn about use of deprecated API when the contain...
2015-04-30 Jordan RoseBatch up access-related diagnostics on enum constants...
2015-04-30 Jan VeselyReinstate revisions r234755, r234759, r234760
2015-04-30 David Majnemer[MS ABI] Correctly make paths through covariant virtual...
2015-04-30 David Majnemer[AST] Fix some typos
2015-04-30 Daniel BerlinMove equality function for AliasAnalysis::Location...
2015-04-30 Marshall ClowMark LWG#2387 as complete. No code changes needed
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-04-30 Rafael EspindolaDon't check for offsets in tests where it is not relevant.
2015-04-30 Diego NovilloFix private constructor for ScaledNumber.
2015-04-30 Ilia KFix Process::ResumeSynchronous which waits a process...
2015-04-30 Rafael EspindolaCheck the entire content of the comdat group.
next