platform/upstream/llvm.git
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-22 Rafael EspindolaSupport Solaris unused sections' gc link syntax.
2015-06-22 Marshall ClowMake seeking on an ostream that has eofbit set work...
2015-06-22 Jaydeep PatilTest Commit
2015-06-22 Aaron BallmanDon't use &* when get() will suffice; NFC.
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LAReg with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Rafael EspindolaDo not pass optimization flags to Solaris' linker.
2015-06-22 Rafael EspindolaUse right syntax to pass version script to Solaris...
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LASym with identical sourc...
2015-06-22 Elena DemikhovskyAVX-512: All forms of VCOPMRESS VEXPAND instructions,
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Alexander KornienkoRemoving empty directories.
2015-06-22 Simon Atanasyan[Mips] Support R_MICROMIPS_HI0_LO16 relocation handling
2015-06-22 Simon Atanasyan[Mips] Support R_MICROMIPS_LITERAL relocation handling
2015-06-22 Simon Atanasyan[Mips] Support R_MIPS_LITERAL relocation handling
2015-06-22 Simon Atanasyan[Mips] Support R_MICROMIPS_SUB relocation handling
2015-06-22 Simon Atanasyan[Mips] Reject R_MIPS_GPREL32 against external symbols
2015-06-22 Simon Atanasyan[Mips] Fix test case - do not use R_MIPS_GPREL32 agains...
2015-06-22 Simon Atanasyan[Mips] Reject position-dependent relocations in case...
2015-06-22 Simon Atanasyan[Mips] Fix test case - do not use R_MIPS_HI16 for share...
2015-06-22 Simon Atanasyan[Mips] Support R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST...
2015-06-22 Simon Atanasyan[Mips] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocatio...
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-22 Rafael EspindolaAdd the testcase from pr23900.
2015-06-22 Davide ItalianoRemove incomplete comment.
2015-06-21 Saleem AbdulrasoolSema: add a helper for enumerating the TST id (NFC)
2015-06-21 Rui UeyamaCOFF: Support delay-load import tables.
2015-06-21 Simon Pilgrim[X86] Code tidyup - Use SDValue bool operator. NFC.
2015-06-21 Nico WeberClean up CLCompatOptions.td a bit.
2015-06-21 Justin BognerASTReader: Treat InputFileOffsets as unaligned to avoid UB
2015-06-21 Justin BognerRevert "ASTReader: Copy input file offset data to avoid...
2015-06-21 Saleem AbdulrasoolSema: convert decl + while loop into for loop (NFC)
2015-06-21 Duncan P. N... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-21 Duncan P. N... AsmPrinter: Rewrite initialization of DbgVariable, NFC
2015-06-21 Davide Italiano[Codegen] Don't crash if destructor is not accessible.
2015-06-21 Simon Pilgrim[X86][SSE] Added missing stack folding test for CVTSD2S...
2015-06-21 NAKAMURA TakumiOptTable.h: Prune a couple of \param(s), since Arg...
2015-06-21 David BlaikieUpdate for ParseARgs ArrayRef-ification
2015-06-21 David BlaikieDevirtualize ArgList's dtor now that -Wvirtual-dtor...
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-21 David BlaikieArrayRef-ify Driver::parse and related functions.
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-21 Rui UeyamaCOFF: Use short varaible name. NFC.
2015-06-21 Rui UeyamaCOFF: Support exception table.
2015-06-21 Rui UeyamaObject: Add load configuration structure for 64 bit...
2015-06-20 Rui UeyamaCOFF: Combine add{Object,Archive,Bitcode,Import} functi...
2015-06-20 Justin BognerASTReader: Copy input file offset data to avoid unalign...
2015-06-20 Adrian PrantlAdd missing dependency clangFrontend to clangQuery.
2015-06-20 Adrian PrantlAdd missing dependency clangFrontend to unit test.
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-20 Benjamin Kramer[PPC] Factor vector removal into a function and remove...
2015-06-20 Benjamin Kramer[SwitchLowering] Remove quadratic vector removal.
2015-06-20 Yaron KerenAvoid clearing an empty PrioritizedCXXGlobalInits, NFC
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-20 Yaron KerenUpdate ELFObjectWriter::reset() following r238073.
2015-06-20 Rui UeyamaCOFF: Fix common symbol alignment.
2015-06-20 Rui UeyamaCOFF: Fix a common symbol bug.
2015-06-20 Yaron KerenRangify for loops in Inliner::runOnSCC(), NFC.
2015-06-20 Justin BognerIndVarSimplify: Avoid UB from binding a reference to...
2015-06-20 NAKAMURA TakumiReformat.
2015-06-20 NAKAMURA TakumiRevert r240040, "[BranchFolding] Replace custom Machine...
2015-06-20 NAKAMURA TakumiASTContext.h: Fix utf8 chars in comments.
2015-06-20 NAKAMURA TakumiTargetInstrInfo.h: Fix r240192. [-Wdocumentation]
2015-06-20 NAKAMURA TakumiSemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumen...
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Peter CollingbourneUse correct escaping for semicolon on Windows.
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2015-06-20 Peter CollingbourneLibDriver tests require x86 target.
2015-06-20 Richard Smith[modules] When determining whether a definition of...
2015-06-20 Peter CollingbourneLibDriver: implement /libpath and $LIB; ignore /ignore...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-20 Justin BognerLowerSwitch: Avoid some undefined behaviour
2015-06-20 Richard Smith[modules] Refactor and slightly simplify class definiti...
2015-06-20 Nico WeberSuppress bogus gcc -Wreturn-type warnings.
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Douglas GregorYet another MSVC-related fix.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-19 Douglas GregorTry to fix the MSVC build
2015-06-19 Douglas GregorStop moving attributes off of a block literal's decl...
2015-06-19 Douglas GregorHandle 'instancetype' in ParseDeclarationSpecifiers.
2015-06-19 Douglas GregorMake -Wnullability-completeness work with -Wsystem...
2015-06-19 Douglas GregorCF_RETURNS_[NOT_]RETAINED on a param makes the inner...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-06-19 Peter CollingbourneCOFF: Take reference to argument vector using std:...
2015-06-19 Rui UeyamaCOFF: Fix precedence between LIB and /libpath.
2015-06-19 Dan LiewTry to fix generation of LLVMExports.cmake under Visual...
2015-06-19 Rui UeyamaCOFF: Add search paths in the correct order.
next