summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [LCG] Build an edge abstraction for the LazyCallGraph and use it toChandler Carruth2016-02-021-133/+160
* [LVI] Introduce an intersect operation on lattice valuesPhilip Reames2016-02-021-32/+85
* [libFuzzer] allow passing 1 or more files as individual inputsKostya Serebryany2016-02-024-2/+48
* MachineVerifier: Use report_context() instead of ad-hoc messages.Matthias Braun2016-02-021-10/+32
* [X86] Fix a bug in getMemOpBaseRegImmOfsSanjoy Das2016-02-021-1/+5
* [libFuzzer] fail if the corpus dir does not existKostya Serebryany2016-02-022-1/+4
* [X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.Ahmed Bougacha2016-02-021-2/+4
* [X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.Ahmed Bougacha2016-02-021-2/+7
* [safestack] Make sure the unsafe stack pointer is popped in all casesAnna Zaks2016-02-021-27/+26
* [LVI] Fix a latent bug in getValueAtPhilip Reames2016-02-021-0/+8
* fix typos; NFCSanjay Patel2016-02-011-2/+2
* [LVI] Remove overly tight assert from 259429Philip Reames2016-02-011-2/+2
* [X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decodingSimon Pilgrim2016-02-011-0/+1
* [LVI] Add select handlingPhilip Reames2016-02-011-0/+49
* [X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decodingSimon Pilgrim2016-02-011-0/+4
* function names start with a lowercase letter; NFCSanjay Patel2016-02-0114-324/+324
* [InstCombine] simplify masked scatter/gather intrinsics with zero masksSanjay Patel2016-02-011-4/+22
* [X86][AVX512] Add support for AVX512 VINSERTPS shuffle decodingSimon Pilgrim2016-02-011-0/+2
* SmallSet/SmallPtrSet: Refuse huge Small numbersMatthias Braun2016-02-011-2/+2
* Move comments a bit closer to associated code. NFC.Chad Rosier2016-02-011-29/+25
* Avoid inlining call sites in unreachable-terminated blockJun Bum Lim2016-02-011-6/+17
* Remove extra semicolon. NFC.Chad Rosier2016-02-011-1/+1
* [SCEV] Clean up isKnownPredicateViaConstantRanges; NFCISanjoy Das2016-02-011-63/+20
* [SCEV] Rename isKnownPredicateWithRanges; NFCSanjoy Das2016-02-011-7/+8
* Fix infinite recursion in MCAsmStreamer::EmitValueImpl.Rafael Espindola2016-02-011-7/+5
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* [InstCombine] simplify masked store intrinsics with all ones or zeros masksSanjay Patel2016-02-011-1/+21
* AArch64: Implement missed conditional compare sequences.Balaram Makam2016-02-013-4/+49
* [AArch64] Simplify prolog/epilog callee save/restore. NFC.Geoff Berry2016-02-011-61/+87
* [SystemZ] Fix wrong-code generation for certain always-false conditionsUlrich Weigand2016-02-011-1/+1
* [NFC] Referencing manual for reason why subregbit is checkedColin LeMahieu2016-02-011-1/+2
* [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)David Majnemer2016-02-011-1/+1
* [ValueTracking] Improve isKnownNonZero for PHI of non-zero constantsJun Bum Lim2016-02-011-0/+6
* [InstCombine] simplify masked load intrinsics with all ones or zeros masksSanjay Patel2016-02-011-0/+30
* [PrologEpilogInserter] Add some debug output for callee-save frame object all...Geoff Berry2016-02-011-0/+2
* [AArch64] Simplify callee-save register save/restore. NFC.Geoff Berry2016-02-012-68/+23
* [LV] Rename RdxPHIsToFix to PHIsToFix (NFC)Matthew Simpson2016-02-011-39/+32
* [X86][AVX512VBMI] add encoding and intrinsics for MultishiftAsaf Badouh2016-02-015-17/+39
* [mips] Range check uimm16 and fix several bugs this revealed.Daniel Sanders2016-02-017-56/+113
* Improved macro emission in dwarf.Amjad Aboud2016-02-016-82/+42
* Reapply commit r258404 with fix.Matthew Simpson2016-02-011-11/+231
* WebAssembly NFC: simplify control flowJF Bastien2016-02-011-43/+63
* AVX512: fix mask handling for gather/scatter/prefetch intrinsics.Igor Breger2016-02-011-39/+18
* [X86][SSE] Find source of the inserted element of INSERTPSSimon Pilgrim2016-02-011-4/+29
* AVX512 : Fix SETCCE lowering for KNL 32 bit.Igor Breger2016-02-011-2/+6
* [X86] Cleanup the WinEHState passDavid Majnemer2016-02-011-25/+14
* Revert r258580 and r258581.David Majnemer2016-02-011-113/+0
* [MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss2016-01-311-2/+5
* Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...Craig Topper2016-01-311-20/+20
* add helper function for minnum/maxnum ; NFCSanjay Patel2016-01-311-74/+80
OpenPOWER on IntegriCloud