aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Re-Revert r257105 (Verifier debug info changes)Keno Fischer38-277/+207
2016-01-13[llvm-objdump] Use report_error() and improve error coverage.Davide Italiano4-5/+5
2016-01-13[libFuzzer] make sure to update CurrentUnit when drillingKostya Serebryany1-1/+4
2016-01-13Use utostr rather than std::to_stringKeno Fischer1-2/+2
2016-01-13AsmPrinter: Fix wrong OS X versions being emitted for darwin triplesMatthias Braun3-15/+25
2016-01-13[CodeView] Mark our lines as statements, not expressionsDavid Majnemer6-84/+99
2016-01-13[CodeView] Improve the line table dumperDavid Majnemer7-213/+547
2016-01-13[Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2-36/+72
2016-01-13Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer38-207/+277
2016-01-13Rollback r257547 -- buildbot failure TBIXinliang David Li2-53/+20
2016-01-13For llvm-objdump, add the option -private-header (without the trailing ā€™sā€™)Kevin Enderby4-11/+52
2016-01-13[Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2-20/+53
2016-01-13Guard fabs to bfc convert with V6T2 flagAna Pazos2-2/+16
2016-01-13[ARM] Mark VMOV with immediate: isAsCheapAsMove.Quentin Colombet2-39/+26
2016-01-12CannotBeOrderedLessThanZero: add some missing casesFiona Glaser2-0/+53
2016-01-12COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama3-1/+45
2016-01-12[WebAssembly] Fix disassembler shared-libs buildDerek Schuff1-1/+2
2016-01-12RegisterPressure: Expose RegisterOperands APIMatthias Braun3-67/+102
2016-01-12[Utils] Insert DW_OP_bit_piece when only describing part of the variableKeno Fischer2-2/+69
2016-01-12[Support] Add saturating multiply-add support functionNathan Slingerland4-54/+91
2016-01-12[CodeView] Initialize column-end to zeroDavid Majnemer2-33/+33
2016-01-12[WebAsssembly] Register the MC register info.Dan Gohman1-0/+9
2016-01-12[AVX512] adding PROLQ and PROLD IntrinsicsMichael Zuckerman8-1/+160
2016-01-12[WebAssembly] Fix a test to work even when the integrated assembler is enabled.Dan Gohman1-2/+3
2016-01-12Codegen: [PPC] Handle weighted comparisons when inserting selects.Kyle Butt2-10/+68
2016-01-12[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman8-7/+46
2016-01-12[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the modu...Dan Gohman1-0/+1
2016-01-12[WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman9-64/+225
2016-01-12Replace inherited constructor with an explicit oneKrzysztof Parzyszek1-2/+2
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman11-346/+541
2016-01-12[Hexagon] Implement RDF-based post-RA optimizationsKrzysztof Parzyszek8-3/+459
2016-01-12[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...Sanjay Patel2-9/+10
2016-01-12[ORC] More cleanup, partially aimed at working around GCC ICE.Lang Hames1-6/+2
2016-01-12rangify; NFCISanjay Patel1-12/+10
2016-01-12Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner1-0/+1
2016-01-12[Orc] Replace lambda with a helper method.Lang Hames1-4/+1
2016-01-12function names start with a lower case letter ; NFCSanjay Patel7-24/+24
2016-01-12Fix bot failure from r257493: remove extraneous temp file readTeresa Johnson1-1/+1
2016-01-12[ThinLTO] Handle an external call from an import to an alias in destTeresa Johnson3-0/+34
2016-01-12[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...Sanjay Patel2-28/+22
2016-01-12RDF: Copy propagationKrzysztof Parzyszek3-0/+229
2016-01-12AMDGPU: Emit note directive for HSA even if there are no functionsTom Stellard3-7/+27
2016-01-12[Orc] Clang-format.Lang Hames1-8/+6
2016-01-12[Orc] Take another shot at working around the GCC 4.7 ICE inLang Hames1-32/+29
2016-01-12RDF: Dead code eliminationKrzysztof Parzyszek3-0/+270
2016-01-12consolidate exp/exp2 testsSanjay Patel2-19/+12
2016-01-12Fix compiler warnings from r257477Krzysztof Parzyszek1-2/+2
2016-01-12[libFuzzer] add a macro LLVM_FUZZER_DEFINES_SANITIZER_WEAK_HOOOKSKostya Serebryany1-0/+8
2016-01-12Add/edit tests to include instruction-level FMF on callsSanjay Patel1-16/+28
2016-01-12RDF: Implement register liveness analysisKrzysztof Parzyszek3-0/+955