summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set entry address to 0x0 if no _start symbolEugene Leviant2016-09-0810-40/+47
* [ELF] - Apply clang-format to LinkerScript.cpp, NFC.George Rimar2016-09-081-17/+15
* [ELF] - Linkerscript: simplify access to templated methods from parser.George Rimar2016-09-083-81/+32
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-0811-12/+146
* [asan] Test that asan does not report use-after-scope if program jumped over ...Vitaly Buka2016-09-081-0/+21
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-082-0/+116
* I'm experimenting with changing how the mixed source & assemblyJason Molenda2016-09-084-58/+367
* Revert "[LoopUnroll] Properly update loop-info when cloning prologues and epi...Michael Zolotukhin2016-09-082-98/+11
* Rename test file. NFC.Rui Ueyama2016-09-081-0/+0
* I had a problem with one SDK where dispatch_release was actually aJason Molenda2016-09-081-1/+1
* Force the initialization of the m_type ivar inJason Molenda2016-09-081-0/+3
* [LoopUnroll] Properly update loop-info when cloning prologues and epilogues.Michael Zolotukhin2016-09-082-11/+98
* Correctly escape %.Nico Weber2016-09-081-1/+1
* Add explicit casts to size_t to try to appease MSVC.Peter Collingbourne2016-09-081-2/+2
* [llvm-cov] Disable zlib compression in a test input, unbreaks botsVedant Kumar2016-09-081-0/+0
* CodeGen: Clean up implementation of vtable initializer builder. NFC.Peter Collingbourne2016-09-086-168/+125
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-089-52/+40
* [llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar2016-09-084-2/+48
* [CGP] Be less conservative about tail-duplicating a ret to allow tail callsMichael Kuperstein2016-09-084-28/+66
* [AA] Fix typo in comment (s/hase/has).Justin Lebar2016-09-081-1/+1
* Remove lldb coding conventions as they are no longer relevant.Jim Ingham2016-09-083-154/+0
* [XRay] Remove unused variableDean Michael Berris2016-09-081-2/+2
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-089-117/+423
* [XRay] ARM 32-bit no-Thumb support in ClangDean Michael Berris2016-09-081-0/+13
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-0817-62/+317
* Deleted right filePiotr Padlewski2016-09-071-11/+0
* Revert "[thinlto] Deleted unused test file"Piotr Padlewski2016-09-071-0/+46
* [sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov2016-09-073-1/+21
* IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...Peter Collingbourne2016-09-075-11/+6
* Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...Vitaly Buka2016-09-072-115/+0
* [thinlto] Deleted unused test filePiotr Padlewski2016-09-071-46/+0
* [asan] Fix build on Linux.Evgeniy Stepanov2016-09-071-1/+1
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-072-0/+115
* Remove CxaDemangle.cpp / .h from xcode project file.Jason Molenda2016-09-071-6/+0
* clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLineDaniel Jasper2016-09-072-23/+60
* builtins: make sure that flags is setup properly for __clear_cacheSaleem Abdulrasool2016-09-071-1/+3
* [asan] Fix a crash in GetCurrentThread() before init.Evgeniy Stepanov2016-09-071-1/+1
* [asan] Add openlog() on Android.Evgeniy Stepanov2016-09-071-2/+2
* clang-format: [JavaScript] Do requoting in a separate passDaniel Jasper2016-09-072-44/+72
* [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for spl...Sanjay Patel2016-09-076-67/+31
* [SE] Add getName method to Device classJason Henline2016-09-072-0/+7
* Avoid ambiguity in calling atom_add functions.Jan Vesely2016-09-074-4/+4
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-079-100/+377
* [CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...Justin Lebar2016-09-071-52/+45
* [CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...Justin Lebar2016-09-071-0/+5
* [CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.Justin Lebar2016-09-071-16/+16
* [SimplifyCFG] Don't try to create metadata-valued PHIsHal Finkel2016-09-072-0/+55
* [LoopUnroll] Correct a debug message. NFC.Haicheng Wu2016-09-071-1/+1
* ELF: Add -Qy as ignored optionEd Maste2016-09-071-0/+1
* [compiler-rt] Allow sanitizers to be compiled for windows with clangFrancis Ricci2016-09-072-2/+10
OpenPOWER on IntegriCloud