summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also use dl_iterate_phdr() on CloudABI.Ed Schouten2015-03-311-1/+1
* Do not scale tile loopsTobias Grosser2015-03-315-14/+15
* [X86] Stop changing result of getHostCPUName based on whether the processor s...Craig Topper2015-03-311-14/+5
* Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-313-10/+23
* [X86] Use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-311-0/+11
* [X86] Be more robust against unknown Intel family 6 models. Use feature flags...Craig Topper2015-03-311-10/+43
* Fix TestSendSignal.py for remote.Chaoren Lin2015-03-311-20/+28
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-316-0/+73
* [X86] Generate MOVNT for all vector types.Ahmed Bougacha2015-03-312-9/+298
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-316-11/+15
* [bpf] mark mov instructions as ReMaterializableAlexei Starovoitov2015-03-312-4/+7
* Verifier: Don't return early from verifyTypeRefs()Duncan P. N. Exon Smith2015-03-311-8/+2
* Verifier: Explicitly verify type referencesDuncan P. N. Exon Smith2015-03-311-83/+93
* Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith2015-03-313-34/+42
* DebugInfo: Rewrite llvm::getDISubprogram(), NFCDuncan P. N. Exon Smith2015-03-311-11/+3
* DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUGDuncan P. N. Exon Smith2015-03-311-1/+1
* DebugInfo: Factor out RETURN_FROM_RAW, etc.Duncan P. N. Exon Smith2015-03-311-153/+92
* Allow enabling CCache through an env variable. This helps enable/disable the ...Eric Fiselier2015-03-311-1/+2
* Verifier: Check reference flags in debug infoDuncan P. N. Exon Smith2015-03-312-18/+13
* Verifier: Move more debug info checks away from Verify()Duncan P. N. Exon Smith2015-03-316-46/+21
* DebugInfo: Move debug info flags to the new hierarchyDuncan P. N. Exon Smith2015-03-312-5/+14
* Fix call to llvm::Target::createMCInstPrinter.Chaoren Lin2015-03-311-3/+3
* Verifier: Move checks over from DIDescriptor::Verify()Duncan P. N. Exon Smith2015-03-315-64/+46
* [AArch64] Fix poor codegen for add immediate.Quentin Colombet2015-03-312-0/+30
* Increate backlog of lldb-platform's listener socketVince Harron2015-03-313-4/+19
* Fix socket leak in lldb-server platformVince Harron2015-03-311-0/+4
* DebugInfo: Remove LexicalBlockFile scope/context distinctionDuncan P. N. Exon Smith2015-03-312-19/+4
* Update for llvm commit r233648.Eric Christopher2015-03-312-4/+3
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-3121-63/+60
* llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi2015-03-313-0/+6
* llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi2015-03-315-0/+5
* Fix .gitignore to ignore symlinks.Chaoren Lin2015-03-311-3/+4
* LexicalScopes: Cleanup remaining uses of DebugLocDuncan P. N. Exon Smith2015-03-301-8/+6
* DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith2015-03-304-27/+14
* [Objective-C patch]. Amend TransformObjCMessageExpr to handle callFariborz Jahanian2015-03-302-0/+61
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* LexicalScopes: Use debug info hierarchy pervasivelyDuncan P. N. Exon Smith2015-03-303-53/+66
* Silence an unused variable warning.David Majnemer2015-03-301-0/+2
* Move lib/Fuzzer docs from a README.txt to a proper .rst file.Kostya Serebryany2015-03-303-111/+133
* [fuzzer] when a single unit takes over 1 second to run and it is the slowest ...Kostya Serebryany2015-03-302-4/+17
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-3026-128/+862
* Transfer implicit operands when expanding the RET_ReallyLR pseudo instruction.Juergen Ributzka2015-03-302-3/+53
* [fuzzer] print various stats in a unified wayKostya Serebryany2015-03-302-21/+25
* [bpf] add support for bswap instructionsAlexei Starovoitov2015-03-303-1/+52
* [bpf] fix buildAlexei Starovoitov2015-03-301-2/+2
* [Mips] Move the `Elf_RegInfo` structure declaration to the separate fileSimon Atanasyan2015-03-302-36/+51
* [ELF] Change type of `OutputSection::setType()` argument to int64_tSimon Atanasyan2015-03-301-1/+1
* [Mips] clang-format the codeSimon Atanasyan2015-03-302-6/+2
* Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.Eric Christopher2015-03-301-21/+20
* Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.Eric Christopher2015-03-302-2/+2
OpenPOWER on IntegriCloud