summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2017-02-24[Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stackPetr Hosek
2017-02-24Add some testcases for bitfields with illegal widths.Eli Friedman
2017-02-24Fix old testcase for dead store to match the original intent.Eli Friedman
2017-02-24Fix an iterator invalidation bug when simplifying LIC user.Xin Tong
2017-02-24[LazyMachineBFI] Add testcaseAdam Nemet
2017-02-24Revert r269060 to pacify bots.Michael Kuperstein
2017-02-24OptDiag: Add test for r296053Justin Bogner
2017-02-24[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-24[GlobalISel] Use the same name for all remarks.Ahmed Bougacha
2017-02-24[GlobalISel] Use the DISubprogram for translation failure remarks.Ahmed Bougacha
2017-02-24[GlobalISel] Remove now-unnecessary variable. NFC.Ahmed Bougacha
2017-02-24Fix unit tests after r296049.Adrian McCarthy
2017-02-24OptDiag: Summarize the instruction count in asm-printerJustin Bogner
2017-02-24OptDiag: Use DiagnosticLocation in MachineOptimizationRemarksJustin Bogner
2017-02-24[msan] Fix instrumentation of array allocas.Evgeniy Stepanov
2017-02-24Implement some methods for NativeRawSymbolAdrian McCarthy
2017-02-23[GlobalISel] Don't translate other blocks when one failed.Ahmed Bougacha
2017-02-23[GlobalISel] Finalize translated function on scope exit. NFC.Ahmed Bougacha
2017-02-23fix 80-column violationAdrian Prantl
2017-02-23Delete outdated comment. NFCXin Tong
2017-02-23LoopUnswitch - Simplify based on known not to a be constant.Xin Tong
2017-02-23[OptDiag] Comment about the legacy status of emitOptimizationRemark*Adam Nemet
2017-02-23[OptDiag] Remove hotness parameter from legacy remark ctorsAdam Nemet
2017-02-23[OptDiag] Hide legacy remark ctorsAdam Nemet
2017-02-23[ADT] Fix zip iterator interface.Bryant Wong
2017-02-23[IR] Add a Instruction::dropPoisonGeneratingFlags helperSanjoy Das
2017-02-23[NVPTX] Added support for .f16x2 instructions.Artem Belevich
2017-02-23ARM: make sure FastISel bails on f64 operations for Cortex-M4.Tim Northover
2017-02-23Revert r282872 "CVP. Turn marking adds as no wrap on by default"Hans Wennborg
2017-02-23[llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar
2017-02-23Add call branch annotation for ICP promoted direct call in SamplePGO mode.Dehao Chen
2017-02-23[Hexagon] Handle saturations in Hexagon bit trackerKrzysztof Parzyszek
2017-02-23[Hexagon] Allow setting register in BitVal without storing into mapKrzysztof Parzyszek
2017-02-23[AMDGPU] Shut the warning "getRegUnitWeight hides overload...". NFC.Stanislav Mekhanoshin
2017-02-23[ORE] Remove ORE.emit{{.+}} functionsAdam Nemet
2017-02-23CodeGen: MachineBlockPlacement: Rename member to more general name. NFC.Kyle Butt
2017-02-23[LAA] Remove unused LoopAccessReportAdam Nemet
2017-02-23[LV] Remove unused VectorizationReportAdam Nemet
2017-02-23Disable TLS for stack protector on Android API<17.Evgeniy Stepanov
2017-02-23[GlobalISel] Emit opt remarks on isel fallbacks.Ahmed Bougacha
2017-02-23[CodeGen] Teach opt remarks how to print MI instructions.Ahmed Bougacha
2017-02-23[CodeGen] Print MI without a newline when skipping debugloc. NFC.Ahmed Bougacha
2017-02-23[CodeGen] Use const MBBs in the opt remark diagnostics. NFC.Ahmed Bougacha
2017-02-23Correct register pressure calculation in presence of subregsStanislav Mekhanoshin
2017-02-23[ORE] Use const CodeRegions in the remark diagnostics. NFC.Ahmed Bougacha
2017-02-23[CodeGen] Add a way to SkipDebugLoc in MachineInstr::print(). NFC.Ahmed Bougacha
2017-02-23[GlobalISel] Simplify Select type cleanup using a ScopeExit. NFC.Ahmed Bougacha
2017-02-23Revert "Teach the IR verifier to reject conflicting debug info for function a...Adrian Prantl
2017-02-23[DAG] add convenience function to get -1 constant; NFCISanjay Patel
2017-02-23[Reassociate] Add negated value of negative constant to the Duplicates list.Chad Rosier