platform/upstream/llvm.git
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Joey GoulyConvert tests I recently add to use -verify instead...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] Fix an illegitimate optimi...
2014-06-08 Jingyue WuRefactor canonicalizing array indices to a helper function
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] make two tests more strict
2014-06-08 David BlaikieSmallVector: Improve test coverage for insert with...
2014-06-08 Tobias GrosserScalarEvolution: Derive element size from the type...
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 Saleem AbdulrasoolX86: simplify data layout calculation
2014-06-08 David BlaikieSmallVectorTest: Remove some more robust checks added...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 Stephen CanonAPFloat: x - NaN needs to flip the signbit of NaN when...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-06-08 Simon Atanasyan[Mips] Make got16.test test case independent from exter...
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-06-08 Alp TokerRemove outdated CMake MSVC workaround
2014-06-08 Alp TokerSplit out inline asm parsing into ParseStmtAsm.cpp
2014-06-08 Alp TokerRemove redundant typedef from MCAsmParserSemaCallback
2014-06-08 Alp TokerDon't include llvm/MC/MCParser throughout all of Sema
2014-06-08 Alp TokerMake InlineAsmIdentifierInfo forward-declarable
2014-06-08 David MajnemerMS ABI: Simplify microsoft mangling of template instant...
2014-06-08 Saleem AbdulrasoolMC: fix text section characteristics for WoA
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Reed Kotlerstart to clean up buildMI calls in mips fast-isel
2014-06-08 Alp TokerRe-enable ARM ELF tests
2014-06-08 Alp TokerFix build when no native target is enabled
2014-06-08 Reed Kotlerinclude MipsGenFastISel.inc
2014-06-08 Saleem Abdulrasooltest: add test case for SVN r210406
2014-06-08 Saleem Abdulrasooltest: move some tests into ARM directory
2014-06-08 Saleem AbdulrasoolMC: make ELF .type handling more GNU AS compatible
2014-06-08 Saleem AbdulrasoolMC: fix ctor/dtor section for windows-itanium
2014-06-08 Saleem AbdulrasoolMC: whitespace, grouping for COFF section setup
2014-06-07 Alp TokerDeclObjC: Fix comments about bad API
2014-06-07 Alp TokerAvoid dubious IdentifierInfo::getNameStart() uses
2014-06-07 Alp TokerStringRefize TargetInfo::getABI()
2014-06-07 Alp TokerFix typos
2014-06-07 Alp TokerBuild fix: remove initializeJumpInstrTablesPass() call...
2014-06-07 Saleem AbdulrasoolARM: correct assertion for long-calls on WoA
2014-06-07 Saleem AbdulrasoolDriver: add -m{,no-}long-calls support
2014-06-07 Saleem Abdulrasooltools: add a high level explanation for WoA EH data
2014-06-07 Peter Zotov[OCaml] Commit missing parts of r210395
2014-06-07 Peter Zotov[OCaml] Introduce an llmdkind abstract type.
2014-06-07 Simon Atanasyan[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL...
2014-06-07 Rafael EspindolaRevert 209903 and 210040.
2014-06-07 Arnold SchwaighoferUnbreak release builds.
2014-06-07 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_unp...
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-07 Bill Schmidt[PPC64LE] Update test for vec_sum2s interface
2014-06-07 Nick LewyckyFix crash declaring global allocation function with...
2014-06-06 Richard TrieuFix my poor grammar from r210372
2014-06-06 Eric ChristopherReplace the use of TargetMachine with a tiny bool variable.
2014-06-06 Eric ChristopherRemove all local variables from X86SelectionDAGInfo...
2014-06-06 Bill Schmidt[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and...
2014-06-06 Saleem AbdulrasoolADT: introduce isWindowsItaniumEnvironment
2014-06-06 Reid KlecknerDelay lookup of simple default template arguments under...
2014-06-06 Marshall ClowTesting infastructure: A template for char_traits where...
2014-06-06 Marshall ClowSince we now have a value for __cplusplus for c++14...
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
2014-06-06 David BlaikieDebugInfo: pubnames: include file-local (static or...
2014-06-06 Warren Hunt[MS-ABI] Implement dynamic_cast
2014-06-06 Todd FialaRemove invalid comment from last commit.
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-06-06 Todd FialaAdded gdb-remote program counter check at breakpoint.
2014-06-06 Saleem AbdulrasoolMC: prevent early DCE of empty sections
2014-06-06 Richard TrieuAdd -Wtautological-undefined-compare and -Wundefined...
2014-06-06 Benjamin KramerX86: Don't turn shifts into ands if there's another...
2014-06-06 Alexey Samsonov[TSan] Make lit-tests more self-contained
2014-06-06 Eli BenderskyFix DOS-style newlines.
2014-06-06 Hans WennborgMS ABI: Update the thunk linkage computation
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-06 Dmitry Vyukovtsan: fix argument passing in Go interface
2014-06-06 David BlaikieMatch the full hex offsets in test/DebugInfo/X86/gnu...
2014-06-06 Dan LiewFix a typo made in Programmer's Manual made in r210354...
2014-06-06 David BlaikieRemove DWARF3 testing of test/DebugInfo/X86/gnu-public...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-06-06 Greg FitzgeraldUn-xfail passing ARM Android tests
2014-06-06 Dmitry Vyukovtsan: fix CurrentStackId
2014-06-06 Dmitry Vyukovtsan: fix mutex in Go mode
2014-06-06 Hans Wennborgtest/SemaCXX/undefined-internal.cpp: Remove target...
2014-06-06 Hans WennborgDefer codegen of inline method definitions to the end...
2014-06-06 Richard SmithRetain an expression pack expansion when the parameter...
2014-06-06 Dan LiewMention the IRBuilder in Programmer's Manual with a...
2014-06-06 Dmitry Vyukovtsan: disable reporting of mutex misuses in Go
2014-06-06 Dmitry Vyukovtsan: minor optimizations for Go runtime
2014-06-06 Richard SmithPR14841: If partial substitution of explicitly-specifie...
2014-06-06 Dmitry Vyukovtsan: fix out-of-bounds access in Go runtime
2014-06-06 Dmitry Vyukovtsan: fix mapping of meta shadow for Go
2014-06-06 Dmitry Vyukovtsan: flush metamap per-thread cache when thread finishes
2014-06-06 Dmitry Vyukovtsan: fix clang warning:
2014-06-06 Dmitry Vyukovtsan: fix Go build with TSAN_COLLECT_STATS
2014-06-06 Dmitry Vyukovtsan: allow to build Go runtime with clang + enable...
2014-06-06 Michael ZolotukhinFix typo in a test from r210342.
2014-06-06 Michael Zolotukhin[SLP] Enable vectorization of GEP expressions.
2014-06-06 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_pac...
2014-06-06 Alp TokerFix RecursiveASTVisitor to visit types in ObjCPropertyDecl
next