summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] simplify code; NFCISanjay Patel2016-09-151-14/+7
* [PM] Port CFGViewer and CFGPrinter to the new Pass ManagerSriraman Tallam2016-09-154-50/+74
* [pdb] Write the IPI stream.Zachary Turner2016-09-152-7/+30
* fix function names; NFCSanjay Patel2016-09-151-34/+34
* [pdb] Fix the TPI stream size computation.Zachary Turner2016-09-151-2/+1
* [libFuzzer] fix the build for AFLDriverTestKostya Serebryany2016-09-151-1/+1
* [InstCombine] allow icmp (sub nsw) folds for vectorsSanjay Patel2016-09-151-40/+35
* [IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano2016-09-153-7/+15
* [InstCombine] remove duplicated fold ; NFCISanjay Patel2016-09-151-7/+2
* [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectorsSanjay Patel2016-09-151-14/+18
* [compiler-rt] Changing function prototype returning unused valueEtienne Bergeron2016-09-151-5/+10
* Fix silly mistake introduced here : https://reviews.llvm.org/D24566Etienne Bergeron2016-09-151-1/+1
* address comments from: https://reviews.llvm.org/D24566Etienne Bergeron2016-09-151-1/+1
* [InstCombine] clean up foldICmpWithConstant(); NFCSanjay Patel2016-09-151-114/+117
* [InstCombine] add helper function for foldICmpWithConstant; NFCSanjay Patel2016-09-152-210/+223
* [InstCombine] use m_APInt to allow icmp folds using known bits for splat cons...Sanjay Patel2016-09-151-3/+3
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+4
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-154-1/+155
* GlobalISel: legalize GEP instructions with small offsets.Tim Northover2016-09-152-0/+13
* GlobalISel: relax type constraints on G_ICMP to allow pointers.Tim Northover2016-09-152-3/+2
* GlobalISel: remove "unsized" LLTTim Northover2016-09-158-20/+13
* GlobalISel: cache pointer sizes in LLTTim Northover2016-09-155-25/+26
* Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Valu...Wei Mi2016-09-151-0/+29
* [libFuzzer] disable test that requires debug info -- it fails on the botKostya Serebryany2016-09-151-5/+0
* [libFuzzer] move the AFL driver build rule test into the uninstrumented dirKostya Serebryany2016-09-152-12/+13
* [libFuzzer] fix print_pcs testKostya Serebryany2016-09-151-2/+2
* [libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...Kostya Serebryany2016-09-155-20/+68
* [libFuzzer] add 8-bit counters to trace-pc-guard handlerKostya Serebryany2016-09-155-13/+71
* [InstCombine] refactor eq/ne cases in foldICmpUsingKnownBits() ; NFCISanjay Patel2016-09-141-62/+27
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-144-62/+116
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-148-116/+208
* [MC] Handle discardable COFF sections in assemblyReid Kleckner2016-09-142-13/+27
* Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini2016-09-143-29/+25
* Fix indentation in codeview codeReid Kleckner2016-09-141-7/+7
* [LTO] Fix commons handlingMehdi Amini2016-09-141-3/+7
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-1446-138/+136
* [Stackmap] Added callsite counts to emitted function information.Sanjoy Das2016-09-141-13/+21
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-144-145/+1
* [lib/LTO] Fix a typo. NFC.Davide Italiano2016-09-141-1/+1
* Revert "AMDGPU: Use SOPK compare instructions"Matt Arsenault2016-09-146-135/+51
* AMDGPU: Use SOPK compare instructionsMatt Arsenault2016-09-146-51/+135
* Verifier: Mark orphaned DICompileUnits as a debug info failure.Adrian Prantl2016-09-141-10/+10
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-1446-97/+97
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-1435-240/+268
* [x86] fix formatting; NFCSanjay Patel2016-09-141-28/+20
* [compiler-rt] Avoid instrumenting sanitizer functionsEtienne Bergeron2016-09-141-6/+10
* [X86][SSE] Improve recognition of i64 sitofp conversions that can be performe...Simon Pilgrim2016-09-141-0/+17
* [LoopInterchange] Typo. NFC.Chad Rosier2016-09-141-4/+4
* [LoopInterchange] Add CL option to override cost threshold.Chad Rosier2016-09-141-3/+6
* [X86][SSE] Don't use PSHUFD directly - lower with generic shuffleSimon Pilgrim2016-09-141-17/+1
OpenPOWER on IntegriCloud