Split comma-separated \param(s). [-Wdocumentation]
[oota-llvm.git] / lib /
2015-03-18 Alexei Starovoitov[bpf] fix build
2015-03-18 Krzysztof ParzyszekGenerate bit manipulation instructions on Hexagon
2015-03-18 Sanjoy Das[SCEV] Make isImpliedCond smarter.
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-18 David MajnemerDAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Krzysztof ParzyszekRemove unneeded selection functions from HexagonISelDAG...
2015-03-17 Pirama Arumuga NainarFix bug while building FP16 constant vectors for AArch64
2015-03-17 NAKAMURA TakumiAppease AArch64ISelLowering.cpp miscompiled by g++...
2015-03-17 Simon PilgrimXformToShuffleWithZero - Added clearer early outs and...
2015-03-17 Krzysztof ParzyszekSelection DAG preprocessing on Hexagon
2015-03-17 Duncan P. N. Exon... DebugInfo: Drop fake DW_TAG_expression
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 Benjamin KramerInternalize BitcodeReader. Not used outside of BitcodeR...
2015-03-17 David MajnemerRevert "Address review comments"
2015-03-17 David MajnemerAddress review comments
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Michael ZolotukhinTry to fix a test broken by one of my previous commits.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Benjamin KramerInternalize llvm::AssemblyWriter. It's not used outside...
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinLoopVectorize: teach loop vectorizer to vectorize calls.
2015-03-17 Samuel AntaoAdd assertion to detect invalid registers in the PowerP...
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-17 Michael ZolotukhinTLI: Add interface for querying whether a function...
2015-03-17 Michael ZolotukhinLoopVectorizer: Add TargetTransformInfo.
2015-03-17 Kostya Serebryany[asan] remove redundant ifndefs. NFC
2015-03-17 Yaron KerenRemove LookupSymbol(StringRef) and optimize LookupSymbo...
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Michael Liao[SwitchLowering] Remove incoming values in the reverse...
2015-03-17 David BlaikieFix GCC -Wparentheses warning (& reformat now that...
2015-03-17 Duncan P. N. Exon... Verifier: Set --verify-debug-info=true by default
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-17 Reid KlecknerUse an underlying enum type of unsigned to silence...
2015-03-17 Daniel Sanders[systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline...
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Daniel SandersRe-commit: [hexagon] Distinguish the 'o', 'v', and...
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaDon't duplicate comment from the .h. NFC.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Toma Tabacu[mips] [IAS] Add support for the XOR $reg,imm pseudo...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-17 Daniel SandersFix r232466 by adding 'i' to the mappings for inline...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Daniel Sanders[ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Ahmed Bougacha[AArch64] Use intermediate step for concat_vectors...
2015-03-17 Ahmed Bougacha[AArch64] Factor out N->getOperand()s; format. NFCI.
2015-03-17 Sanjoy Das[IRCE] Add a -irce-print-range-checks option.
2015-03-17 Duncan P. N. Exon... MapMetadata: Allow unresolved metadata if it won't...
2015-03-17 Sanjoy Das[IRCE] Add comments, NFC.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-17 Duncan P. N. Exon... AsmWriter: Assert on unresolved metadata nodes
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Peter CollingbourneLowerBitSets: do not use private aliases at all on...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-03-16 Duncan P. N. Exon... Verifier: Don't call debug info verifier if the module...
2015-03-16 Duncan P. N. Exon... AsmWriter: Handle broken metadata nodes
2015-03-16 Duncan P. N. Exon... Verifier: Simplify logic in processCallInst(), NFC
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Duncan P. N. Exon... DebugInfo: Simplify logic in DIType::Verify(), NFC
2015-03-16 Duncan P. N. Exon... Verifier: Remove unnecessary double-checks
2015-03-16 Duncan P. N. Exon... AsmParser: Stop requiring 'name:' when it's not printed
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-16 Duncan P. N. Exon... Fix doxygen comments from r232268
2015-03-16 Tom StellardR600/SI: don't try min3/max3/med3 with f64
2015-03-16 Sanjay Patelfix comments to match code; NFC
2015-03-16 Petar Jovanovic[MIPS] Fix justify error for small structures
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-16 Daniel SandersRevert r232374: [hexagon] Distinguish the 'o', 'v'...
2015-03-16 Rafael EspindolaDon't repeat names in comments and clang-format this...
2015-03-16 Daniel Sanders[hexagon] Distinguish the 'o', 'v', and 'm' inline...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-16 Toma Tabacu[mips] [IAS] Outline NOP creation. NFC.
2015-03-16 Gabor HorvathFix build failure on MSVC compilers.
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-16 Dmitry Vyukovasan: fix overflows in isSafeAccess
2015-03-16 Michael GottesmanOne more try with unused.
2015-03-16 Michael GottesmanAdd in an unreachable after a covered switch to appease...
2015-03-16 Michael GottesmanRemove a used that snuck in that seems to be triggering...
2015-03-16 Michael Gottesman[objc-arc] Fix indentation of debug logging so it is...
2015-03-16 Michael Gottesman[objc-arc] Make the ARC optimizer more conservative...
2015-03-16 Michael Gottesman[objc-arc] Treat memcpy, memove, memset as just using...
2015-03-16 Michael Gottesman[objc-arc] Rename ConnectTDBUTraversals => PairUpRetain...
2015-03-16 Michael Gottesman[objc-arc] Move initialization of ARCMDKindCache into...
next