summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dwarfdump: Dump the contents of DWP indexesDavid Blaikie2015-11-121-3/+27
* [IR] Add support for empty tokensDavid Majnemer2015-11-113-1/+28
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+8
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+6
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-113-57/+165
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-112-0/+4
* Format my previous commitDavid Blaikie2015-11-111-1/+0
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-113-1/+46
* Support: Recognize Borland DWARF extensions.Dawn Perchik2015-11-112-0/+33
* Add target preference for GatherAllAliases max depthMatt Arsenault2015-11-111-0/+10
* Reverting r252760Colin LeMahieu2015-11-111-6/+2
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+1
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+6
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-2/+4
* ADT: Avoid relying on UB in ilist_node::getNextNode()Duncan P. N. Exon Smith2015-11-119-45/+89
* Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka2015-11-111-10/+10
* MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()Matthias Braun2015-11-111-1/+1
* don't repeat function/class/variable names in comments; NFCSanjay Patel2015-11-101-143/+127
* [OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das2015-11-102-6/+54
* Support for emitting inline stack probesAndy Ayers2015-11-101-0/+4
* Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby2015-11-101-0/+1
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-103-3/+145
* add a SelectionDAG method to check if no common bits are set in two nodes; NFCISanjay Patel2015-11-091-0/+4
* CodeGen: Be clear about semantics in SlotIndex::getNextSlot(), NFCDuncan P. N. Exon Smith2015-11-091-4/+4
* Fix -Wdeprecated warnings due to the use of copy ops on SCEVPredicate derived...David Blaikie2015-11-091-4/+5
* [TargetLibraryInfo] Add support for fls, flsl, flsll.Davide Italiano2015-11-091-0/+9
* [WinEH] Don't emit CATCHRET from visitCatchPadDavid Majnemer2015-11-092-1/+7
* Add templated read/write to support::endian.Rafael Espindola2015-11-091-13/+41
* fix formatting; NFCSanjay Patel2015-11-091-1/+1
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+7
* Allow LLE/LD and the loop versioning infrastructure to use SCEV predicatesSilviu Baranga2015-11-092-13/+23
* [EABI] Add LLVM support for -meabi flagRenato Golin2015-11-092-9/+28
* Add a method to the BitcodeReader to parse only the identification blockMehdi Amini2015-11-092-0/+12
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+9
* [AsmParser] Provide target direct access to mnemonic token. Allow assignment...Colin LeMahieu2015-11-091-0/+9
* [PGO] Instr func name var creation code refactoringXinliang David Li2015-11-091-0/+30
* [AsmParser] Allow tokens to be put back in to the token stream.Colin LeMahieu2015-11-081-3/+11
* [Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka2015-11-071-0/+9
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-072-5/+5
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-25/+9
* Reapply "ADT: Require explicit ilist iterator/pointer conversions"Duncan P. N. Exon Smith2015-11-071-3/+3
* Revert "ADT: Require explicit ilist iterator/pointer conversions"Duncan P. N. Exon Smith2015-11-071-3/+3
* ADT: Require explicit ilist iterator/pointer conversionsDuncan P. N. Exon Smith2015-11-071-3/+3
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-2/+7
* [ValueTracking] Add parameters to isImpliedCondition; NFCSanjoy Das2015-11-061-1/+4
* [WinEH] Mark funclet entries and exits as clobbering all registersReid Kleckner2015-11-062-2/+15
* Bring r252305 back with a test fix.Rafael Espindola2015-11-061-9/+0
* Revert "Simplify the creation of .eh_frame/.debug_frame sections."Rafael Espindola2015-11-061-0/+9
* Simplify the creation of .eh_frame/.debug_frame sections.Rafael Espindola2015-11-061-9/+0
* Add a new attribute: norecurseJames Molloy2015-11-063-1/+12