summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-11-12[ORC] Add a WrappedHandlerReturn type to map handler return types onto errorLang Hames
2016-11-12One more set of changes to fix formatv() on linux.Zachary Turner
2016-11-12Add missing #include.Zachary Turner
2016-11-12Fix another problem with formatv().Zachary Turner
2016-11-12Try to fix build after llvm::formatv() patch.Zachary Turner
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-11Define DbiStreamBuilder::addSectionContribs.Rui Ueyama
2016-11-11[RPC] Add const qualifier to MemberFnWrapper to make buildbots happy.Lang Hames
2016-11-11Fix typo in comment.Rui Ueyama
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-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-11Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein
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-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-11Fix comments according to the LLVM coding guidelines.Adrian Prantl
2016-11-11Fix windows buildbot where warnings are errors. We had a switch statement whe...Greg Clayton
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-11Add missing file from r286566Teresa Johnson
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[ADT/MathExtras] Introduce PowerOf2Ceil.Davide Italiano
2016-11-11[llvm] Remove duplicate header from PassInfo.hMandeep Singh Grang
2016-11-11ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()Matthias Braun
2016-11-10Timer: Remove group-less NamedRegionTimer constructor.Matthias Braun
2016-11-10[DAG Combiner] Fix the native computation of the Newton series for reciprocalsEvandro Menezes
2016-11-10GlobalISel: fix mistaken comment changeTim Northover
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-11-10RegisterCoalescer: Ignore interferences for constant physregsMatthias Braun
2016-11-10Fix initialization order error.Zachary Turner
2016-11-10[Support] Improve flexibility of binary blob formatter.Zachary Turner
2016-11-10Fix some Clang-tidy modernize-use-default and readability-redundant-member-in...Eugene Zelenko
2016-11-09Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres...Peter Collingbourne
2016-11-09Add isHotBB helper function to ProfileSummaryInfoDehao Chen
2016-11-09GlobalISel: fix typo. NFCTim Northover
2016-11-09GlobalISel: translate invoke and landingpad instructionsTim Northover
2016-11-09Minor unroll pass refacoring.Evgeny Stupachenko
2016-11-09[SCEV] Refactor out a useful pattern; NFCSanjoy Das
2016-11-09Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen...Peter Collingbourne
2016-11-09X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ...Peter Collingbourne
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-09Zero-initialize chrono duration objectsPavel Labath
2016-11-09[mips] Add non-const getter for the Elf_Mips_Options class. NFCSimon Atanasyan
2016-11-09Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini