summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-23[X86][SSE] The int_x86_sse41_pmovsx* intrinsics are no longer in use (not sin...Simon Pilgrim1-18/+0
2016-05-23Avoid including AlwaysInliner pass in opt-bisect search.Andrew Kaylor1-0/+6
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+3
2016-05-23Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2Reid Kleckner1-0/+2
2016-05-23[codeview] Refactor symbol records to use same pattern as types.Zachary Turner2-141/+979
2016-05-23SDAG: Remove the transitional default Select() implementationJustin Bogner1-33/+1
2016-05-23Extract renaming from D19181Amaury Sechet1-1/+1
2016-05-23[X86][RTM] _xabort() should not have "noreturn" attributeAsaf Badouh1-1/+1
2016-05-23[SCCP] Update comment to reflect reality.Davide Italiano1-1/+1
2016-05-22bug fix: trim section specifier name lengthXinliang David Li1-2/+2
2016-05-21[profile] Static counter allocation for value profiling (part-1)Xinliang David Li3-1/+34
2016-05-21[RegBankSelect] Compute the repairing cost for copies.Quentin Colombet1-0/+9
2016-05-21[RegisterBankInfo] Fix the initialization of the map VT to RegBank.Quentin Colombet1-1/+4
2016-05-20LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()Matthias Braun2-4/+5
2016-05-20Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith1-0/+3
2016-05-20[esan] Use ModulePass for EfficiencySanitizerPass.Derek Bruening1-1/+1
2016-05-20pdbdump: print out symbol names referred by publics stream.Rui Ueyama3-2/+51
2016-05-20LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().Matthias Braun1-2/+4
2016-05-20[RegBankSelect] Look for the best mapping in greedy mode.Quentin Colombet1-0/+7
2016-05-20[RegBankSelect] Get rid of a now dead method: setSafeInsertPoint.Quentin Colombet1-5/+0
2016-05-20[RegBankSelect] Take advantage of a potential best cost information inQuentin Colombet1-1/+6
2016-05-20[RegBankSelect] Use frequency and probability information to computeQuentin Colombet1-0/+12
2016-05-20[obj2yaml][yaml2obj] Adding enumFallback for MachO load commandsChris Bieneman2-3/+5
2016-05-20[RegBankSelect] Specify different optimization mode for the pass.Quentin Colombet1-2/+15
2016-05-20[RegBankSelect] Add a method to avoid splitting while repairing.Quentin Colombet1-0/+12
2016-05-20Simplify handling of hidden stubs on PowerPC.Rafael Espindola1-12/+0
2016-05-20[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer1-2/+2
2016-05-20[Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin1-0/+10
2016-05-20Target: move enum back into MCSaleem Abdulrasool2-9/+9
2016-05-20Target: move the EH enumeration and add optionSaleem Abdulrasool2-14/+20
2016-05-20[RegBankSelect] Refactor the code to split the repairing and mapping ofQuentin Colombet1-9/+38
2016-05-20[RegBankSelect] Add helper class for repairing code placement.Quentin Colombet1-0/+296
2016-05-20[RegBankSelect] Refactor assignmentMatch to avoid testing the currentQuentin Colombet1-1/+5
2016-05-20[RegBankSelect] Introduce MappingCost helper class.Quentin Colombet1-0/+63
2016-05-20Restore ASCIIbetical order.Richard Smith1-3/+3
2016-05-19Forgotten file from r269992.Richard Smith1-0/+3
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman5-64/+19
2016-05-19Move ProfileSummary to IR.Easwaran Raman2-104/+148
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-0/+4
2016-05-19Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman1-4/+0
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-0/+4
2016-05-19X86: Don't reset the stack after calls that don't return (PR27117)Hans Wennborg1-1/+4
2016-05-19[ARM, AArch64] Properly initialize InterleavedAccessPassMatthew Simpson1-0/+1
2016-05-19[Target] Don't return a std::string in getRegAsmNameDavid Majnemer1-2/+2
2016-05-19pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama1-1/+1
2016-05-19Temporarily revert r270070George Rimar2-1/+4
2016-05-19[SCCP] Prefer class to struct.Davide Italiano1-1/+2
2016-05-19[SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC)Sanjay Patel1-0/+5
2016-05-19[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar2-4/+1
2016-05-19ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic1-1/+1