OSDN Git Service

android-x86/external-llvm.git
2018-07-24 Hideki Saito[LV] Fix for PR38110, LV encountered llvm_unreachable()
2018-07-24 Roman Tereshin[SCEV] Add zext(C + x + ...) -> D + zext(C-D + x +...
2018-07-24 Craig Topper[X86] When expanding a multiply by a negative of one...
2018-07-24 Craig Topper[X86] Generalize the multiply by 30 lowering to generic...
2018-07-24 Heejin Ahn[WebAssembly] Add tests for weaker memory consistency...
2018-07-24 Craig Topper[X86] Change multiply by 19 to use (9 * X) * 2 + X...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move outlined function remark...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move target frame info into...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-24 Chandler Carruth[x86] Teach the x86 backend that it can fold between...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-24 Craig Topper[X86] Add test case to show failure to combine away...
2018-07-24 Azharuddin... [docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Make Candidates own their call...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move missed opt remark into...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Sink some candidate logic into...
2018-07-24 Joel GalensonUse SCEV to avoid inserting some bounds checks.
2018-07-24 Florian Hahn[PredicateInfo] Use custom mangling to support ssa_copy...
2018-07-24 Simon Atanasyan[mips] Fix local dynamic TLS with Sym64
2018-07-24 Chandler Carruth[x86/SLH] Extract the core register hardening logic...
2018-07-24 Chandler Carruth[x86/SLH] Tidy up a comment, using doxygen structure...
2018-07-24 Sam Parker[ARM] Disable ARMCodeGenPrepare by default
2018-07-24 Duncan P. N... ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
2018-07-24 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate DWARF debug information...
2018-07-24 Chandler Carruth[x86] Clean up and convert test to use generated CHECK...
2018-07-24 Chandler Carruth[x86] Update the CHECK lines of this test to use the...
2018-07-24 Shiva Chen[DebugInfo] Generate DWARF debug information for labels.
2018-07-24 Tom StellardAMDGPU/GlobalISel: Legalize G_INSERT
2018-07-24 Dean Michael... llvm-xray: Broken chrome trace event format output
2018-07-24 Tom StellardAMDGPU/GlobalISel: Remove unnecessary legality constrai...
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-24 Vedant Kumar[Debugify] Export per-pass debug info loss statistics
2018-07-24 Vedant Kumar[Debugify] Move interface definitions to a header, NFC
2018-07-24 Chandler Carruth[x86/SLH] Simplify the code for hardening a loaded...
2018-07-24 Chandler Carruth[x86/SLH] Remove complex SHRX-based post-load hardening.
2018-07-23 Fangrui Song[DWARF] Use deque in place of SmallVector to fix use...
2018-07-23 Thomas AndersonFix typo in test/CodeGen/Mips/dins.ll
2018-07-23 Wolfgang PiebEmbed a template specialization in a namespace to work...
2018-07-23 Wolfgang Pieb[DWARF v5] Refactor range lists dumping by using a...
2018-07-23 Teresa Johnson[LTO] Handle __imp_ (dllimport) symbols consistently...
2018-07-23 Erik Pilkington[demangler] call terminate() if allocation failed
2018-07-23 Martin Storsjo[MC] Add a separate flag for skipping comdat constant...
2018-07-23 Martin Storsjo[COFF] Fix assembly output of comdat sections without...
2018-07-23 Martin Storsjo[AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF...
2018-07-23 Vedant Kumar[utils] Fix the llvm::Optional data formatter
2018-07-23 Vedant Kumar[SelectionDAG] Reduce DanglingDebugInfo memory traffic...
2018-07-23 Teresa Johnson[ThinLTO] Ensure the TargetLibraryInfo is constructed...
2018-07-23 George Burgess IV[DebugCounters] Keep track of total counts
2018-07-23 Fangrui Song[gdb] Fix SmallVector pretty printer after r337514
2018-07-23 Manoj GuptaConstantFolding: Avoid a crash.
2018-07-23 Reid KlecknerRe-land r335297 "[X86] Implement more of x86-64 large...
2018-07-23 Matt Davis[llvm-mca][docs] Define IPC where it is first mentioned...
2018-07-23 David GreeneFix RegScavenger::unprocess
2018-07-23 Nirav DaveAdd inline asm aliasing test.
2018-07-23 Michael J.... Revert "[docs] Add support for Markdown documentation...
2018-07-23 Michael J.... [docs] Add support for Markdown documentation in Sphinx
2018-07-23 Paul Semel[yaml2obj] Add default sh_entsize for dynamic sections
2018-07-23 Krzysztof Parzyszek[Hexagon] Handle unnamed globals in HexagonConstExpr
2018-07-23 Reid Kleckner[Demangle] Attempt to fix arena memory leak
2018-07-23 Aaron BallmanFixing a typo; NFC.
2018-07-23 Justin Bogner[lit] Move the shtest-xunit-output check lines into...
2018-07-23 Fangrui Song[ARM] Use unique_ptr to fix memory leak introduced...
2018-07-23 Jordan RupprechtOpChain has subclasses, so add a virtual destructor.
2018-07-23 Matt Morehouse[ARM] Follow-up to r337709.
2018-07-23 Matt Morehouse[ARM] Add doFinalization() to ARMCodeGenPrepare pass.
2018-07-23 Nirav Dave[Legalize] Elide MERGE_VALUES created by scalarizeVecto...
2018-07-23 Simon Atanasyan[mips] Add more checks to the tls.ll test case. NFC
2018-07-23 Sam Parker[ARM][NFC] ParallelDSP reorganisation
2018-07-23 Jonas Paulsson[SystemZ] Fix dumpSU() method in SystemZHazardRecognizer.
2018-07-23 Cameron McInally[FPEnv] Legalize double width StrictFP vector operations
2018-07-23 Jonas Devlieghere[Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTOR
2018-07-23 Sam Parker[ARM] ARMCodeGenPrepare backend pass
2018-07-23 John Brawn[GVN] Don't use the eliminated load as an available...
2018-07-23 Alexandros... [MemorySSAUpdater] Update Phi operands after trivial...
2018-07-23 Sam McCall[Support] Add a UniqueStringSaver: like StringSaver...
2018-07-23 Roman Lebedev[NFC][MCA] ZnVer1: Update RegisterFile to identify...
2018-07-23 Roman Lebedev[NFC][MCA] ZnVer1: add partial-reg-update tests
2018-07-23 Alexandros... [GVNHoist] safeToHoistLdSt allows illegal hoisting
2018-07-23 Chandler Carruth[x86/SLH] Fix a bug where we would harden tail calls...
2018-07-23 Chandler Carruth[x86/SLH] Add a test covering indirect forms of control...
2018-07-23 Chandler Carruth[x86/SLH] Rename and comment the main hardening functio...
2018-07-22 Jiading GaiTest commit, fix a minor typo.
2018-07-22 Craig Topper[X86] Remove the max vector width restriction from...
2018-07-22 Xin Tong[ORE] Move loop invariant ORE checks outside the PM...
2018-07-22 Craig Topper[SelectionDAGBuilder] Use APInt::isZero instead of...
2018-07-22 Craig Topper[SelectionDAGBuilder] Restrict vector reduction check...
2018-07-22 Craig Topper[X86] Add more MADD recurrence test cases with larger...
2018-07-21 Matt Davis[llvm-mca][docs] Add documentation for the statistic...
2018-07-21 Simon Atanasyan[mips] Factor out register class selection for global...
2018-07-21 Simon Atanasyan[mips] Move out the WrapperPat declaration from the...
2018-07-21 Zachary Turner[llvm-undname] Flush output before demangling.
2018-07-21 Zachary TurnerFix the MSVC Visualizers for SmallVector classes.
2018-07-21 Aditya KumarEarly exit with cheaper checks
2018-07-21 Chen Zheng[InstrSimplify] fold sdiv if two operands are negated...
2018-07-21 Aaron Smith[DebugInfo] Add a new DI flag to record if a C++ record...
2018-07-21 Lang Hames[ORC] Re-apply r336760 with fixes.
2018-07-20 Lang HamesRe-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
2018-07-20 Benjamin Kramer[ADT] Only run death tests in !NDEBUG
2018-07-20 Krzysztof Parzyszek[Hexagon] Disable packets in test to avoid ordering...
next