platform/upstream/llvm.git
2015-04-03 David Majnemer[InstCombine] Use DataLayout to determine vector elemen...
2015-04-03 Andrew KaylorFixing a build error
2015-04-03 Rui UeyamaInline typedef'ed type that's used only once. NFC.
2015-04-03 Andrew KaylorFixing build warnings.
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-04-03 Simon Atanasyan[ELF] Fix Layout class name in the comment
2015-04-03 Rui UeyamaELF: Remove partial class definitions of <Arch>LinkingC...
2015-04-03 Duncan P. N... CodeGen: Assert that inlined-at locations agree
2015-04-03 Justin BognerAdd missing include
2015-04-03 Justin Bognerprofile: Protect .gcda output with flock
2015-04-03 Reid Kleckner[WinEH] Fold cast into assertion based on review feedback
2015-04-03 Manman Ren[i386 ABI] expand small C like structs in C++, just...
2015-04-03 David Blaikie[opaque pointer type] Explicitly specify type to CreateGEP
2015-04-03 Matthias Braun[GraphWriter] Attempt to open .dot files with xdg-open...
2015-04-03 Zachary TurnerDon't use literal slashes when concatenating paths...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sean CallananMarked the modules tests as expected failures,
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Duncan P. N... SelectionDAG: Use specialized metadata nodes in EmitFun...
2015-04-03 Adrian McCarthyFix LLDB test tracing to include the output (stdout...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sean CallananA new testcase had a silly integer-value mismatch.
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-03 Duncan P. N... Verifier: Check that inlined-at locations agree
2015-04-03 Sanjay Pateladd checks; remove redundant testing parameters
2015-04-03 Duncan P. N... CodeGen: Fix MachineInstr::print() for DBG_VALUE
2015-04-03 Daniel Jasper[MachineLICM] Small cleanup: Constify and rangeify.
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sean CallananAdded a testcase that covers loading a module and
2015-04-03 Simon PilgrimAdded vector tests for DAGCombiner::ReassociateOps
2015-04-03 Leny KholodovFix for revision r234009 (gcc/msvc compilation differences)
2015-04-03 Simon Pilgrim[X86] Added SSE4.2 CRC32 memory folding patterns +...
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-04-03 Evgeniy Stepanov[sancov] Shrink pc array on Android back to 2**24.
2015-04-03 Leny Kholodov[ARM] Implementation of R_ARM_TARGET1 relocation
2015-04-03 Simon Pilgrim[X86][3DNow] Added 3DNow! memory folding patterns ...
2015-04-03 Benjamin KramerAdd missing semicolon in the windows plugin.
2015-04-03 Simon Pilgrim[X86][MMX] Added MMX stack folding tests
2015-04-03 Benjamin KramerSprinkle some #include <mutex> in files that use std...
2015-04-03 Simon Pilgrim[DAGCombiner] Combine shuffles of BUILD_VECTOR and...
2015-04-03 Bruce MitchenerFix typo, fix build.
2015-04-03 Colin RileyAdding the RenderScript language type.
2015-04-03 Denis Protivensky[ARM] Avoid potential error in test because of name...
2015-04-03 Denis Protivensky[ARM] Test wrong ARM entry point address align
2015-04-03 Davide Italiano[Plugin/Process] Use std::call_once() to initialize.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-03 Eric ChristopherMake this test not rely on a backend being registered.
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-04-03 David Blaikie[opaque pointer types] Push explicit type parameter...
2015-04-03 David BlaikieFix the Linux build.
2015-04-03 Vince HarronTestRecursiveInferior fixed on Linux
2015-04-03 Sean CallananAdded a C language test case that verifies that
2015-04-03 Matthias BraunARM: Handle physreg targets in RegPair hints gracefully
2015-04-03 Matthias BraunMachineRegisterInfo: Make it clear that hints are for...
2015-04-02 Sean CallananAdded support for attributed types to the ASTImporter.
2015-04-02 Eric Fiselier[libcxxabi] Fix multi-level pointer conversions and...
2015-04-02 NAKAMURA Takumillvm/examples/BrainF: Give an explicit pointee type...
2015-04-02 Eric ChristopherAdd a question mark to the end of an interrogatory...
2015-04-02 Eric ChristopherUnify warnings/errors from "maybe you meant" to "did...
2015-04-02 Reid KlecknerCorrect typos in SEH filter expressions
2015-04-02 Reid Kleckner[ASan] Don't use stack malloc for 32-bit functions...
2015-04-02 Reid KlecknerFix unused variable in NDEBUG builds
2015-04-02 Fariborz Jahanian[Objective-C SDK modernizer]. Patch to convert setter...
2015-04-02 Sean CallananAdd checks to the modules test case to ensure
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-04-02 Rui UeyamaELF: Remove <Arch>ELFFileCreateELFTraits::result_type.
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-02 Eric FiselierFix race conditions in test class used throughout the...
2015-04-02 Eric Fiselier[libcxx] Fix bug in shared_timed_mutex that could cause...
2015-04-02 Zachary TurnerFix warnings generated by clang-cl.
2015-04-02 Zachary TurnerFix error resulting from llvm r233938.
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-04-02 Greg ClaytonDon't return a reference to a temp variable.
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 David Blaikie[opaque pointer type] Update for GEP API changes in...
2015-04-02 Quentin Colombet[AArch64] Add a comment to make it explicit why we...
2015-04-02 Greg ClaytonFix a crasher that could happen when you run LLDB and...
2015-04-02 Greg ClaytonFix a few more test suite errors where a cleanup lambda...
2015-04-02 Greg ClaytonMany many test failures after some recent changes....
2015-04-02 Reid Kleckner[AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-04-02 Adam Nemet[LoopAccesses] Handle case when no memchecks are needed...
2015-04-02 Reid KlecknerAdd an LLVM_PTR_SIZE macro to make LLVM_ALIGNAS more...
2015-04-02 Tom StellardImplement atanpi builtin
2015-04-02 Tom StellardImplement asinpi builtin
2015-04-02 Tom StellardImplement asinh builtin
2015-04-02 Tom StellardImplement acospi builtin
2015-04-02 Simon Atanasyan[Mips] Inline the MipsELFWriter::hasGlobalGOTEntry...
2015-04-02 Benjamin KramerLower the default alignment on ASTContext's operator...
2015-04-02 Benjamin Kramer[ast] Put the Stmt hierarchy on a diet for 64 bit targets.
2015-04-02 Eli BenderskyFix typo and reword in LangRef
2015-04-02 Russell Gallop[utils] Add Check Compile Flow Consistency tool (check_...
2015-04-02 Timur Iskhodzhanov[ASan/Win] Minor improvements towards enabling coverage
2015-04-02 Benjamin Kramer[alignof] Put back the hack for old versions of GCC.
2015-04-02 Andrey ChurbanovReplace some unsafe API calls with safe alternatives...
2015-04-02 Andrey ChurbanovEliminated the write to depth field of the machine_hier...
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2015-04-02 Benjamin KramerPartially revert "Replace custom alignment enforcement...
2015-04-02 Benjamin KramerReplace custom alignment enforcement with LLVM_ALIGNAS.
next