OSDN Git Service

[gdb] Update llvm::Optional
[android-x86/external-llvm.git] / utils /
2018-06-21 Fangrui Song[gdb] Update llvm::Optional
2018-06-21 Reid KlecknerRevert r335297 "[X86] Implement more of x86-64 large...
2018-06-21 Reid Kleckner[X86] Implement more of x86-64 large and medium PIC...
2018-06-21 Nicolai HaehnleTableGen/SearchableTables: Support more generic enums...
2018-06-19 Craig Topper[X86] Add the ability to force an EVEX2VEX mapping...
2018-06-19 Craig Topper[X86] Add a new VEX_WPrefix encoding to tag EVEX instru...
2018-06-18 Craig Topper[X86] Encode the EVEX2VEX exception list information...
2018-06-18 Craig Topper[TableGen] Make TiedAsmOperandTable in the AsmMatcher...
2018-06-18 Craig Topper[TableGen] Remove unused member variable.
2018-06-18 Sander de Smalen[TableGen][AsmMatcherEmitter] Allow tied operands of...
2018-06-18 Craig Topper[TableGen] Prevent double flattening of InstAlias asm...
2018-06-16 Craig Topper[X86] More additions to the load folding tables based...
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-15 Roman Lebedev[NFC] chmod +x utils/update_analyze_test_checks.py
2018-06-15 Craig Topper[X86] Add 'Z' to the internal names of various EVEX...
2018-06-14 Florian HahnRevert r334764, as it breaks some bots
2018-06-14 Florian Hahn[TableGen] Make TreePatternNode::getChild return a...
2018-06-14 Florian Hahn[TableGen] Move some shared_ptrs to avoid unnecessary...
2018-06-13 Florian Hahn[TableGen] Make getOnlyTree return a const ref (NFC)
2018-06-13 Clement Courbet[TableGen] Emit a fatal error on inconsistencies in...
2018-06-13 Tom Stellardutils/release: Add merge-git.sh
2018-06-13 Craig Topper[X86] Mark all instructions that have masked store...
2018-06-12 Craig Topper[X86] Remove unnecessary include from one of the tblgen...
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-12 Craig Topper[X86] Don't add stores to the autogenerated load foldin...
2018-06-12 Craig Topper[X86] Update folding table generator to properly detect...
2018-06-12 Craig Topper[X86] Enforce agreement of AdSize field when autogenera...
2018-06-11 David BlaikieTableGen: Change some pointer parameters to references...
2018-06-11 Roman Lebedev[Utils] update_llc_test_checks.py: support AMDGPU backe...
2018-06-10 Craig Topper[TableGen] Make better use of std::map::emplace and...
2018-06-10 Craig Topper[TableGen] Combine two constructors by taking vectors...
2018-06-10 Florian HahnRevert r334374 [TableGen] Move some shared_ptrs to...
2018-06-10 Florian Hahn[TableGen] Move some shared_ptrs to avoid unnecessary...
2018-06-08 Daniel Sanders[tablegen] Improve performance on *GenRegisterInfo...
2018-06-08 Florian Hahn[TableGen] Make DAGInstruction own Pattern to avoid...
2018-06-06 Craig Topper[X86] Rename vy512mem->vy512xmem and vz256xmem->vz256mem.
2018-06-06 Hans WennborgRelax shtest-run-at-line.py
2018-06-06 Kristof BeylsAvoid UnicodeEncodeError on non-ascii reviewer names
2018-06-06 Vlad Tsyrklevich[Analyzer] Fix the Z3 lit test config
2018-06-05 Greg Bedwell[UpdateTestChecks] Error if --llvm-mca-binary gets...
2018-06-04 Nicolai HaehnleTableGen/DAGPatterns: Allow bit constants in addition...
2018-06-04 Greg Bedwell[llvm-mca][UpdateTestChecks] Prevent an IndexError...
2018-06-04 Roman Lebedev[llvm-mca] Make sure not to end the test files with...
2018-06-01 Simon Pilgrim[Utils][X86] Help update_llc_test_checks.py to recognis...
2018-05-31 Andrea Di Biagio[MCSchedule] Add the ability to compute the latency...
2018-05-31 Joel E. Denny[lit] Fix windows cmd.exe test config for r333620
2018-05-31 Joel E. Denny[lit] Terminate ": RUN at line N" with ";" not "&&"
2018-05-31 Joel E. Denny[lit] Report line number for failed RUN command
2018-05-30 Joel E. DennyRevert r333584: [lit] Report line number for failed...
2018-05-30 Florian Hahn[TableGen] Avoid leaking TreePatternNodes by using...
2018-05-30 Joel E. Denny[lit] Report line number for failed RUN command
2018-05-29 Florian Hahn[TableGen] Use explicit constructor for InstMemo
2018-05-29 Florian Hahn[TableGen] Fix leaking of PhysRegInputs.
2018-05-29 Florian Hahn[TableGen] Fix leaking synthesized registers.
2018-05-27 Andrea Di Biagio[Tablegen] Avoid generating empty switch statements...
2018-05-25 Andrea Di Biagio[Tablegen][SubtargetEmitter] Add a default case to...
2018-05-25 Andrea Di Biagio[RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve...
2018-05-25 Andrea Di Biagio[RFC][Patch 1/3] Add a new class of predicates for...
2018-05-25 Chris MatthewsUse quoteattr to ensure we make well formed attributes
2018-05-24 Greg Bedwell[UpdateTestChecks] Improved update_mca_test_checks...
2018-05-24 Roman Tereshin[GlobalISel][InstructionSelect] Switching over root...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving Reg Bank Checks...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Maximizing # of Group...
2018-05-23 Roman Tereshin[GlobalISel][Tablegen] Assign small opcodes to pseudos
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Sorting MatchTable...
2018-05-23 Roman Tereshin[Tablegen] Tidying up InstRegexOp a little, NFC
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving type checks...
2018-05-23 Petar Jovanovic[X86][MIPS][ARM] New machine instruction property ...
2018-05-23 Nicola ZaghenRemove DEBUG macro.
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] MatchTable second level...
2018-05-22 Roman Tereshin[GlobalISel][InstructionSelect] Switching MatchTable...
2018-05-22 Roman Tereshin[GlobalISel][InstructionSelect] Sorting MatchTable...
2018-05-22 Roman TereshinReverting 332999 to get it a proper commit message
2018-05-22 Roman Tereshindiff --git a/utils/TableGen/GlobalISelEmitter.cpp b...
2018-05-22 Dan Liew[lit] Try to make `shtest-timeout.py` test more reliabl...
2018-05-22 Dan Liew[lit] Don't run `slow.py` in `shtest-timeout.py` test.
2018-05-22 Dan Liew[lit] Don't check output of commands used in `shtest...
2018-05-22 Simon Dardis[FastISel] Permit instructions to be skipped for FastIS...
2018-05-22 Roman Tereshin[GlobalISel][InstructionSelect] Removing redundant...
2018-05-21 Roman TereshinReapply r332907 "[GlobalISel] Improving InstructionSele...
2018-05-21 Roman TereshinRevert r332907 "[GlobalISel] Improving InstructionSelec...
2018-05-21 Roman Tereshin[GlobalISel] Improving InstructionSelect's performance...
2018-05-18 Kristof BeylsAdd Script to match open Phabricator reviews with poten...
2018-05-17 Douglas YungMark test with "REQUIRES: shell" since it directly...
2018-05-16 Alexander RichardsonEscape ]]> in xunit xml output
2018-05-16 Chris Matthewsremove output xml incase it is leftover from another run
2018-05-16 Chris MatthewsUse not to catch unexpected pass as well as remove...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-12 Chris MatthewsRequirements can have & in them!
2018-05-11 Chris MatthewsAdd the message attribute to skipped
2018-05-11 Chris MatthewsOverhaul unicode handling in xunit output
2018-05-11 Chris Matthews[LIT] replace output escapes wit a cdata block
2018-05-11 Chris MatthewsSupport Unsupported Tests in xunit output
2018-05-11 Chris MatthewsRefactor xunit test case builder to not use as much...
2018-05-10 Chris Matthews[LIT] Move xunit tests tests into their own location...
2018-05-10 Sam Clegg[WebAssembly] Initial Disassembler.
2018-05-10 Chris Matthews[LIT] Add the missing file
2018-05-10 Chris MatthewsRefactor test incase results are backwards
2018-05-09 Chris Matthews[LIT] Handle xml characters in test names
2018-05-09 Nico WeberRemove 'abi-breaking-checks' lit feature.
next