summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-11[InstCombine] use dyn_cast rather isa+cast; NFCSanjay Patel
2016-11-11[libFuzzer] do not initialize parts of TracePC -- let them be initialized by ...Kostya Serebryany
2016-11-11[InstCombine] clean up foldSelectOpOp(); NFCSanjay Patel
2016-11-11[tsan][llvm] Implement the function attribute to disable TSan checking at run...Anna Zaks
2016-11-11[LV] Stop saying "use -Rpass-analysis=loop-vectorize"Adam Nemet
2016-11-11Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add suppor...Matthias Braun
2016-11-11MachineScheduler/ScheduleDAG: Add support to skipping a node.Matthias Braun
2016-11-11ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCIMatthias Braun
2016-11-11MachineScheduler: Dump EntrySU/ExitSU if possibleMatthias Braun
2016-11-11ScheduleDAG: Identify EntrySU/ExitSU when dumping node idsMatthias Braun
2016-11-11FunctionComparator: don't rely on argument evaluation order.Erik Eckstein
2016-11-11Simplify code and address review comments (NFC)Adrian Prantl
2016-11-11Fix a reference-to-temporary introduced in r286607.Adrian Prantl
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11[PowerPC] Add remaining vector permute builtins in altivec.h - LLVM portionNemanja Ivanovic
2016-11-11[cfi] Fix weak functions handling.Evgeniy Stepanov
2016-11-11Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein
2016-11-11Fix -Wpessimizing-move warning.Rui Ueyama
2016-11-11Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer.Vyacheslav Klochkov
2016-11-11[AArch64] Update a FIXME comment to reflect current state. NFC.Chad Rosier
2016-11-11Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne
2016-11-11Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne
2016-11-11Bitcode: Prepare to move bitcode readers to free functions.Peter Collingbourne
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-11-11[AArch64] Fix bugs in isel lowering replaceSplatVectorStore.Geoff Berry
2016-11-11[sancov] Don't instrument MSVC CRT stdio config helpersReid Kleckner
2016-11-11[cfi] Implement cfi-icall using inline assembly.Evgeniy Stepanov
2016-11-11Revert "Use private linkage for MergedGlobals variables" on Darwin.Adrian Prantl
2016-11-11[AArch64] Remove lots of redundant code. NFC.Chad Rosier
2016-11-11[InstCombine] fix formatting of FoldOpIntoSelect(); NFCISanjay Patel
2016-11-11Fixed issues found by Paul Robinson with my patch for:Greg Clayton
2016-11-11[AArch64] Early return and minor renaming/refactoring to ease code review. NFC.Chad Rosier
2016-11-11Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton
2016-11-11[PowerPC] Add vector conversion builtins to altivec.h - LLVM portionNemanja Ivanovic
2016-11-11[AArch64] Enable merging of adjacent zero stores for all subtargets.Chad Rosier
2016-11-11[AMDGPU] TargetStreamer: Fix .note section nameSam Kolton
2016-11-11[SystemZ] Support CL(G)T instructionsUlrich Weigand
2016-11-11[SystemZ] Support load-and-zero-rightmost-byte facilityUlrich Weigand
2016-11-11[SystemZ] Use LLGT(R) instructionsUlrich Weigand
2016-11-11[SelectionDAG] Add support for vector demandedelts in BSWAP opcodesSimon Pilgrim
2016-11-11[SelectionDAG] Add support for vector demandedelts in UREM/SREM opcodesSimon Pilgrim
2016-11-11[SelectionDAG] Add support for vector demandedelts in UDIV opcodesSimon Pilgrim
2016-11-11[ARM] Add plumbing for GlobalISelDiana Picus
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-11[lli] Simplify the code a bit. No functional change intended.Davide Italiano
2016-11-11[IR/DataLayout] Simplify the code using PowerOf2Ceil. NFCI.Davide Italiano
2016-11-11AMDGPU: Attempt to fix build failure on x86-64 selfhost buildYaxun Liu