platform/upstream/llvm.git
2013-06-17 Nadav RotemDisable vectorization for -Oz.
2013-06-17 Serge PavlovClean up empty struct/union recognition.
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-17 Fariborz JahanianObjective-C [qoi]: Provide fixit hint when message...
2013-06-17 Rui Ueyama[PECOFF] Connect defined atoms with layout before/after...
2013-06-17 Nadav RotemEnable the loop vectorizer by default for -Os and -O2.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Michael SartainRemove extra modules.Append() as it causes dupes in...
2013-06-17 Rafael EspindolaDon't link with the archive library programs that don...
2013-06-17 Rafael EspindolaAdd a testcase for r184074.
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-17 Alexander KornienkoFix a problem in ExpressionParser leading to trailing...
2013-06-17 Reid KlecknerTry to fix the bots with a forward decl.
2013-06-17 Alexander KornienkoFixes incorrect indentation of line comments after...
2013-06-17 Reid Kleckner[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
2013-06-17 Manuel KlimekFix incorrectly finding 'executable' directories instea...
2013-06-17 Larisse VoufoCorrected status of support for contextual conversion...
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-17 Shankar Easwaran[ELF] Add more sections to the default section map.
2013-06-17 Richard SmithRemove unused file.
2013-06-17 Richard SmithC++11: don't warn about the deprecated 'register' keywo...
2013-06-17 Richard SmithAdd warning group -Wdeprecated-register for C++11 warni...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-16 David BlaikieMachineOperand::setIsDebug should ensure the register...
2013-06-16 Tobias GrosserUpdate to a newer CLooG version
2013-06-16 Rui Ueyama[lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
2013-06-16 Rui Ueyama[lld] Move AtomLayout from ELF to Core so that it can...
2013-06-16 Rui Ueyama[lld] Move AtomLayout from ELF to ReaderWriter so that...
2013-06-16 Shankar Easwaran[ELF] Add test so that _end value is set appropriately...
2013-06-16 Benjamin KramerSilence warning in Release builds.
2013-06-16 Benjamin KramerFix typo in comment. Found by -Wdocumentation.
2013-06-16 Richard SmithAdd tests for C++ DR100-150.
2013-06-16 Richard SmithAdd testcase for DR39 from PR5916.
2013-06-16 Shankar Easwaran[ELF] add NMAGIC/OMAGIC support
2013-06-16 Richard SmithPR16339: Don't produce a diagnostic pointing at the...
2013-06-16 Larisse VoufoFixed one buildbot-failure-causing bug...
2013-06-16 Dmitri GribenkoArrayRef'ize Sema::CodeComplete*
2013-06-16 Dmitri GribenkoPut back variable names because they are referenced...
2013-06-16 Rui Ueyama[WinLink] Support /nxcompat command line option.
2013-06-15 Larisse VoufoUpdated status of support for contextual conversion...
2013-06-15 Larisse VoufoUpdated the support for contextual conversion tweaks...
2013-06-15 Tobias GrosserFix typo in header guards
2013-06-15 David BlaikieDebugInfo: follow up to 184045 to constrain the tests...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 Jakub StaszakUse 0 instead of NULL.
2013-06-15 Faisal ValiA quick fix to allow return type deduction on member...
2013-06-15 Benjamin KramerAPInt: Add a fast case for isAllOnesValue.
2013-06-15 Benjamin KramerPruneEH: Only merge attribute sets when used. No functi...
2013-06-15 Ed SchoutenEmit native implementations of atomic operations on...
2013-06-15 Andrew TrickMissing NDEBUGs.
2013-06-15 Andrew TrickMI-Sched: heuristics using the new latency and machine...
2013-06-15 Rui Ueyama[PECOFF] Add a test for r184036.
2013-06-15 Rui Ueyama[PECOFF] Support .lib archive file.
2013-06-15 Rui Ueyama[PECOFF] Handle scope of absolute atom correctly.
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickUpdate machine models. Specify buffer sizes for OOO...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Andrew TrickMI-Sched: Rename IssueCount to CurrMOps.
2013-06-15 Andrew TrickMI-Sched: Remove the temporary EnableCopyConstrain...
2013-06-15 Andrew TrickMI-Sched: added tracking of dependent latency for bette...
2013-06-15 Andrew TrickMI-Sched: DEBUG: print critical resource.
2013-06-15 Stephen LinSelectionDAG: slightly refactor DAGCombiner::visitSELEC...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-15 Sean Silva[yaml2obj] Move some classes into anonymous namespaces.
2013-06-15 Richard SmithPR16263: Implement current direction of core issue...
2013-06-15 Michael SartainFix unitialized variable in AuxVector::GetEntryName...
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-15 Tom StellardR600: Add SI load support for v[24]i32 and store for...
2013-06-14 Rafael EspindolaRemove empty directory.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Rafael EspindolaFix autohell build.
2013-06-14 Richard SmithFix handling of const_cast from prvalue to rvalue refer...
2013-06-14 Tom StellardR600: Use correct encoding for Vertex Fetch instruction...
2013-06-14 Tom StellardR600: Use EXPORT_RAT_INST_STORE_DWORD for stores on...
2013-06-14 Tom StellardR600: Factor the instruction encoding out the RAT_WRITE...
2013-06-14 Tom StellardR600: Move instruction encoding definitions into a...
2013-06-14 Matt ArsenaultIntroduce getSelect usage and use more getSelectCC
2013-06-14 Matt ArsenaultAdd getSelect helper function
2013-06-14 Rafael EspindolaRevert "sys::Path::GetCurrentDirectory has been removed...
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Stephen LinSelectionDAG: minor fix to order of operands in comment...
2013-06-14 Eli FriedmanFix comments referring to non-existent types.
2013-06-14 Eli FriedmanUnify return type checking for functions and ObjC metho...
2013-06-14 Richard SmithSuppress the c++11 -Wdeprecated warning for 'register...
2013-06-14 Rafael Espindolasys::Path::GetCurrentDirectory has been removed. Use...
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Tim NorthoverMark rematerialized super/sub registers as dead.
2013-06-14 Sebastian Popscop detection: inline and remove isValidBasicBlock
2013-06-14 Sebastian Popscop detection: check flag before expensive call
2013-06-14 JF BastienFix frame pointer debug information test
2013-06-14 Matt KopecRemove unused Host macro.
2013-06-14 Rafael EspindolaRevert "Cmake: add compiler option in a more idiomatic...
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Arnaud A. de... Cmake: add compiler option in a more idiomatic way
2013-06-14 Eli BenderskyDo not to perform RUN line substitution of llc if that...
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-06-14 Rafael EspindolaRemove unused argument.
2013-06-14 Rafael EspindolaFix the build. clang/Driver/OptTable.h was removed.
2013-06-14 Reid KlecknerAdd a dependency on LLVM's option library for clang...
next