OSDN Git Service

AMDGPU: Consolidate SubtargetPredicate definitions
[android-x86/external-llvm.git] / utils /
2018-04-26 Andrea Di Biagio[Tablegen] SubtargetEmitter: move the logic that prints...
2018-04-26 Andrea Di Biagio[Tablegen] Simplify code in CodeGenSchedule. NFCI
2018-04-26 Sander de Smalen[AsmMatcher] Extend PredicateMethod with optional Diagn...
2018-04-25 Reid KlecknerRevert r330755 "[lit] Report line number for failed...
2018-04-25 Greg Bedwell[UpdateTestChecks] Change update_mca_test_checks.py...
2018-04-25 Craig Topper[TableGen] Fix bad indentation in tablegen output file.
2018-04-24 Joel E. Denny[lit] Report line number for failed RUN command
2018-04-24 Dan Liew[lit] Remove spurious `-` in invocation of lit in
2018-04-24 Nico WeberMostly revert r330672.
2018-04-24 Nico WeberRemove code that's almost always dead, and harmful...
2018-04-23 Gabor Buella[X86] Revert r330638 - accidental commit
2018-04-23 Gabor Buella[X86] movdiri and movdir64b instructions
2018-04-22 Craig Topper[X86] Remove an unnecessary HANDLE_OPTIONAL line from...
2018-04-22 Craig Topper[X86] Remove DATA32_PREFIX. Hack the printing for DATA1...
2018-04-20 Nico WeberRemove llvm-build's --configure-target-def-file.
2018-04-20 Sanjay Patel[utils] improve AArch64 asm parser
2018-04-20 Greg Bedwell[UpdateTestChecks] Fix update_mca_test_checks.py slowne...
2018-04-20 Ilya Biryukov[Dockerfiles] Split checkout and build scripts into...
2018-04-20 Dan Liew[lit] Fix a bug where UNRESOLVED tests were not handled...
2018-04-20 Daniel CedermanAdd SPARC support to update_llc_test_checks.py
2018-04-19 Craig Topper[X86] Remove non-existant instruction name from X86Disa...
2018-04-19 Simon Pilgrim[llvm-exegesis] Fix PfmIssueCountersTable creation
2018-04-18 Greg Bedwell[UpdateTestChecks] Add update_mca_test_checks.py script
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-12 Aaron Smith[lit] Remove duplicate to_string method
2018-04-11 Simon PilgrimX86FoldTableEntry - avoid unnecessary std::string creat...
2018-04-11 Simon PilgrimDon't repeatedly evaluate size() in the for loop. NFCI.
2018-04-10 Clement Courbet[MC][TableGen] Fix r329675.
2018-04-10 Clement Courbet[MC][TableGen] Add optional libpfm counter names for...
2018-04-07 Mandeep Singh Grang[unittests] Change std::sort to llvm::sort in response...
2018-04-07 Aaron Smith[lit] Fix several Python 2/3 compatibility issues and...
2018-04-06 Sameer AbuAsal [RISCV] Tablegen-driven Instruction Compression.
2018-04-06 Mandeep Singh Grang[TableGen] Change std::sort to llvm::sort in response...
2018-04-06 Simon Pilgrim[UpdateTestChecks] Add update_analyze_test_checks.py...
2018-04-05 Craig Topper[X86] Disassembler support for having an ADSIZE prefix...
2018-04-05 Andrea Di BiagioFix the buildbots after r329304.
2018-04-05 Andrea Di Biagio[MC][Tablegen] Allow models to describe the retire...
2018-04-05 Andrea Di Biagio[MC] Fix spaces between values printed by EmitRegisterF...
2018-04-05 Simon Pilgrim[SchedModel] Complete models shouldn't match against...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Moved core functionality of add_asm_...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Split core functionality of add_ir_c...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Make add_asm_checks more like add_ir...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Remove unnecessary return from add_i...
2018-04-04 Nico WeberRemove llvm-build's --write-make-fragment which looks...
2018-04-04 Andrea Di Biagio[Tablegen] Slightly refactor method SubtargetEmitter...
2018-04-03 Reid Kleckner'cat' command for internal shell - Support Python 3
2018-04-03 Eric ChristopherRemove a stale comment cut and pasted from another...
2018-04-03 Andrea Di Biagio[MC][Tablegen] Allow the definition of processor regist...
2018-04-03 Chandler Carruth[x86] Fix a pretty obvious think-o with my asm scrubbin...
2018-04-03 Chandler Carruth[x86] Extend my goofy SP offset scrubbing for llc test...
2018-04-03 Eric ChristopherAdd a wrapper around llvm-objdump to look for indirect...
2018-04-03 Craig Topper[X86] Reduce number of OpPrefix bits in TSFlags to...
2018-04-03 Craig Topper[X86][TableGen] Add a missing error check to make sure...
2018-04-03 Craig Topper[TableGen] Use llvm::cast instead of static_cast so...
2018-04-03 Nico WeberRemove utils/makellvm; it doesn't look like it works...
2018-04-03 Aaron Smith[lit] Prefer opening files with open (Python 2) rather...
2018-04-02 Aaron Smith[lit] One more try at fixing TestRunner.py for D43165
2018-04-02 Reid Kleckner[lit] Attempt to fix builtin diff code for Python 2
2018-04-02 Aaron Smith[lit] Fix problem in how Python versions open files...
2018-04-02 Aaron Smith[lit] Use io.open to compare two files since it support...
2018-04-02 Reid KlecknerRevert r329012 "[lit] Fix problem in how Python version...
2018-04-02 Aaron Smith[lit] Fix problem in how Python versions open files...
2018-04-01 Nicolai HaehnleTableGen: Support Intrinsic values in SearchableTable
2018-04-01 Nicolai HaehnleTableGen: More helpful error messages
2018-03-30 Fangrui SongFix a bunch of typoes. NFC
2018-03-29 David BlaikieAdd missing dependency (headers are included from MC...
2018-03-28 Dan LiewRevert "[lit] Temporarily disable shtest-timeout.py...
2018-03-28 Dan Liew[lit] Remove a timing senstive part of `shtest-timeout.py`
2018-03-27 Craig Topper[MachineScheduler] Add itinerary to schedcover.py....
2018-03-27 Mircea TrofinRevert "Revert "[lit] Generalized /dev/null support...
2018-03-27 Jan Korous[lit] Temporarily disable shtest-timeout.py on darwin
2018-03-26 Mircea TrofinRevert "[lit] Generalized /dev/null support on Windows."
2018-03-26 Mircea Trofin[lit] Generalized /dev/null support on Windows.
2018-03-26 Reid Kleckner[lit] Implement 'cat' command for internal shell
2018-03-26 Ilya BiryukovMigrate dockerfiles to use multi-stage builds.
2018-03-25 Simon Pilgrim[SchedModel] Remove instregex entries that don't match...
2018-03-24 Craig Topper[SchedModel] Remove an unneeded temporary vector.
2018-03-24 Craig Topper[SchedModel] Use std::move in a couple places to reduce...
2018-03-24 Craig Topper[SchedModel] Use std::move to replace a vector instead...
2018-03-24 Craig Topper[SchedModel] Remove std::vectors that were created...
2018-03-24 Simon Pilgrim[SchedModel] Record::getName() returns StringRef -...
2018-03-24 Simon Pilgrim[SchedModel] Avoid std::string creation for instregex...
2018-03-24 Craig Topper[X86] Add a new disassembler opcode map for 3DNow....
2018-03-24 Craig Topper[X86] Use unique_ptr to simplify memory management...
2018-03-24 Craig Topper[X86] Use X86_INSTR_MRM_MAPPING macro instead of listin...
2018-03-24 Craig Topper[X86] Remove an unnecessary switch around two other...
2018-03-24 Craig Topper[X86] Merge the Has3DNow0F0FOpcode TSFlag into the...
2018-03-23 David BlaikieFix layering of CodeGen/TargetOpcodes.def by moving...
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 David BlaikieFix layering by moving X86DisassemblerDecoderCommon...
2018-03-23 Craig Topper[TableGen] Don't capture returned std::vectors by const...
2018-03-22 Craig Topper[X86] Rename VROUNDYPS* and VROUNDYPD* instructions...
2018-03-22 Saleem Abdulrasoolvim: rename `singlethread` to `syncscope`
2018-03-22 Craig Topper[TableGen] Use empty emplace_back to add defaulted...
2018-03-22 Craig Topper[TableGen] Add a non-default constructor to CodeGenSche...
2018-03-21 Saleem Abdulrasoolvim: add `dso_local` and `dso_preemptable` keywords
2018-03-21 Craig Topper[TableGen] Hoist the code for copying InstRWs from...
2018-03-21 Craig Topper[TableGen] Remove unnecessary map lookup and shadowing...
2018-03-21 Craig Topper[TableGen] Use range-based for loops. NFC
2018-03-21 Craig Topper[TableGen] Use count_if instead of a manual loop. NFC
next