summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly: fix build break introduced by ELFObjectWriter churnJF Bastien2016-01-132-4/+5
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+82
* Revert r257699 -- windows buildbot failure TBIXinliang David Li2016-01-131-85/+22
* [libFuzzer] make sure we find buffer overflow in the input buffer. Previously...Kostya Serebryany2016-01-136-17/+48
* move return variable declarations down to where they are actually used; NFCISanjay Patel2016-01-131-11/+10
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+85
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-1311-42/+55
* Simplify. NFC.Rafael Espindola2016-01-131-9/+9
* fix formatting; NFCSanjay Patel2016-01-131-4/+2
* hasNUses(0) == use_empty() ; NFCISanjay Patel2016-01-131-4/+3
* [Hexagon] Fix the options controlling jump table generationKrzysztof Parzyszek2016-01-131-2/+2
* rangify; NFCISanjay Patel2016-01-131-6/+5
* don't duplicate comments that are in the header file; NFCSanjay Patel2016-01-131-16/+0
* AMDGPU/SI: Update ISA version for FIJIChangpeng Fang2016-01-134-2/+7
* Fix instance of -Wcovered-switch-defaultReid Kleckner2016-01-131-2/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-132-29/+26
* [WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags.Dan Gohman2016-01-131-0/+2
* [WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.Dan Gohman2016-01-131-2/+2
* Fix struct/class mismatch for MachineSchedContextHans Wennborg2016-01-131-1/+1
* rangify; NFCISanjay Patel2016-01-131-4/+4
* don't repeat names in comments ; NFCSanjay Patel2016-01-131-5/+5
* fix typoSanjay Patel2016-01-131-1/+1
* AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabledMarek Olsak2016-01-131-1/+8
* AMDGPU/SI: Remove ending s_endpgm from non-void functionsMarek Olsak2016-01-131-0/+8
* AMDGPU/SI: Add s_waitcnt at the end of non-void functionsMarek Olsak2016-01-134-1/+19
* AMDGPU/SI: Add support for non-void functionsMarek Olsak2016-01-136-1/+136
* [WebAssemly] Invalidate liveness in CFG stackifierDerek Schuff2016-01-131-0/+3
* fix typoSanjay Patel2016-01-131-1/+1
* AMDGPU/SI: Add SI Machine SchedulerNicolai Haehnle2016-01-139-3/+2503
* Fixing warning by adding the X86ISD::VROTRI case. Michael Zuckerman2016-01-131-0/+1
* [Hexagon] Do not insert non-phis before phis in bit simplificationKrzysztof Parzyszek2016-01-131-7/+19
* [AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD/Q Intrinsics .Michael Zuckerman2016-01-131-0/+36
* [AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics Michael Zuckerman2016-01-131-0/+36
* [PowerPC] Fix large code model with the ELFv2 ABIUlrich Weigand2016-01-133-24/+101
* [AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics Michael Zuckerman2016-01-134-3/+15
* AMDGPU/SI: Allow more shader inputsMarek Olsak2016-01-131-6/+30
* AMDGPU/SI: Allow any number of PS inputsMarek Olsak2016-01-131-3/+1
* AMDGPU/SI: Add new target attribute InitialPSInputAddrMarek Olsak2016-01-137-15/+55
* AMDGPU/SI: Fix a bug in SIFoldOperandsMarek Olsak2016-01-131-0/+11
* LEA code size optimization pass (Part 2): Remove redundant LEA instructions.Andrey Turetskiy2016-01-132-3/+160
* Remove extra whitespace. NFC.Junmo Park2016-01-131-10/+10
* [SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.James Y Knight2016-01-132-89/+96
* [Coverage] Refactor coverage mapping reader code Xinliang David Li2016-01-131-17/+13
* Rollback r257551 -- unexpected test failures TBIXinliang David Li2016-01-131-13/+17
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-132-64/+16
* [libFuzzer] make sure to update CurrentUnit when drillingKostya Serebryany2016-01-131-1/+4
* Use utostr rather than std::to_stringKeno Fischer2016-01-131-2/+2
* AsmPrinter: Fix wrong OS X versions being emitted for darwin triplesMatthias Braun2016-01-131-14/+18
* [CodeView] Mark our lines as statements, not expressionsDavid Majnemer2016-01-131-3/+18
* [Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2016-01-131-17/+13
OpenPOWER on IntegriCloud