platform/upstream/llvm.git
2013-07-02 Michael SartainAdd split symbol support to test makefile & add linux...
2013-07-02 Reid Kleckner[ms-cxxabi] Mangle variadic template parameter packs
2013-07-02 Richard SmithAdd regression test for PR12331.
2013-07-02 Howard HinnantConstrain launch ~ operator to defined bits.
2013-07-02 Howard HinnantWindows support in thread::hardware_concurrency.
2013-07-02 Eli FriedmanMore fixes for block mangling.
2013-07-02 Howard HinnantBill Fisher: This patch fixes a bug where the regex...
2013-07-02 Daniel MaleaAdd SymbolVenderELF to autotools build (for Linux ...
2013-07-02 Jakob Stoklund... Revert (most of) r185393 and r185395.
2013-07-02 Serge PavlovFix to PR15826 - clang hits assert in clang::ASTContext...
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-02 Jordan Rose[analyzer] Pointers-to-members are (currently) Locs...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Ed MasteSync parts of FreeBSD Process plugin with Linux
2013-07-02 Ed MasteRemove obsolete comment
2013-07-02 Tobias Grosserclang-format latest changes
2013-07-02 Andy GibbsSuppress "control reaches end of non-void function...
2013-07-02 Timur IskhodzhanovSimplify getting CXXRecordDecl from a base iterator
2013-07-02 Michael Gottesman[APFloat] Swap an early out check so we do not derefere...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-07-02 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-07-02 Evgeniy Stepanov[msan] Intercept mempcpy, wmempcpy.
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Tobias Grosser[autoconf/cmake] Make sure we detect the latest version...
2013-07-02 Evgeniy Stepanov[sanitizer] Fix GLOB_NOMATCH behaviour and refactor...
2013-07-02 Ed MasteBuild standalone debug symbol file support on FreeBSD too
2013-07-02 Evgeniy Stepanov[sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_...
2013-07-02 Daniel JasperFix ranges computed by git clang-format.
2013-07-02 Logan ChienFix ARM EHABI compact model 1 and 2 without handlerdata.
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-02 Rui UeyamaRemoved unused friend declaration.
2013-07-02 Tim NorthoverDAGCombiner: fix use-counting issue when forming zextload
2013-07-02 Daniel JasperFix formatting of long declarations with const type.
2013-07-02 Pavel LabathTeach static analyzer about AttributedStmts
2013-07-02 Evgeniy Stepanov[sanitizer] Intercept setlocale.
2013-07-02 Hal FinkelRevert r185257 (InstCombine: Be more agressive optimizi...
2013-07-02 Nick LewyckyAdd missing break statements. Noticed by inspection.
2013-07-02 Tobias GrosserFix typo in comment
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-02 Tobias GrosserIRVerifier: Correctly check attribute types
2013-07-02 Jim InghamUse the "last created watchpoint" rather than asserting...
2013-07-02 Eli FriedmanDon't skip lambdas when mangling local vars.
2013-07-02 Jordan Rose[analyzer] Explicitly disallow mixed Loc-NonLoc compari...
2013-07-02 Jason MolendaChange the default timeout for KDP communications to...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-07-01 Richard TrieuFix up some asserts that are within an if statement...
2013-07-01 Jakob Stoklund... Tweak some comments that referred to the old bias compu...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Jakob Stoklund... Remove floating point computations form SpillPlacement...
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-07-01 Howard HinnantXFAIL this test on 10.7 and 10.8
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-07-01 Greg ClaytonAdded SymbolVendorELF to the wrong target (lldb-tool...
2013-07-01 Ulrich Weigand[PowerPC] Support all condition register logical instru...
2013-07-01 Greg ClaytonFixed Xcode project to include SymbolVendorELF.
2013-07-01 Chad RosierAdd a newline.
2013-07-01 Eli FriedmanSimplify code in mangler.
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-07-01 Greg ClaytonRecognize "decltype(nullptr)" as a valid DW_AT_name...
2013-07-01 Eli FriedmanSimplify linkage code for static local vars.
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-07-01 Lang HamesMake PBQP require/preserve MachineLoopInfo - the spille...
2013-07-01 Sean Silva[docs] Amend confusing title
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
2013-07-01 Ulrich Weigand[PowerPC] Also add "msync" alias
2013-07-01 Eli FriedmanFix CMakeLists.txt.
2013-07-01 Akira Hatanaka[mips] Increase the number of floating point control...
2013-07-01 Eli FriedmanFix mangling for block literals.
2013-07-01 Akira Hatanaka[mips] Fix test case to check that mips64 instructions...
2013-07-01 Anton KorobeynikovReally fix the test. Sorry for the breakage...
2013-07-01 Anton KorobeynikovFix the test which relies on uncommitted change
2013-07-01 Cameron ZwarichFix the build after r185363. Use llvm::next instead...
2013-07-01 Michael SartainSplit symbol support for ELF and Linux.
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Anton KorobeynikovFix MSP430 builtin types.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-07-01 Matt Beaumont-Gay(1) Add ".test" to test/Other/lit.local.cfg, so llvm...
2013-07-01 Jim InghamFormatting cleanup.
2013-07-01 Tim NorthoverRevert r185339 (ARM: relax the atomic release barrier...
2013-07-01 Manman RenDebug Info: Scope of a DebugLoc should not be null.
2013-07-01 Ulrich Weigand[PowerPC] Fix @got references to local symbols
2013-07-01 Marshall ClowImplement n3656 - make_unique. Thanks to Howard for...
2013-07-01 Ulrich Weigand[PowerPC] Add "wait" instruction
2013-07-01 Ulrich Weigand[PowerPC] Support "eieio" instruction
2013-07-01 Michael GottesmanAdded c++ mode selector to head of SelectionDAGBuilder...
2013-07-01 Ulrich Weigand[PowerPC] Add some existing instructions to ppc64-encod...
2013-07-01 Daniel JasperFix incorrect token counting introduced by r185319.
2013-07-01 Alexey Samsonov[ASan] try to fix Windows build
2013-07-01 Ulrich Weigand[PowerPC] Add variants of "sync" instruction
2013-07-01 Marshall ClowImplement n3658 - Compile-time integer sequences
2013-07-01 Alexey Samsonov[ASan] Properly disable strict init-order checking...
next