summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable GlobalsAA by defaultJames Molloy2015-09-101-1/+1
* Add GlobalsAA as preserved to a bunch of transformsJames Molloy2015-09-1014-0/+28
* [ARM] Do not use vtrn for vectorshuffle if the order is reversedJames Molloy2015-09-101-4/+13
* [ADT] Micro-optimize the Triple constructor by doing a single split andChandler Carruth2015-09-101-8/+21
* [ADT] Fix a confusing interface spec and some annoying peculiaritiesChandler Carruth2015-09-101-31/+43
* GlobalsAAResult(&&): Move every members.NAKAMURA Takumi2015-09-101-1/+6
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-108-12/+12
* [ADT] Add a single-character version of the small vector split routineChandler Carruth2015-09-102-1/+21
* [ScalarEvolution] Fix PR24757.Sanjoy Das2015-09-101-2/+42
* [LPM] Simplify this code and fix a compile error for compilers thatChandler Carruth2015-09-101-3/+1
* [LPM] Use a map from analysis ID to immutable passes in the legacy passChandler Carruth2015-09-101-18/+24
* Enable the shrink wrapping optimization for PPC64.Kit Barton2015-09-103-77/+89
* [AArch64] Match FI+offset in STNP addressing mode.Ahmed Bougacha2015-09-102-0/+26
* [AArch64] Match base+offset in STNP addressing mode.Ahmed Bougacha2015-09-101-0/+16
* [AArch64] Support selecting STNP.Ahmed Bougacha2015-09-103-0/+78
* AMDGPU/SI: Fix more cases of losing exec operandsMatt Arsenault2015-09-103-16/+12
* AMDGPU/SI: Fix creating v_mov_b32s without exec usesMatt Arsenault2015-09-101-2/+14
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-104-58/+58
* [CodeGen] Make x86 nontemporal store patfrags generic. NFC.Ahmed Bougacha2015-09-101-19/+0
OpenPOWER on IntegriCloud