summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-11-12[C API] Fix several null pointer dereferences.whitequark
2016-11-12[libFuzzer] one more trophyKostya Serebryany
2016-11-12[libFuzzer] use a valid ASCII string for a dummy seed corpusKostya Serebryany
2016-11-12[ORC] Add a WrappedHandlerReturn type to map handler return types onto errorLang Hames
2016-11-12Improve `git llvm push` to suggest `git pull` when applying patch failsMehdi Amini
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-12[libFuzzer] use less stackKostya Serebryany
2016-11-12Remove extra semicolon.Rui Ueyama
2016-11-12AMDGPU/SI: Promote i16 = fp_[us]int f32 for VITom Stellard
2016-11-12Try to fix build after llvm::formatv() patch.Zachary Turner
2016-11-11Fix -Werror build with clang-cl.Zachary Turner
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-11Define DbiStreamBuilder::addSectionContribs.Rui Ueyama
2016-11-11AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopiesTom Stellard
2016-11-11Print correct directory in merge script.Richard Trieu
2016-11-11[InstCombine] use dyn_cast rather isa+cast; NFCSanjay Patel
2016-11-11[InstCombine] update test to use FileCheck; 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-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-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-11Fix static initialization order fiasco in MCTestsMehdi Amini
2016-11-11[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handlerLang Hames
2016-11-11NFC ProgrammersManual fixPiotr Padlewski
2016-11-11Simplify code and address review comments (NFC)Adrian Prantl
2016-11-11[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.Lang Hames
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