oota-llvm.git
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Reid KlecknerRemove accidental errs() call in Verifier
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 David MajnemerX86: Optimize address mode matching for FRAME_ALLOC_REC...
2015-03-05 Reid KlecknerRevert busted CallSite change from r231386
2015-03-05 Reid KlecknerSilence -Wmissing-braces warning from clang-cl
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Erik EcksteinRevert r231276 (including r231277): Add a lock() functi...
2015-03-05 Zachary Turner[Windows] Implement PrintStackTrace(FILE*)
2015-03-05 Simon Pilgrim[DagCombiner] Allow shuffles to merge through bitcasts
2015-03-05 Duncan P. N... FileCheck: Document CHECK-SAME, follow-up to r230612
2015-03-05 Kit BartonWhile reviewing the changes to Clang to add builtin...
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Elena DemikhovskyAVX-512, SKX: Enabled masked_load/store operations...
2015-03-05 Frederic RissFix -Woverflow warning in unittest.
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Arnaud A. de... [PBQP] Use a local bit-matrix to speedup searching...
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-05 Craig TopperRevert "[TableGen] Implement at least some support...
2015-03-05 Craig Topper[TableGen] Implement at least some support for multiple...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-03-05 Frederic RissRemove useless break after return.
2015-03-05 Philip ReamesAdd a few more performance tips
2015-03-05 Frederic RissRevert "[dsymutil] MSVC does generate move constructors...
2015-03-05 Frederic Riss[dsymutil] MSVC does generate move constructors, but...
2015-03-05 Philip ReamesAdd a link to the new PerformanceTips docs from the...
2015-03-05 Hans WennborgRevert r231324 "Remove the conditional addition of...
2015-03-05 Chandler Carruth[MBP] Use range based for-loops throughout this code...
2015-03-05 Chandler Carruth[MBP] NFC, run clang-format over this code and tweak...
2015-03-05 Chandler Carruth[MBP] This is no longer 'block-placement2'. ;] The...
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 NAKAMURA TakumiReformat.
2015-03-05 NAKAMURA TakumiRevert r231103, "FullDependenceAnalysis: Avoid using...
2015-03-05 NAKAMURA TakumiRevert r231104, "unique_ptrify FullDependenceAnalysis...
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-05 Chandler Carruth[MBP] Revert r231238 which attempted to fix a nasty...
2015-03-05 NAKAMURA TakumiScalarEvolution.cpp: Appease g++-4.7. He missed implici...
2015-03-05 Eric ChristopherRemove the conditional addition of the execution depend...
2015-03-05 Eric ChristopherCleanup and remove a chunk of getARMSubtarget calls...
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Aaron BallmanInitializer lists are supported in MSVC 2013. Since...
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-03-04 Matthias BraunImprove test robustness
2015-03-04 Sanjoy Das[IndVarSimplify] use the "canonical" way to infer no...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 David BlaikieProvide an explicit move ctor because MSVC can't synthe...
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Frederic RissMake the DWARFAbbreviationDeclaration::AttributeSpec...
2015-03-04 David BlaikieUpdate LangRef for explicit type changes to 'load'...
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 David BlaikieUpdate LangRef for getelementptr explicit type changes
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Reid KlecknerAdd missing <atomic> include to PassRegistry.h
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 David BlaikieRecommit r231221: "Devirtualize ~parser<T> by making...
2015-03-04 Rafael EspindolaBring r231132 back with a fix.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Reid KlecknerRevert "unique_ptrify ValID::ConstantStructElts"
2015-03-04 Wei MiRevert the test commit.
2015-03-04 Wei MiTest commit. It will be reverted in the next commit.
2015-03-04 Adrian PrantlUpdate the out-of-date dwarf expressions in these testc...
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Marek OlsakR600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
2015-03-04 Nemanja IvanovicTest commit. Removed an unnecessary space
2015-03-04 David BlaikieExplicitly default ilistTest::Node's copy constructor
2015-03-04 NAKAMURA TakumiRevert r231221, "Devirtualize ~parser<T> by making...
2015-03-04 NAKAMURA TakumiRevert r231132, "Correctly handle -pass-remarks in...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-03-04 Bill Schmidt[PowerPC] Remove unnecessary and incomplete commentary
2015-03-04 Andrea Di Biagio[X86][FastISel] Simplify the logic in method X86SelectS...
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-04 Toma Tabacu[mips] Rename the LA/LI/DLI TableGen definitions and...
2015-03-04 Vasileios Kalintiris[mips] Keep the parameter list of Filler::searchRange...
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-03-04 Vasileios Kalintiris[mips] Specify the correct value type when combining...
2015-03-04 Daniel JasperAdd a flag to experiment with outlining optional branches.
2015-03-04 Kristof BeylsFix PR22408 - LLVM producing AArch64 TLS relocations...
2015-03-04 Craig Topper[Tablegen] Use correct result number variables with...
2015-03-04 David BlaikieExplicitly default DenseMapTest::CtorTest::operator=
2015-03-04 David BlaikieRemove explicit RNSuccIterator copy assignment in favor...
2015-03-04 David Blaikieuse = default instead of {}
2015-03-04 David BlaikieMake format_object_base explicitly copyable, so format_...
2015-03-04 David BlaikieDevirtualize ~parser<T> by making it protected in base...
2015-03-04 David BlaikieAvoid copying parser objects
2015-03-04 Michael Kuperstein[DAGCombine] Fix a bug in a BUILD_VECTOR combine
2015-03-04 David BlaikieMake OptionValue explicitly copyable
2015-03-04 David BlaikieDevirtualize OptionValue::~OptionValue in favor of...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-04 Chaoren LinRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
next