summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Add testcase for r238503.David Majnemer1-0/+14
2015-05-28[WinEH] Start inserting state number stores for C++ EHReid Kleckner6-414/+658
2015-05-28Don't special case undefined symbol when deciding the symbol order.Rafael Espindola6-39/+31
2015-05-28Update documentation for llvm-profdata.Diego Novillo1-0/+30
2015-05-28Fixing the polly build.Chris Bieneman1-0/+5
2015-05-28Revise test to run llc and llvm-mc separately.Andy Ayers2-60/+118
2015-05-28Enable exitValue rewrite only when the cost of expansion is low.Wei Mi5-26/+231
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola17-45/+35
2015-05-28Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."Chris Bieneman1-10/+55
2015-05-28[SelectionDAG] Scalar shift amounts may require legalizationDavid Majnemer1-3/+6
2015-05-28Remove debug prints from r238487Reid Kleckner1-6/+1
2015-05-28[llvm] Adding vdtor to fix warning.Colin LeMahieu1-0/+1
2015-05-28Inline trivial method. NFC.Rafael Espindola1-14/+2
2015-05-28Revert "Refactoring cl::list_storage from "is a" to "has a" std::vector."Chris Bieneman1-52/+7
2015-05-28Disable x86 tail call optimizations that jump through GOTReid Kleckner5-9/+115
2015-05-28Refactoring cl::list_storage from "is a" to "has a" std::vector.Chris Bieneman1-7/+52
2015-05-28Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be ...Daniel Sanders2-29/+10
2015-05-28Object, ELF: Use error code instead of calling report_fatal_error()Alexey Samsonov3-33/+57
2015-05-28Remove structure field that can be computed just before use.Rafael Espindola1-14/+15
2015-05-28Avoid warnings when building without asserts.Rafael Espindola1-7/+2
2015-05-28Move these vectors to the only function where they are used.Rafael Espindola1-6/+4
2015-05-28Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.Peter Collingbourne8-40/+203
2015-05-28[WinEH] Remove debugging dump() callReid Kleckner1-1/+0
2015-05-28Merge redundant loops. NFC.Rafael Espindola1-18/+11
2015-05-28AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith5-10/+11
2015-05-28Simplify LastLocalSymbolIndex computation. NFC.Rafael Espindola1-4/+2
2015-05-28Use range loops. NFC.Rafael Espindola1-7/+3
2015-05-28Add BranchProbabilityInfo::releaseMemory to clear the Weights field.Pete Cooper2-0/+7
2015-05-28Remove temporary FileSymbolData. NFC.Rafael Espindola1-12/+8
2015-05-28[Objdump] Allow instruction pretty printing to be specialized by the target t...Colin LeMahieu1-6/+28
2015-05-28AsmPrinter: Rename begin_values() => values_begin(), NFCDuncan P. N. Exon Smith3-14/+14
2015-05-28[llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu5-23/+22
2015-05-28[InstCombine] Fold IntToPtr and PtrToInt into preceding loads.David Majnemer3-5/+167
2015-05-28Add llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz llvm-dwarfdump tool.Alexey Samsonov3-0/+52
2015-05-28Add support for the convergent flag at the MC and MachineInstr levels.Owen Anderson6-32/+51
2015-05-28Reuse Loc variable. NFC.Chad Rosier1-1/+1
2015-05-28AsmPrinter: Suppress warnings on GCC from r238362, NFCDuncan P. N. Exon Smith1-8/+8
2015-05-28Use range loops for accessing file names. NFC.Rafael Espindola3-21/+13
2015-05-28Expand the Flags field of MCInstrDesc to 64 bits, while simultaneouslyOwen Anderson2-5/+5
2015-05-28Merge computeSymbolTable and writeSymbolTable.Rafael Espindola1-94/+80
2015-05-28[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.Kai Nacke4-2/+38
2015-05-28DebugInfo: .debug_line DWARF64 supportEd Maste4-14/+46
2015-05-28Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola3-81/+6
2015-05-28[ARMTargetParser] Adding sub-arch information for Clang. NFCRenato Golin2-34/+45
2015-05-28[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2-10/+29
2015-05-28[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic32-33/+469
2015-05-28Silencing two signed/unsigned mismatch warnings; NFC.Aaron Ballman1-2/+4
2015-05-28[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.Benjamin Kramer1-1/+4
2015-05-28[ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.Renato Golin2-16/+24
2015-05-28[MC] Replace custom string join function with the one from StringExtras.Benjamin Kramer1-22/+2