summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* typo; NFCSanjay Patel2015-09-111-1/+1
* Use function attribute "stackrealign" to decide whether stackAkira Hatanaka2015-09-112-10/+2
* [X86] Make sure startproc/endproc are pairedDavid Majnemer2015-09-111-1/+1
* [IR] Print the label operands of a catchpad like an invokeReid Kleckner2015-09-111-1/+1
* [CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.Ahmed Bougacha2015-09-119-41/+53
* [CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.Ahmed Bougacha2015-09-118-22/+21
* [PR24785] Appease MSC18 to tweak optimizations.NAKAMURA Takumi2015-09-111-0/+8
* Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.Yaron Keren2015-09-111-0/+1
* PPCFrameLowering::emitEpilogue(): Avoid manipulating MBBI on iterator end.NAKAMURA Takumi2015-09-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-112-0/+15
* Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.Cong Hou2015-09-111-1/+0
* AsmWriter: Avoid O(N^2) processing of metadataDuncan P. N. Exon Smith2015-09-111-6/+8
* Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passin...Mehdi Amini2015-09-111-1/+1
* [libFuzzer] perform fewer crossover operations compared to plain mutationsKostya Serebryany2015-09-111-7/+8
* Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner2015-09-101-0/+8
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-102-0/+9
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-1012-38/+36
* [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...Chen Li2015-09-101-1/+1
* [InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate re...Chen Li2015-09-101-1/+1
* Remove gcc warning when comparing an unsigned var for >= 0Filipe Cabecinhas2015-09-101-1/+1
* [WinEH] Push and pop EBP for 32-bit funcletsReid Kleckner2015-09-101-7/+10
* AMDGPU: Simplify debug printingMatt Arsenault2015-09-103-13/+8
* AMDGPU: Use StringRef valueMatt Arsenault2015-09-101-1/+1
* [SPARC] Switch to the Machine Scheduler.James Y Knight2015-09-102-1/+6
* Fix SEH state numbering algorithm to handle cleanupendpadsReid Kleckner2015-09-101-4/+9
* [LV] Relax Small Size Reduction Type RequirementMatthew Simpson2015-09-101-6/+14
* [RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames2015-09-101-2/+6
* [RuntimeDyld] Fix a bug in debugging output: all sections should be dumpedLang Hames2015-09-101-2/+13
* Add an explicit 'inline' specifier to these static functions. GCC isChandler Carruth2015-09-101-14/+14
* Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight2015-09-102-6/+1
* [IR] Conservatively mark 'catchpad' as accessing memoryDavid Majnemer2015-09-101-0/+2
* [libFuzzer] refactor the code to allow building libFuzzer on platforms that d...Kostya Serebryany2015-09-102-17/+65
* [SPARC] Switch to the Machine Scheduler.James Y Knight2015-09-102-1/+6
* [SCEV] Consistently Handle Expressions That Cannot Be DividedMatthew Simpson2015-09-101-36/+26
* [MergeFuncs] Fix callsite attributes in thunk generationJF Bastien2015-09-101-1/+9
* [SimplifyCFG] Use known bits to eliminate dead switch defaultsPhilip Reames2015-09-101-3/+9
* Debug Info: Allow a DIModule to appear as the scope of other entities.Adrian Prantl2015-09-101-0/+2
* [libFuzzer] add two more variants of FuzzerDriver for convenienceKostya Serebryany2015-09-102-20/+39
* [WinEH] Fix single-block cleanup coloringJoseph Tremoulet2015-09-101-8/+9
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-104-58/+58
* Fix an undefined behavior introduces in r247234Steven Wu2015-09-101-1/+1
* 80-cols; NFCSanjay Patel2015-09-101-4/+4
* use range-based for loop; NFCISanjay Patel2015-09-101-2/+2
* use range-based for loop; NFCISanjay Patel2015-09-101-2/+2
* fix typo; NFCSanjay Patel2015-09-101-1/+1
* Fix PR 24724 - The implicit register verifier shouldn't assume certain operandAlex Lorenz2015-09-101-39/+16
* AVX512: Implemented encoding and intrinsics forIgor Breger2015-09-101-52/+109
* There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts thatJakub Kuderski2015-09-101-0/+20
* [ADT] Rewrite the StringRef::find implementation to be simpler, clearer,Chandler Carruth2015-09-101-16/+23
* [DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...Silviu Baranga2015-09-101-11/+25
OpenPOWER on IntegriCloud