platform/upstream/llvm.git
2015-02-14 Richard SmithUpdate cxx_dr_status to cover dr1748 and add test.
2015-02-14 Matt ArsenaultR600/SI: Fix VOP3b encoding on VI
2015-02-14 Matt ArsenaultR600/SI: Fix phys reg copies in SIFoldOperands
2015-02-14 Matt ArsenaultR600/SI: Fix copies from SGPR to VCC
2015-02-14 Matt ArsenaultR600/SI: Add hack to copy from a VGPR to VCC
2015-02-14 Duncan P. N... PowerPC: Canonicalize access to function attributes...
2015-02-14 Matt ArsenaultR600/SI: Fix size of VReg_1
2015-02-14 Duncan P. N... R600: Canonicalize access to function attributes, NFC
2015-02-14 Duncan P. N... Mips: Canonicalize access to function attributes, NFC
2015-02-14 Duncan P. N... ARM: Canonicalize access to function attributes, NFC
2015-02-14 David MajnemerTry to unbreak the Hexagon bot
2015-02-14 Duncan P. N... AArch64: Canonicalize access to function attributes...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Jonathan RoelofsMoar post-commit review.
2015-02-14 Justin Bognerllvm-cov: Simplify coverage reports, fixing PR22575...
2015-02-14 Duncan P. N... X86: Canonicalize access to function attributes, NFC
2015-02-14 Richard SmithDR1748: the reserved placement allocation functions...
2015-02-14 David MajnemerCodeGen: _Atomic(_Complex) shouldn't crash
2015-02-14 Peter CollingbourneBuild cgo and llgo-go
2015-02-14 Peter Collingbournellvm-go: Set $GCCGO instead of putting a gccgo executab...
2015-02-14 Peter Collingbournellvm-go: Add flag for specifying path to go command.
2015-02-14 Duncan P. N... CodeGen: Canonicalize access to function attributes...
2015-02-14 Jonathan RoelofsAddress post-commit review comments
2015-02-14 Ahmed Bougacha[X86] Factor out the CMOV pseudo definitions. NFCI.
2015-02-14 David MajnemerRevert "Revert r229082 for a bit, it caused PR22577."
2015-02-14 David MajnemerCodeGen: Correctly convert atomic bool from i8 to i1
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Duncan P. N... Transforms: Canonicalize access to function attributes...
2015-02-14 Greg ClaytonCorrectly handle N_INDR nlist entries and don't rely...
2015-02-14 Richard Smith[modules] Split off a separate module for DebugInfo...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-14 David BlaikieUpdate test case to be compatible with auto-migration...
2015-02-14 David BlaikieRemove trailing whitespace getting in the way of near...
2015-02-14 David BlaikieAdjust test case to be compatible with future changes...
2015-02-14 Jonathan RoelofsMake the unwinder build on thumbv6-m with the integrate...
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-14 Duncan P. N... Analysis: Canonicalize access to function attributes...
2015-02-14 Eric ChristopherUse the template method to grab the target specific...
2015-02-14 Filipe CabecinhasUse @LINE instead of hardcoded line numbers
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Richard Smith[modules] If we have a choice between including a file...
2015-02-13 John ThompsonFix broken logic for include in block check.
2015-02-13 Jason MolendaChange the default disassembly format again. First...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-13 Filipe CabecinhasAdd -frtti to tests that need rtti
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-13 Frederic Riss[dsymutil] Downcase a function name.
2015-02-13 Frederic Riss[dsymutil] Add a few generic helper methods.
2015-02-13 Frederic Riss[dsymutil] constify trivial function.
2015-02-13 Frederic RissDWARFUnit: Add a couple of helpers to access the DIE...
2015-02-13 Frederic Riss[dsymutil] Find relocations that correspond to debug...
2015-02-13 Frederic Riss[dsymutil] Add DebugMapObject::lookupObjectAddress()
2015-02-13 Chris BienemanFixing broken bots.
2015-02-13 Philip ReamesMinor tweak to MDA
2015-02-13 Peter CollingbourneRoll gofrontend to 0fde0b6a7eb2
2015-02-13 Peter CollingbourneUpdate for API change
2015-02-13 Chris BienemanNFC. Moving the RegisteredOptionCategories global into...
2015-02-13 Chris BienemanNFC. clang-format wants to change this from two lines...
2015-02-13 Chris BienemanNFC. More code cleanup making LookupOption a member...
2015-02-13 Eric ChristopherThe base pointer save offset can be computed at initial...
2015-02-13 Eric ChristopherMove the target machine variable so that it's initializ...
2015-02-13 Richard Smith[modules] Guard against recursively re-entering diagnos...
2015-02-13 Ilia KFix build: revert r229148 "Fix argdumper build in cmake...
2015-02-13 Shankar Easwaran[ELF] Replace std::set with StringSet.
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-13 Saleem AbdulrasoolHandle function name conflicts in _LIBCPP_MSVCRT mode
2015-02-13 Saleem Abdulrasoolcctype: tweak inclusions for _LIBCPP_MSVCRT case
2015-02-13 Reid KlecknerTriple: Make setEnvironment not override the object...
2015-02-13 Ilia KFix build: make_symlink_darwin_debug passes 2 arguments...
2015-02-13 Sanjay Patel[SSE/AVX] Use multiclasses to reduce the mass of scalar...
2015-02-13 Reid KlecknerFix R600 test deadlock on Windows by giving FileCheck...
2015-02-13 Chandler Carruth[PM] Fix a compile error I introduced in r229094 and...
2015-02-13 Sanjay Patelfix typos; NFC
2015-02-13 Richard Smith[modules] Mark include/llvm/Support/Dwarf.def as being...
2015-02-13 Richard SmithClean up some inappropriate choices of type in the...
2015-02-13 Tom StellardR600/SI: Refactor SOP1 classes
2015-02-13 Tom StellardR600/SI: Lowercase register names
2015-02-13 Tom StellardR600/SI: Remove some unused TableGen classes
2015-02-13 Benjamin KramerReapply r229142 with some enable_if magic to avoid...
2015-02-13 Ilia KFix argdumper build in cmake (OS X) after r228636
2015-02-13 Richard Smith[modules] Don't produce duplicate lookup results if...
2015-02-13 Richard SmithPR17938: This has already been fixed, add regression...
2015-02-13 Richard Smith[modules] Improve llvm-bcanalyzer output on AST files...
2015-02-13 Benjamin KramerRevert r229142. It breaks the world for unknown reasons.
2015-02-13 Dimitry AndricIncrease the CPU time timeout for testing from 10 to...
2015-02-13 Benjamin KramerSmallVector: Resolve a long-standing fixme by using...
2015-02-13 Vince HarronFix TestProcessIO.py when run against a remote target
2015-02-13 Vasileios Kalintiris[mips] Refactor and simplify MipsSEDAGToDAGISel::select...
2015-02-13 Ilia KAdd test that checks (gdb) prompt in case of unknown...
2015-02-13 Vasileios Kalintiris[mips] Use isa<> instead of dyn_cast<> with unused...
2015-02-13 Ilia KFix test_lldbmi_prompt test by enabling ShowPrompt...
2015-02-13 Matt ArsenaultR600/SI: Remove handling of fpimm
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-02-13 Matt ArsenaultR600/SI: Minor test scheduling fixes
2015-02-13 Saleem Abdulrasoolunwind: always export unw_local_addr_space
2015-02-13 Ilia KFix -data-read-memory-bytes command (MI)
2015-02-13 Ilia KAdd missing prompt when command doesn't exist (MI)
2015-02-13 Zachary TurnerFix -Wunused-variable warning.
2015-02-13 Zachary Turnerllvm-pdbdump: Improve printing of functions and signatures.
next