summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [elf2] Fix R_X86_64_TPOFF32 handling.Michael J. Spencer2015-11-054-6/+11
* [IR] Add bounds checking to dataOperandHasImpliedAttrSanjoy Das2015-11-051-0/+8
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-053-2/+4
* TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).NAKAMURA Takumi2015-11-051-0/+1
* Python 3 - Don't use `os.path.walk`, it's removed in Py3.Zachary Turner2015-11-051-4/+2
* Python 3 - Use universal_newlines=True in subprocess.Popen.Zachary Turner2015-11-051-0/+2
* [modules] Don't merge an anonymous enum definition into a named enum definition.Richard Smith2015-11-052-4/+21
* Fix build on Linux.Chaoren Lin2015-11-051-0/+4
* [libFuzzer] print a bit fewer linesKostya Serebryany2015-11-052-2/+3
* CommandObjectProxy needs to proxy GenerateHelpText as well asJim Ingham2015-11-052-0/+11
* [Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on ...Alexey Samsonov2015-11-054-16/+12
* Fix build breakDavid Majnemer2015-11-051-2/+1
* Go back to producing relocations for out of range symbols.Rafael Espindola2015-11-053-13/+9
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-053-97/+227
* AMDGPU: Add missing v2f64 fadd testsMatt Arsenault2015-11-051-10/+42
* AMDGPU: Fix typoMatt Arsenault2015-11-051-2/+2
* [Lex] Add __has_builtin support for __make_integer_seqDavid Majnemer2015-11-052-1/+11
* [modules] If we're given a module file, via -fmodule-file=, for a module, butRichard Smith2015-11-055-15/+49
* [PGO] Use template file to define runtime structuresXinliang David Li2015-11-054-71/+79
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-0516-76/+1609
* LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham2015-11-053-5/+11
* Fix Abbrev emission in WriteIdentificationBlockMehdi Amini2015-11-051-1/+2
* Add go data formatters.Ryan Brown2015-11-0513-0/+556
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-054-19/+23
* Fix nullptr crash in -Wthread-safety-betaReid Kleckner2015-11-052-1/+8
* One of the File constructors was missing initializers. Didn't seemJim Ingham2015-11-051-1/+3
* Fix pr24832.Rafael Espindola2015-11-054-11/+16
* The control expression for a _Generic selection expression should haveAaron Ballman2015-11-052-5/+15
* [TSan] Fix mmap/mmap64 interceptor signature.Alexey Samsonov2015-11-051-4/+4
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-046-24/+8
* Simplify .org processing and make it a bit more powerful.Rafael Espindola2015-11-044-21/+15
* Fix x64 build on Windows, which was broken by my refactor from last week.Adrian McCarthy2015-11-043-1/+212
* Define portable macros for packed struct definitions:Xinliang David Li2015-11-041-0/+28
* [SimplifyLibCalls] New transformation: tan(atan(x)) -> xDavide Italiano2015-11-044-1/+71
* [libFuzzer] when choosing the next unit to mutate, give some preference to th...Kostya Serebryany2015-11-042-26/+46
* fix typo; NFCSanjay Patel2015-11-041-1/+1
* [CaptureTracking] Support operand bundles conservativelySanjoy Das2015-11-042-2/+32
* [FreeBSD] Add missing overrides.Davide Italiano2015-11-042-4/+4
* [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman2015-11-042-8/+53
* Handle keyword args on our patched Popen methods.Zachary Turner2015-11-041-4/+4
* Don't access class members inside of `__del__`.Zachary Turner2015-11-041-4/+0
* Slightly saner handling of thumb branches.Rafael Espindola2015-11-043-9/+42
* clang-format: Turn on wrapping before "else" for WebKit style.Daniel Jasper2015-11-041-0/+1
* [x86] Teach the shrink-wrapping hooks to do the proper thing with Win64.Quentin Colombet2015-11-042-0/+130
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-0417-89/+82
* Remove incorrect debug assert.Jonathan Peyton2015-11-041-1/+0
* PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFCJustin Bogner2015-11-043-17/+36
* Remove some empty lines.Jonathan Peyton2015-11-045-21/+0
* Add new interfaces to MBB for manipulating successors with probabilities inst...Cong Hou2015-11-043-0/+132
* Refactor of task_team code.Jonathan Peyton2015-11-045-242/+131
OpenPOWER on IntegriCloud