summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly: add option to disable register coloringJF Bastien2016-02-021-0/+7
* [ELF] Implemented -Bsymbolic-functions command line optionGeorge Rimar2016-02-027-11/+58
* Removed FeatureVFPOnlySP from the Cortex-R7 processor modelSjoerd Meijer2016-02-022-3/+1
* [ELF] Remove redundant empty line. NFCSimon Atanasyan2016-02-021-1/+0
* [ELF] Finalize .dynamic section at the endSimon Atanasyan2016-02-022-5/+16
* www: Fix overlapping lines IITobias Grosser2016-02-021-1/+0
* Avoid overlapping linesTobias Grosser2016-02-021-1/+0
* ELF: Include archive names in error messages.Rui Ueyama2016-02-027-14/+43
* ELF: Simplify and add comments.Rui Ueyama2016-02-021-8/+16
* [asan] Fix internal CHECK failure on double free in recovery mode.Maxim Ostapenko2016-02-022-5/+19
* Do not use "No" prefix for boolean variables to make it simpler. NFC.Rui Ueyama2016-02-021-6/+4
* ELF: Move GOT relocation handler code to one place. NFC.Rui Ueyama2016-02-021-18/+22
* ELF: Move PLT relocation handler to one place. NFC.Rui Ueyama2016-02-021-18/+26
* [RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDefDavid Majnemer2016-02-022-0/+58
* ELF: Move GNU_IFUNC relocation handler to one place. NFC.Rui Ueyama2016-02-021-9/+18
* ELF: Move copy relocation handler to one place. NFC.Rui Ueyama2016-02-021-6/+13
* ELF: Move code for MIPS local GOT entries to one place. NFC.Rui Ueyama2016-02-021-8/+12
* [OPENMP 4.0] Allow to use 'omp simd' directive inside other simd-regions.Alexey Bataev2016-02-022-11/+12
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-0222-74/+421
* [LCG] Build an edge abstraction for the LazyCallGraph and use it toChandler Carruth2016-02-025-248/+418
* NetBSD: Define initial RegisterContextNetBSD_x86_64Kamil Rytarowski2016-02-023-0/+400
* [LVI] Introduce an intersect operation on lattice valuesPhilip Reames2016-02-023-32/+160
* Add comments.Rui Ueyama2016-02-021-0/+8
* [libFuzzer] allow passing 1 or more files as individual inputsKostya Serebryany2016-02-025-5/+58
* Update a comment.Rui Ueyama2016-02-021-1/+2
* MachineVerifier: Use report_context() instead of ad-hoc messages.Matthias Braun2016-02-021-10/+32
* [X86] Fix a bug in getMemOpBaseRegImmOfsSanjoy Das2016-02-022-2/+40
* Replace auto with the real type.Rui Ueyama2016-02-021-1/+1
* [libFuzzer] fail if the corpus dir does not existKostya Serebryany2016-02-022-1/+4
* [asan] Add iOS support for Address SanitizerAnna Zaks2016-02-024-17/+87
* [asan] Fixup r258849 by updating warning in the testAnna Zaks2016-02-021-1/+1
* [asan] Add iOS support.Anna Zaks2016-02-0216-37/+85
* Set ordinals of all File's created in MachO passes.Pete Cooper2016-02-025-5/+15
* [X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.Ahmed Bougacha2016-02-022-3/+5
* [X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.Ahmed Bougacha2016-02-023-6/+11
* [safestack] Make sure the unsafe stack pointer is popped in all casesAnna Zaks2016-02-024-31/+34
* [LVI] Fix a latent bug in getValueAtPhilip Reames2016-02-021-0/+8
* Template Type Diffing changeRichard Trieu2016-02-024-38/+34
* Always initialize Out<ELFT> members.Rui Ueyama2016-02-021-0/+12
* We try to avoid static objects. These are on the error path for unsupported ...Jim Ingham2016-02-021-4/+4
* Fixed comment characters. NFCPete Cooper2016-02-021-3/+3
* Add pointerKind() method to the MachO ArchHandler's. NFC.Pete Cooper2016-02-025-0/+20
* Add ObjC method list atom type. NFC.Pete Cooper2016-02-013-0/+4
* Add command line option to disable ObjC category merging.Pete Cooper2016-02-013-0/+11
* fix typos; NFCSanjay Patel2016-02-011-2/+2
* [LVI] Missing test case from 259432Philip Reames2016-02-011-0/+25
* Move SimpleDefinedAtom::addReference to DefinedAtom.Pete Cooper2016-02-017-29/+45
* ELF: Do not call fatal() if relocation contraints are not satisfied.Rui Ueyama2016-02-014-14/+15
* Add test for PR26419 (stable function summary ordering)Teresa Johnson2016-02-011-3/+10
* Fix getCompiler in unit testing framework on compiler symlinksStephane Sezer2016-02-011-1/+2
OpenPOWER on IntegriCloud