summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-24[codeview, pdb] Dump symbol records in publics streamHEADmasterZachary Turner3-61/+39
2016-05-24[profile] Fix runtime hook linkage bug for COFFXinliang David Li1-0/+2
2016-05-24[ThinLTO] Fix bot failures by avoiding threaded map modificationsTeresa Johnson1-3/+5
2016-05-24[AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegsKonstantin Zhuravlyov7-23/+25
2016-05-24Fix build errorsZachary Turner1-2/+2
2016-05-24Dump symbol record details in llvm-pdbdumpZachary Turner2-8/+15
2016-05-24[ThinLTO] Change ODR resolution and internalization to be index-basedTeresa Johnson1-194/+272
2016-05-24[IRCE] Return a Value*, not SCEV* from parseRangeCheck; NFCSanjoy Das1-26/+10
2016-05-24fix typos; NFCSanjay Patel1-11/+11
2016-05-24Revert r270518, which re-enabled "[LoopUnroll] Enable advanced unrolling anal...Hans Wennborg1-3/+3
2016-05-24Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2-39/+21
2016-05-24[ValueTracking, InstSimplify] extend isKnownNonZero() to handle vector constantsSanjay Patel1-1/+14
2016-05-24Rework/enhance stack coloring data flow analysis.Than McIntosh1-108/+413
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar3-15/+61
2016-05-24[AMDGPU] Assembler: rework parsing of optional operands.Sam Kolton2-282/+86
2016-05-24[AMDGPU][llvm-mc] Disassembler: support for TTMP/TBA/TMA registers.Artem Tamazov3-44/+116
2016-05-24[llvm][AVX512][intrinsics] Fix vperm{b|w|d|q|ps|pd} intrinsics. Index is seco...Igor Breger2-15/+39
2016-05-24Revert r270543 ("Recommit r270540")George Rimar3-61/+15
2016-05-24Recommit r270540George Rimar3-15/+61
2016-05-24[MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur1-8/+8
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar3-61/+15
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar3-15/+61
2016-05-24[CostModel][X86][XOP] Added XOP costmodel for BITREVERSE Simon Pilgrim2-1/+49
2016-05-24Revert "Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by de...Michael Zolotukhin1-3/+3
2016-05-24[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.Michael Zolotukhin1-1/+6
2016-05-24Remove unused variable.Zachary Turner1-11/+6
2016-05-23Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default."Hans Wennborg1-3/+3
2016-05-23Make a symbol visitor and use it to dump CV symbols.Zachary Turner3-1/+672
2016-05-23[ThinLTO] Refactor module loader handling into new LTO file (NFC)Teresa Johnson3-43/+44
2016-05-23[WebAssembly] Basic TargetTransformInfo support for SIMD128.Dan Gohman2-1/+65
2016-05-23[IRCE] Optimize "uses" not branches; NFCISanjoy Das1-9/+10
2016-05-23Avoid including AlwaysInliner pass in opt-bisect search.Andrew Kaylor2-0/+6
2016-05-23PrologEpilogInserter: Avoid an infinite loop when MinCSFrameIndex == 0Justin Bogner1-3/+3
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+2
2016-05-23[SPARC] Fix 8 and 16-bit atomic load and store.James Y Knight2-14/+22
2016-05-23Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2Reid Kleckner2-87/+64
2016-05-23InsertPointAnalysis: Move current live interval from being a class memberWei Mi3-24/+22
2016-05-23tune lowering parameter for small apps (sjeng)Xinliang David Li1-2/+3
2016-05-23[InstCombine] Fix assertion when bitcast is converted to gepGerolf Hoflehner1-0/+7
2016-05-23[LoopUnroll] Enable advanced unrolling analysis by default.Michael Zolotukhin1-3/+3
2016-05-23Fix DEBUG logs in MachineLICM.Justin Lebar1-7/+5
2016-05-23[codeview] Refactor symbol records to use same pattern as types.Zachary Turner1-11/+11
2016-05-23fix typo; NFCSanjay Patel1-1/+1
2016-05-23use range-loop; NFCISanjay Patel1-4/+2
2016-05-23fix formatting; NFCSanjay Patel1-4/+2
2016-05-23[WebAssembly] Speed up LiveIntervals updating.Dan Gohman1-6/+9
2016-05-23[Hexagon] Move some debug-only variable declarations into DEBUGKrzysztof Parzyszek1-19/+21
2016-05-23Extract renaming from D19181Amaury Sechet1-7/+2
2016-05-23Removing a switch statement that contains only a default label; NFC.Aaron Ballman1-3/+1
2016-05-23[BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2-4/+10