oota-llvm.git
2016-01-11 NAKAMURA TakumiFix examples corresponding to r257302.
2016-01-11 Lang Hames[Orc] Remove the empty class definitions in RPCUtils...
2016-01-11 Xinliang David LiMove all decls in coverage namespace into CoverageMappi...
2016-01-11 Lang HamesOrc] Drop PageSize member from Orc architecture support...
2016-01-11 Lang Hames[Orc] Remove the FPRPCChannel class from RPCChannel...
2016-01-11 Craig Topper[TableGen] Remove a few spaces from AsmMatcher output...
2016-01-11 Lang Hames[Orc] Include the IndirectionUtils header in OrcRemoteT...
2016-01-11 Lang Hames[Orc] Remote the <unistd> include introduced in r257305...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-11 Craig Topper[AVX-512] Remove another extra space from the Intel...
2016-01-11 Craig Topper[AVX-512] Fix test case update missed in r257299.
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-11 Craig Topper[AVX-512] Remove more superfluous spaces from asm strings.
2016-01-11 Craig Topper[AVX-512] Remove unused Round and Itinerary from the...
2016-01-11 Craig Topper[AVX-512] Make spacing between comma and {sae} operand...
2016-01-11 Craig Topper[X86] Remove extra spaces from MPX instruction asm...
2016-01-11 Lang Hames[Orc] Add error codes and a new std::error_category...
2016-01-10 Lang Hames[RuntimeDyld] Add a notifyObjectLoaded method to Runtim...
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-10 Keno Fischer[SectionMemoryManager] Don't just drop the RO free...
2016-01-10 Daniel BerlinSpeed up LiveDebugValues
2016-01-10 NAKAMURA TakumiOrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18...
2016-01-10 Benjamin Kramer[ADT] Another stab at fixing the PointerEmbeddedInt...
2016-01-10 Benjamin Kramer[ADT] Unbreak PointerEmbeddedInt build with MSVC.
2016-01-10 Elena DemikhovskyOptimized instruction sequence for sitofp operation...
2016-01-10 Chandler Carruth[ADT] Add an abstraction for embedding an integer withi...
2016-01-10 Michael Zuckerman[AVX512] add PRORVQ and PRORVD Intrinsic
2016-01-10 Chandler Carruth[ADT] Add a sum type abstraction for pointer-like types.
2016-01-10 Craig Topper[ADT] Remove 'reinterpreted as a pointer' from some...
2016-01-10 David MajnemerAdd test for r257279.
2016-01-10 David Majnemer[JumpThreading] Don't forget to report that the IR...
2016-01-10 Chen LiFix a control flow problem in commit rL257277.
2016-01-10 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2016-01-10 Joseph Tremoulet[LangRef] Move catchpad to "Other Operators" (NFC)
2016-01-10 Joseph Tremoulet[WinEH] Fix catchpad pred verification
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2016-01-10 Daniel BerlinDon't use random class variables across functions
2016-01-09 Michael ZolotukhinRevert "[BranchFolding] Set correct mem refs"
2016-01-09 Lang Hames[Orc] Fix MSVC build errors due to r257265 by adding...
2016-01-09 Dan LiewRevert "Teach the CMake build system to run lit's test...
2016-01-09 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Simon Pilgrim[X86][AVX] Add support for i64 broadcast loads on 32...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2016-01-09 Benjamin Kramer[JumpThreading] Use range-based for loops.
2016-01-09 Benjamin Kramer[TRE] Simplify code with range-based loops and std...
2016-01-09 Junmo Park[BranchFolding] Set correct mem refs
2016-01-09 Manuel Jacob[RS4GC] Update and simplify handling of Constants in...
2016-01-09 Kostya Serebryany[libFuzzer] debug prints in tracing
2016-01-09 Kostya Serebryany[libFuzzer] change the way trace-based mutations are...
2016-01-09 Manuel Jacob[RS4GC] Unify two asserts. NFC.
2016-01-09 Kostya Serebryany[libFuzzer] don't limit memcmp tracing with 8 bytes
2016-01-09 Philip Reames[rs4gc] Optionally directly relocated vector of pointers
2016-01-09 Kostya Serebryany[libFuzzer] refactor the way we collect cmp traces...
2016-01-09 Mike Aizatskyfixing type.
2016-01-09 NAKAMURA Takumillvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build...
2016-01-09 Mike Aizatsky[llvm-symbolizer] -print-source-context-lines option...
2016-01-08 Sanjay Pateldon't repeat variable/function names in comments; NFC
2016-01-08 Sanjay Patelrangify; NFCI
2016-01-08 Xinliang David Li[PGO] Introducing version mask macro/NFC
2016-01-08 Dan LiewTeach the CMake build system to run lit's test suite...
2016-01-08 Tobias Edler... [Hexagon] Replace a static member variable in HexagonCV...
2016-01-08 Sanjay Patelvariable names start with an upper case letter; NFC
2016-01-08 Sanjay Patel[DAGCombiner] don't dereference an operand that doesn...
2016-01-08 Haicheng Wu[JumpThreading] Split select that has constant conditio...
2016-01-08 Matthias BraunLiveInterval: Adapt commen to the LI->LR change.
2016-01-08 Xinliang David LiMinor fix -- use the right version enum/NFC
2016-01-08 Tim ShenTest commit access - add a blank line in comment.
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Weiming ZhaoRBIT Instruction only available for ARMv6t2 and above.
2016-01-08 Weiming ZhaoDisable shrink-wrap for Thumb1
2016-01-08 Easwaran RamanRemove CloningDirector and associated code
2016-01-08 Pirama Arumuga... Do not ASSERTZEXT for i16 result of bitcast from f16...
2016-01-08 David Majnemer[WinEH] CatchHandler which don't have catch objects...
2016-01-08 Teresa Johnson[ThinLTO] Use new in-place symbol changes for exporting...
2016-01-08 Paul RobinsonHow to close a review manually.
2016-01-08 Teresa Johnson[ThinLTO] Enable in-place symbol changes for exporting...
2016-01-08 Tom StellardAMDGPU/SI: Emit global variable sizes when targeting HSA
2016-01-08 Tom StellardAMDGPU: Emit functions sizes
2016-01-08 Teresa Johnson[ThinLTO] Delay metadata materializtion in function...
2016-01-08 Nemanja IvanovicPrevent renaming of CR fields in AADB when a CR restore...
2016-01-08 NAKAMURA TakumiInstCombineCompares.cpp: Fix a warning. [-Wbraced-scala...
2016-01-08 Silviu BarangaRe-commit r257064, this time with a fixed assert
2016-01-08 Chandler Carruth[attrs] Split the late-revisit pattern for deducing...
2016-01-08 Chandler Carruth[LCG] Re-order the lazy node iterator below the node...
2016-01-08 David Majnemer[WinEH] Update WinEHFuncInfo if StackColoring merges...
2016-01-08 NAKAMURA TakumiInstrProfTest.cpp: Fix a warning. [-Wsign-compare]
2016-01-08 Craig Topper[TableGen] Use range-based for loops. Also fix one...
2016-01-08 Craig Topper[TableGen] Combine variable declaration and initializat...
2016-01-08 Xinliang David LiAdd value site truncation unit test
2016-01-08 Dylan McKay[AVR] Added AVRSelectionDAGInfo header file
2016-01-08 Craig Topper[AVX-512] Remove superfluous spaces from some asm strings.
2016-01-08 Craig Topper[X86] Don't print the aliased version of CVTSD2SI64rm...
2016-01-08 Craig Topper[X86] Use \t instead of space after mnemonics in a...
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-08 Junmo ParkRemove extra whitespace. NFC.
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
next