comment typo and reformat
[oota-llvm.git] / lib /
2013-12-05 Andrew Trickcomment typo and reformat
2013-12-05 Rafael EspindolaAdd a default constructor to get deterministic behavior.
2013-12-05 Arnold SchwaighoferSLPVectorizer: An in-tree vectorized entry cannot also...
2013-12-05 Kostya Serebryany[tsan] fix PR18146: sometimes a variable written into...
2013-12-05 Justin Holewinski[NVPTX] Fix off-by-one error when creating the VT list...
2013-12-05 Matheus Almeida[mips] Small code generation improvement for conditiona...
2013-12-05 Matheus Almeida[mips] Add some comments related to the optimization...
2013-12-05 Matheus Almeida[mips][msa] Fix issue with immediate fields of LD/ST...
2013-12-05 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-05 David BlaikieDwarfDebug/DwarfUnit: Push abbreviation structures...
2013-12-05 Matt ArsenaultUse isIntrinsic() instead of checking for "llvm."
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Rafael EspindolaHide the stub created for MO_ExternalSymbol too.
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-12-05 Rafael EspindolaTry harder to get a consistent floating point results.
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-05 David BlaikieDwarfDebug: Avoid unnecessary abbreviation lookup when...
2013-12-05 David BlaikieDwarfDebug: Remove trivial function wrapper
2013-12-05 Eric Christopher80-column.
2013-12-05 Eric ChristopherRemove special handling for DW_AT_ranges support by...
2013-12-05 Logan Chien[mc] Fix ELF st_other flag.
2013-12-05 Eric ChristopherFix comment.
2013-12-05 Cameron McInallyAdd AVX512 patterns for v16i32 broadcast and v2i64...
2013-12-04 Eric ChristopherFix typo.
2013-12-04 David BlaikieDwarfUnit: Correct comment by generalizing over all...
2013-12-04 Kevin EnderbyFix a bug in darwin's 32-bit X86 handling of evaluating...
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherRemove incorrect comment and pointless cast.
2013-12-04 Eric Christopherconst on its own line is confusing.
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-04 Eric ChristopherSimplify check.
2013-12-04 Eric ChristopherReformat slightly.
2013-12-04 Eric ChristopherMake RangeSpanList take a symbol for the beginning...
2013-12-04 David BlaikieDwarfDebug: Unconditionalize trivial asm comments
2013-12-04 David BlaikieDwarfDebug: Reduce code duplication for sec offset...
2013-12-04 Eric ChristopherCouple of small logical cleanups to use !empty rather...
2013-12-04 Yuchen Wullvm-cov: Replace size() with empty() in bool check.
2013-12-04 Eric ChristopherUse move and stack allocation for RangeSpanLists. As...
2013-12-04 David BlaikieDebugInfo: Remove unused start/end labels for the debug...
2013-12-04 Cameron McInallyFix assembly syntax for AVX512 vector blend instructions.
2013-12-04 David BlaikieDebugInfo: Avoid recreating matching labels in disparat...
2013-12-04 Michael Liao[X86] Check YMM31/ZMM31 as well
2013-12-04 Chad RosierUpdate the UseFusedMAC definition to directly specify...
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Yuchen Wullvm-cov: Added checks for ident, checksum, name.
2013-12-04 Yuchen Wullvm-cov: Capitalized GCNO and GCDA for consistency.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-04 Rafael EspindolaFix a funny typo.
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-12-03 Eric ChristopherUpdate comment grammar and contents.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 Michael GottesmanFixed various whitespace/spelling/80+ issues.
2013-12-03 Reid KlecknerReturn true on success in cl::ExpandResponseFiles
2013-12-03 Timur IskhodzhanovFix a typo in a comment
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-12-03 Richard Sandiford[SystemZ] Fix choice of known-zero mask in insertion...
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 NAKAMURA TakumiWhitespace.
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Yuchen Wullvm-cov: Cleaned up print() function slightly.
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Rafael EspindolaDon't set PrivateGlobalPrefix for NVPTX and R600.
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-12-03 Michael GottesmanAdded MachineBlockFrequencyInfo::view for displaying...
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherUpdate doxygen tags.
2013-12-03 Eric ChristopherReorder member function declarations to match source...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-03 Yuchen Wullvm-cov: Store blocks rather than counts per line.
2013-12-03 Yuchen Wullvm-cov: Added edge struct for traversal in block.
2013-12-03 Yuchen Wullvm-cov: Split up reading of GCNO and GCDA files.
2013-12-03 Manman RenDebug Info: rename getDebugInfoVersionFromModule to...
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaDon't set PrivateGlobalPrefix twice in the same function.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Kay Tiong KhooUse local variable for repeated use rather than 'get...
2013-12-02 Kay Tiong KhooMove variables to where they are used and give them...
2013-12-02 Kay Tiong KhooRename variables to be consistent (CST -> Cst). No...
2013-12-02 David BlaikieRemove unnecessary/commented-out header inclusion.
2013-12-02 David BlaikieDebugInfo: Rename generic unit references to "TheU...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
next