summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Emit S_UDT records in LLD.Zachary Turner2018-12-041-7/+32
* [AVR] Silence fallthrough warning. NFC.Nirav Dave2018-12-041-0/+1
* [PowerPC] Make no-PIC default to match GCC - LLVMStefan Pintilie2018-12-041-3/+3
* [CmpInstAnalysis] fix function signature for ICmp code to predicate; NFCSanjay Patel2018-12-042-19/+19
* [SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI.Nirav Dave2018-12-043-19/+4
* AMDGPU: Add f32 vectors to SGPR register classesMatt Arsenault2018-12-041-6/+6
* MIR: Add method to stop after specific runs of passesMatt Arsenault2018-12-041-8/+38
* [InstCombine] rearrange foldICmpWithDominatingICmp; NFCSanjay Patel2018-12-041-33/+45
* [X86][SSE] Add SimplifyDemandedBitsForTargetNode handling for MOVMSKSimon Pilgrim2018-12-041-6/+39
* Revert "Adapt gcov to changes in CFE."Ilya Biryukov2018-12-042-46/+18
* [InstCombine] add helper for icmp with dominator; NFCSanjay Patel2018-12-042-20/+24
* [Hexagon] Remove unused checker functions from asm parserKrzysztof Parzyszek2018-12-041-2/+0
* [SimpleLoopUnswitch] Remove debug dump.Alina Sbirlea2018-12-041-3/+1
* Update MemorySSA in SimpleLoopUnswitch.Alina Sbirlea2018-12-041-77/+235
* Fix MSVC "unknown pragma" warning. NFCI.Simon Pilgrim2018-12-041-0/+6
* Fix -Wparentheses warning. NFCI.Simon Pilgrim2018-12-041-3/+2
* [X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call.Simon Pilgrim2018-12-041-2/+0
* [TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion ...Simon Pilgrim2018-12-043-11/+39
* Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out backend featuresSimon Pilgrim2018-12-046-297/+72
* Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec...George Rimar2018-12-041-14/+0
* [TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodesSimon Pilgrim2018-12-042-0/+23
* [llvm-mc] - Do not crash when referencing undefined debug sections.George Rimar2018-12-041-0/+14
* [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.George Rimar2018-12-041-1/+2
* [X86] Remove custom DAG combine for SIGN_EXTEND_VECTOR_INREG/ZERO_EXTEND_VECT...Craig Topper2018-12-041-45/+0
* Reverting r348215Ranjeet Singh2018-12-041-3/+4
* [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames2018-12-047-61/+66
* [ARM64][Windows] Fix local stack size for funcletsSanjin Sijaric2018-12-041-3/+8
* [asan] Reduce binary size by using unnamed private aliasesVitaly Buka2018-12-041-3/+3
* [MachineOutliner] Move stack instr check logic to getOutliningCandidateInfoJessica Paquette2018-12-041-96/+72
* [MachineOutliner][AArch64][NFC] Add early exit to candidate discarding logicJessica Paquette2018-12-041-0/+6
* [ThinLTO] Look through aliases when computing hash keysGeorge Burgess IV2018-12-041-2/+8
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-041-4/+3
* [Hexagon] Switch to auto-generated intrinsic definitions and patternsKrzysztof Parzyszek2018-12-033-1233/+3613
* [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...Vedant Kumar2018-12-031-49/+90
* Adapt gcov to changes in CFE.Adrian Prantl2018-12-031-7/+15
* [Hexagon] Extract operand decoders into a separate file, NFCKrzysztof Parzyszek2018-12-032-56/+74
* [DAGCombiner] narrow truncated vector binops when legalSanjay Patel2018-12-032-7/+13
* [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan2018-12-035-10/+30
* [Hexagon] Remove unused encodings, NFCKrzysztof Parzyszek2018-12-031-741/+114
* [InstCombine] fix undef propagation bug with shuffle+binopSanjay Patel2018-12-031-0/+16
* [WebAssembly] Enforce assembler emits to streamer in order.Wouter van Oortmerssen2018-12-031-0/+47
* [Hexagon] Update timing classesKrzysztof Parzyszek2018-12-035-5770/+5651
* [InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.Roman Lebedev2018-12-031-0/+4
* [TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.Martin Storsjo2018-12-031-1/+1
* [COFF] Remove an outdated/incorrect comment. NFC.Martin Storsjo2018-12-031-4/+0
* [COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo2018-12-031-4/+4
* [InstCombine] rearrange shuffle+binop fold; NFCSanjay Patel2018-12-031-8/+9
* [Hexagon] Change instruction type field in TSFlags to 7 bitsKrzysztof Parzyszek2018-12-035-182/+177
* [llvm-tapi] initial commit, supports ELF text stubsArmando Montanez2018-12-036-0/+236
* [MachineOutliner] Drop candidates that require fixups if it's beneficialJessica Paquette2018-12-031-5/+24
OpenPOWER on IntegriCloud