summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie116-474/+493
2015-09-11[modules] Move ConvertUTF.h to a separate submodule that doesn't require C++.Richard Smith1-0/+6
2015-09-11Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.Cong Hou2-2/+1
2015-09-11AsmWriter: Avoid O(N^2) processing of metadataDuncan P. N. Exon Smith1-6/+8
2015-09-11Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passin...Mehdi Amini2-18/+1
2015-09-11[libFuzzer] perform fewer crossover operations compared to plain mutationsKostya Serebryany1-7/+8
2015-09-10Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner1-0/+8
2015-09-10[modules] Add another .def file to our list of textual headers.Richard Smith1-0/+1
2015-09-10ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner3-3/+10
2015-09-10Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou17-65/+64
2015-09-10[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...Chen Li2-1/+18
2015-09-10Mark another method const. Sorry for missing this one the first time.Rafael Espindola1-1/+1
2015-09-10[InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate re...Chen Li2-1/+32
2015-09-10Remove gcc warning when comparing an unsigned var for >= 0Filipe Cabecinhas1-1/+1
2015-09-10[WinEH] Push and pop EBP for 32-bit funcletsReid Kleckner4-8/+24
2015-09-10AMDGPU: Simplify debug printingMatt Arsenault3-13/+8
2015-09-10AMDGPU: Use StringRef valueMatt Arsenault1-1/+1
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight8-56/+59
2015-09-10Mark two methods const.Rafael Espindola1-4/+5
2015-09-10Fix SEH state numbering algorithm to handle cleanupendpadsReid Kleckner3-4/+228
2015-09-10[LV] Relax Small Size Reduction Type RequirementMatthew Simpson2-9/+80
2015-09-10[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames2-4/+8
2015-09-10[RuntimeDyld] Fix a bug in debugging output: all sections should be dumpedLang Hames1-2/+13
2015-09-10Add an explicit 'inline' specifier to these static functions. GCC isChandler Carruth1-14/+14
2015-09-10Correct the return type of CreateCleanupEndPadReid Kleckner1-2/+2
2015-09-10Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight2-6/+1
2015-09-10[IR] Conservatively mark 'catchpad' as accessing memoryDavid Majnemer1-0/+2
2015-09-10[libFuzzer] refactor the code to allow building libFuzzer on platforms that d...Kostya Serebryany2-17/+65
2015-09-10[CMake] Add lto subdirectory explicitly.Chris Bieneman1-0/+4
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight2-1/+6
2015-09-10[SCEV] Consistently Handle Expressions That Cannot Be DividedMatthew Simpson2-36/+62
2015-09-10[MergeFuncs] Fix callsite attributes in thunk generationJF Bastien4-3/+18
2015-09-10Tidy up some alias syntax to make explicit pointer type migration easierDavid Blaikie2-2/+2
2015-09-10[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/Jordan Rose1-1/+1
2015-09-10[SimplifyCFG] Use known bits to eliminate dead switch defaultsPhilip Reames2-7/+105
2015-09-10[CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library.Chris Bieneman1-0/+7
2015-09-10[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overriddenChris Bieneman1-5/+6
2015-09-10[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.Jordan Rose2-0/+7
2015-09-10Debug Info: Allow a DIModule to appear as the scope of other entities.Adrian Prantl2-0/+32
2015-09-10[docs][PerformanceTips] Add text on allocas and alignmentPhilip Reames1-0/+41
2015-09-10[libFuzzer] add two more variants of FuzzerDriver for convenienceKostya Serebryany2-20/+39
2015-09-10[WinEH] Fix single-block cleanup coloringJoseph Tremoulet2-17/+54
2015-09-10Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg9-90/+89
2015-09-10Fix an undefined behavior introduces in r247234Steven Wu1-1/+1
2015-09-1080-cols; NFCSanjay Patel1-4/+4
2015-09-10use range-based for loop; NFCISanjay Patel1-2/+2
2015-09-10use range-based for loop; NFCISanjay Patel1-2/+2
2015-09-10[Bitcode] Add xfail test for PR24755 (uselistorder)Vedant Kumar1-0/+57
2015-09-10fix typo; NFCSanjay Patel1-1/+1
2015-09-10Fix PR 24724 - The implicit register verifier shouldn't assume certain operandAlex Lorenz5-41/+65