summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEsDavid Blaikie2013-12-05
* DwarfDebug: Remove trivial function wrapperDavid Blaikie2013-12-05
* 80-column.Eric Christopher2013-12-05
* Remove special handling for DW_AT_ranges support by constructing theEric Christopher2013-12-05
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* Fix comment.Eric Christopher2013-12-05
* Add AVX512 patterns for v16i32 broadcast and v2i64 zero extend load.Cameron McInally2013-12-05
* Fix typo.Eric Christopher2013-12-04
* DwarfUnit: Correct comment by generalizing over all units, not just compilati...David Blaikie2013-12-04
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Update comment.Eric Christopher2013-12-04
* Update comment.Eric Christopher2013-12-04
* Remove incorrect comment and pointless cast.Eric Christopher2013-12-04
* const on its own line is confusing.Eric Christopher2013-12-04
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Simplify check.Eric Christopher2013-12-04
* Reformat slightly.Eric Christopher2013-12-04
* Make RangeSpanList take a symbol for the beginning of the rangeEric Christopher2013-12-04
* DwarfDebug: Unconditionalize trivial asm commentsDavid Blaikie2013-12-04
* DwarfDebug: Reduce code duplication for sec offset emissionDavid Blaikie2013-12-04
* Couple of small logical cleanups to use !empty rather than otherEric Christopher2013-12-04
* llvm-cov: Replace size() with empty() in bool check.Yuchen Wu2013-12-04
* Use move and stack allocation for RangeSpanLists. As a result makeEric Christopher2013-12-04
* DebugInfo: Remove unused start/end labels for the debug_abbrevs sectionDavid Blaikie2013-12-04
* Fix assembly syntax for AVX512 vector blend instructions.Cameron McInally2013-12-04
* DebugInfo: Avoid recreating matching labels in disparate places.David Blaikie2013-12-04
* [X86] Check YMM31/ZMM31 as wellMichael Liao2013-12-04
* Update the UseFusedMAC definition to directly specify its dependence on havingChad Rosier2013-12-04
* Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with...Cameron McInally2013-12-04
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* [AArch64 Neon] Add ACLE intrinsic vceqz_f64.Kevin Qin2013-12-04
* [AArch64 NEON] Add missing compare intrinsics.Kevin Qin2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* llvm-cov: Added checks for ident, checksum, name.Yuchen Wu2013-12-04
* llvm-cov: Capitalized GCNO and GCDA for consistency.Yuchen Wu2013-12-04
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* Fix a funny typo.Rafael Espindola2013-12-04
* Produce deterministic coff files.Rafael Espindola2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* Update comment grammar and contents.Eric Christopher2013-12-03
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-03
* Fixed various whitespace/spelling/80+ issues.Michael Gottesman2013-12-03
* Return true on success in cl::ExpandResponseFilesReid Kleckner2013-12-03
* Fix a typo in a commentTimur Iskhodzhanov2013-12-03
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03