summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [ppc64] Avoid copy relocs in named rodata sectionsUlrich Weigand2014-03-14
* [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko2014-03-14
* Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov2014-03-14
* Use temporary instead of a local variable hereAlexey Samsonov2014-03-14
* AddressSanitizer instrumentation for MOV and MOVAPS.Evgeniy Stepanov2014-03-14
* MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL a...Stepan Dyatkovskiy2014-03-14
* MergeFunctions, cmpType: Fixed comments wrapping.Stepan Dyatkovskiy2014-03-14
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-14
* Fix issue with r203865. The old behaviour would get a MachineOperand then fi...Pete Cooper2014-03-14
* Use DW_AT_linkage_name when we're emitting DWARF4 or above.Eric Christopher2014-03-13
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* Fix a bug in InstCombine where we would incorrectly attempt to construct aOwen Anderson2014-03-13
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-13
* Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup byLang Hames2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* Remove stale commentDavid Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* R600: LDS instructions shouldn't implicitly define OQAPTom Stellard2014-03-13
* [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* CodeGenPrep: sink extends of illegal types into use block.Manuel Jacob2014-03-13
* [msan] Fix handling of byval arguments in VarArg calls.Evgeniy Stepanov2014-03-13
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13
* First patch of patch series that improves MergeFunctions performance time fro...Stepan Dyatkovskiy2014-03-13
* [PM] Stop playing fast and loose with rebinding of references. HoweverChandler Carruth2014-03-13
* AArch64: error when both positional & named operands are used.Tim Northover2014-03-13
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-13
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* [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