platform/upstream/llvm.git
2013-02-16 Benjamin KramerReplace erase loop with std::remove_if.
2013-02-16 Benjamin KramerReplace loop with std::find.
2013-02-16 Jakub StaszakLegalizeDAG.cpp doesn't need DenseMap.
2013-02-16 Jakub StaszakReduce indents in LSRInstance::NarrowSearchSpaceByColla...
2013-02-16 NAKAMURA Takumi[msvc x64] Update X86CompilationCallback_Win64.asm...
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-02-16 NAKAMURA TakumiTarget/R600/CMakeLists.txt: Prune SILowerLiteralConstan...
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Jakub StaszakMinor cleanups. No functionality change.
2013-02-16 Jakub StaszakAdd even more constatness in MachineDominators.h.
2013-02-16 Jakub StaszakReplace "check:" wth "CHECK:".
2013-02-16 Christian KonigR600/SI: Add pattern to simplify i64 loading
2013-02-16 Christian KonigR600/SI: nuke SReg_1 v3
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-16 Christian KonigR600/SI: replace AllReg_* with [SV]Src_* v2
2013-02-16 Christian KonigR600/SI: fix VOPC encoding v2
2013-02-16 Christian KonigR600/SI: move *_Helper definitions to SIInstrFormat.td
2013-02-16 Christian KonigR600/SI: remove some more unused code
2013-02-16 Christian KonigR600/structurizer: improve inverting conditions
2013-02-16 Christian KonigR600/structurizer: improve loop handling
2013-02-16 Christian KonigR600/structurizer: improve finding condition values
2013-02-16 Christian KonigR600/structurizer: improve PHI value finding
2013-02-16 Christian KonigR600/structurizer: add class to find the Nearest Common...
2013-02-16 Jakub StaszakAdd some constantness in Machine Dominators.
2013-02-16 Jakub StaszakRemove trailing spaces.
2013-02-16 Reed KotlerUse a different scheme to chose 16/32 variants. This...
2013-02-16 Filipe CabecinhasInclude a small argparse compatibility layer for Python...
2013-02-16 James DennettDocumentation cleanup: make a \brief be brief, and...
2013-02-16 James DennettDocumentation cleanup: use \brief, and don't repeat...
2013-02-16 Michael J.... [ELF] Add STN_UNDEF.
2013-02-16 Greg ClaytonGet rid of a warning.
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-16 Jordan RoselibAnalysis: Add a case for TypeAliasDecl in CFGRecStmt...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-16 Dmitri Gribenkolibclang: remove reinterpret_casts by using SourceLocat...
2013-02-16 Dmitri GribenkoRemove unused forward declarations
2013-02-16 David BlaikieDon't warn on conversion from NULL to nullptr_t
2013-02-16 Richard SmithEmit vtables for an extern template class as available_...
2013-02-16 Argyrios Kyrtzidis[PCH] Deserializing the DeclContext of a template param...
2013-02-16 Dmitri GribenkoRemove unused forward declarations
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-02-16 John McCallRework the visibility computation algorithm in preparation
2013-02-16 Akira Hatanaka[mips] Remove SDNPWantParent from the list of SDNodePro...
2013-02-15 Matt Beaumont-GayPacify -Wnon-virtual-dtor
2013-02-15 Enrico GranataNSSet formatter is now C++ code
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Matt Beaumont-GaySuppress a GCC -Wunused-variable warning in -Asserts...
2013-02-15 Sean CallananFixes in the IRInterpreter:
2013-02-15 Chad Rosierc[ms-inline asm] It's possible to have a SizeDirective...
2013-02-15 Derek SchuffIf bundle alignment is enabled, do not add data to...
2013-02-15 Bill WendlingSupport changing the subtarget features in ARM.
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-15 Chad RosierAdd test case for r175312.
2013-02-15 Chad Rosier[ms-inline asm] Adjust the EndLoc to account for the...
2013-02-15 Pekka JaaskelainenForgot to 'svn add' the LoopVectorizer tests for the...
2013-02-15 Akira Hatanaka[mips] Clean up class MipsCCInfo.
2013-02-15 Daniel MaleaImprove test harness for the buildbots
2013-02-15 Bill WendlingAdd the 'target-cpu' and 'target-features' attributes...
2013-02-15 Daniel MaleaMore test case cleanup (Linux and Mac):
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Sebastian Popcheck that clang-format exists
2013-02-15 Sebastian Popdon't store a pointer to the loop in IVS
2013-02-15 Sebastian Popadd NestLoops to remove some uses of IVS
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Daniel MaleaFix misuse of python subprocess module (caused "leaking...
2013-02-15 Akira Hatanaka[mips] Split SelectAddr, which was used to match addres...
2013-02-15 Dmitri Gribenkolibclang: add clang_getTypeSpelling(CXType CT)
2013-02-15 Fariborz Jahanianobjective-C: Fixes a compiler crash when encoding
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2013-02-15 Sebastian Popuse apply and ScevParameterRewriter::rewrite instead...
2013-02-15 Sebastian Popadd LoopToScev maps
2013-02-15 Sebastian Popadd ScevApplyRewriter
2013-02-15 Sebastian Popadd SCEVParameterRewriter
2013-02-15 Benjamin KramerAsmParser: Reformat the MS asm parser to reduce nesting.
2013-02-15 Daniel JasperRecognize < and > as binary expressions in builder...
2013-02-15 Daniel MaleaRename [Enable|Disable]Breakpoint() to [Enable|Disable...
2013-02-15 Enea ZaffanellaFixed diagnostic nondeterministic order bug (pr14901).
2013-02-15 Edwin VanePropagate changes through no-op transforms
2013-02-15 Daniel MaleaLinux test case cleanup:
2013-02-15 Daniel JasperDone break between 'operator' and '<<'.
2013-02-15 Alexey Samsonov[ASan] make variables unsigned to silence warnings...
2013-02-15 Alexey Samsonov[ASan] make variable unsigned to silence the warning
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-02-15 Argyrios KyrtzidisFix crash-on-invalid where a ParenListExpr shows up...
2013-02-15 Argyrios KyrtzidisWhen a statement is dropped from the AST because it...
2013-02-15 Jyotsna VermaHexagon: Set appropriate TSFlags to the loads/stores...
2013-02-15 Greg ClaytonAdded missing include.
2013-02-15 Hal FinkelBBVectorize: Call a DAG and DAG instead of a tree
2013-02-15 Daniel JasperRe-enable ConstructorInitializerAllOnOneLineOrOnePerLin...
2013-02-15 Alexander Potapenko[ASan] Fix https://code.google.com/p/address-sanitizer...
2013-02-15 Howard HinnantBruce Mitchener: Typo fixes.
2013-02-15 Howard HinnantBruce Mitchener: Minor typo fixes.
2013-02-15 Arnaud A. de... Fix refactoring mistake in "Teach InstCombine to work...
2013-02-15 Benjamin KramerSema: Unnest early exit and remove an unnecessary bad...
2013-02-15 Timur IskhodzhanovAbstract out emitting the vdtor calls and do it properl...
2013-02-15 Arnaud A. de... Teach InstCombine to work with smaller legal types...
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Rafael EspindolaGive these callbacks hidden visibility. It is better...
2013-02-15 Rafael EspindolaDon't make assumptions about the mangling of static...
next