summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* ARM: ignore unused variable to fix -Wunused-variable buildsSaleem Abdulrasool2014-03-13
* MC: fix silly typoSaleem Abdulrasool2014-03-13
* ARM: support emission of complex SO expressionsSaleem Abdulrasool2014-03-13
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* MC: fix possible NULL pointer dereferenceSaleem Abdulrasool2014-03-13
* Fix typo in comment: "inwoke" -> "invoke"Mark Seaborn2014-03-13
* MCDwarf: Remove unused parameterDavid Blaikie2014-03-12
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* PR17473:Michael Zolotukhin2014-03-12
* [X86] Add peephole for masked rotate amountAdam Nemet2014-03-12
* Test commitMichael Zolotukhin2014-03-12
* Profile: Remove an inefficient and unnecessary API functionJustin Bogner2014-03-12
* Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."Raul E. Silvera2014-03-12
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Profile: Add a library for the instrumentation based profiling formatJustin Bogner2014-03-12
* Allow exclamation and tilde to be parsed as a part of the ppc asm operand.Roman Divacky2014-03-12
* R600: Fix trunc store from i64 to i1Matt Arsenault2014-03-12
* Allow switch-to-lookup table for tables with holes by adding bitmask checkHans Wennborg2014-03-12
* When computing the size of a base type be conservative if the typeEric Christopher2014-03-12
* Revert r203488 and r203520.Evan Cheng2014-03-12
* Avoid repeated calls to CE->getOperand(0). No functionality change.Rafael Espindola2014-03-12
* [X86] Refactor peepholes for masked shift amount into a multiclassAdam Nemet2014-03-12
* [X86] Set the scheduling resources of some of the FPStack instructions.Quentin Colombet2014-03-12
* Use values we've already computed, update comment.Eric Christopher2014-03-12
* Turn on hashing by default for split dwarf compile units.Eric Christopher2014-03-12
* Correct typo ("a entry" -> "an entry")David Blaikie2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* DebugInfo: Use common line/file attribute construction codeDavid Blaikie2014-03-12
* Revive SizeOptLevel-explaining comments that were dropped in r203669Eli Bendersky2014-03-12
* Add comment pointing to the binutils bugzilla entryHans Wennborg2014-03-12
* Move duplicated code into a helper function (exposed through overload).Eli Bendersky2014-03-12
* Update the datalayout string for ppc64LE.Will Schmidt2014-03-12
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* [mips][fp64] Add an implicit def to MTHC1 claiming that it reads the lower 32...Daniel Sanders2014-03-12
* [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node...Daniel Sanders2014-03-12
* ARM: correct Dwarf output for non-contiguous VFP saves.Tim Northover2014-03-12
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [ARM] Use DWARF register numbers for CFI directives in ELF assemblyHans Wennborg2014-03-12
* DebugInfo: Omit pubnames/pubtypes when compiling with -gmltDavid Blaikie2014-03-12
* DebugInfo: Do not emit pubnames/pubtypes sections if they are emptyDavid Blaikie2014-03-11
* DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypesDavid Blaikie2014-03-11
* DebugInfo: Refactor emitDebugPubNames/Types into a common implementationDavid Blaikie2014-03-11
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-11
* DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a...David Blaikie2014-03-11
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* [mips] Implement NaCl sandboxing of function calls:Sasa Stankovic2014-03-11
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11