summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Add suppression support.Sergey Matveev2013-06-2811-13/+182
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-282-3/+6
* [sanitizer] Disable all ptrace-related definitions on Android.Evgeniy Stepanov2013-06-282-3/+3
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-284-19/+31
* [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py scriptAlexey Samsonov2013-06-282-16/+7
* Move sys/sysctl.h include after its dependency sys/types.hEd Maste2013-06-281-1/+1
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-283-8/+34
* [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android.Evgeniy Stepanov2013-06-283-3/+3
* Pass --default-arch flag to external symbolizer. Fix line lengths.Alexey Samsonov2013-06-282-3/+13
* llvm-symbolizer: make name demangling a public static method of LLVMSymbolizerAlexey Samsonov2013-06-282-9/+11
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-2810-8/+191
* Improve comment.Rafael Espindola2013-06-281-4/+3
* [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-pr...Alexander Potapenko2013-06-282-0/+24
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-281-2/+7
* [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to...Alexander Potapenko2013-06-282-1/+55
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-287-44/+143
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-281-0/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-2817-35/+78
* Add include guard.Rui Ueyama2013-06-281-0/+5
* [PECOFF][Writer] Support DIR32NB and REL32 relocation types.Rui Ueyama2013-06-285-13/+28
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-284-15/+55
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-282-2/+14
* [PECOFF][Writer] Fix a bug that the contents of .data and .rdata were swapped.Rui Ueyama2013-06-283-10/+9
* [PECOFF][Writer] Skip ".debug$S" section in the input object file.Rui Ueyama2013-06-283-5/+12
* [PECOFF][Writer] Use a constant instead of a magic number.Rui Ueyama2013-06-281-2/+2
* Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola2013-06-282-14/+22
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-283-241/+235
* [PECOFF][Writer] Templatize connectAtomsWithLayoutEdge()Rui Ueyama2013-06-283-51/+38
* Convert tests to FileCheckMatt Arsenault2013-06-284-7/+14
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-282-4/+3
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-282-1/+166
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-281-3/+3
* Fix typoMatt Arsenault2013-06-281-1/+1
* Delete dead code.Eli Friedman2013-06-282-40/+16
* Switch Decl instantiation to DeclNodes.inc.Eli Friedman2013-06-272-56/+71
* Fix nested lifetime extension when a std::initializer_list member isRichard Smith2013-06-272-3/+41
* Use the zero-argument DIBuilder::createNullPtrType in Clang.Peter Collingbourne2013-06-272-3/+2
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-272-6/+14
* At the request of Richard Smith, swapped the order of cold/builtin so it is i...Michael Gottesman2013-06-271-5/+5
* Ensure that debugger calls to signature-less functions default toJohn McCall2013-06-273-25/+89
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-273-20/+9
* Revert "Revert r184787: "Added arm_neon intrinsic tests.""Michael Gottesman2013-06-271-0/+11624
* Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it intoRichard Smith2013-06-273-29/+15
* Remove unnecessary check.Eli Friedman2013-06-271-1/+1
* Prevent race in when stopping a "read thread"Tim Northover2013-06-271-2/+0
* Revert hack that omits errno on Darwin platforms. We now have an acceptable '...Bill Wendling2013-06-271-9/+0
* Declare 'strerror' so that we can use it with errno.Bill Wendling2013-06-271-0/+21
* Add 'errno.h' to the Darwin SDK.Bill Wendling2013-06-272-0/+48
* Delete dead code.Eli Friedman2013-06-274-43/+0
* [PECOFF][Writer] Fix DLLCharacteristic flag in image header.Rui Ueyama2013-06-272-1/+8
OpenPOWER on IntegriCloud