summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-24[codeview, pdb] Dump symbol records in publics streamHEADmasterZachary Turner4-8/+67
2016-05-24Dump symbol record details in llvm-pdbdumpZachary Turner1-2/+5
2016-05-24[ThinLTO] Change ODR resolution and internalization to be index-basedTeresa Johnson2-2/+17
2016-05-24Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2-4/+1
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar4-0/+14
2016-05-24Revert r270543 ("Recommit r270540")George Rimar4-14/+0
2016-05-24Recommit r270540George Rimar4-0/+14
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar4-14/+0
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar4-0/+14
2016-05-23Fix build errorZachary Turner1-1/+1
2016-05-23Make a symbol visitor and use it to dump CV symbols.Zachary Turner6-18/+290
2016-05-23[ThinLTO] Refactor module loader handling into new LTO file (NFC)Teresa Johnson1-0/+52
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