GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
InstrInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[M68k][TableGen](1/8) TableGen related changes
Min-Yih Hsu
2021-03-08
1
-0
/
+191
*
[llvm] Drop unnecessary make_range (NFC)
Kazu Hirata
2021-01-09
1
-1
/
+1
*
[MCInstrDesc] [TableGen] Reduce size of MCOperandInfo instances.
Paul C. Anagnostopoulos
2020-12-22
1
-3
/
+2
*
[TableGen] Slim down the data structures in xxxGenInstrInfo.inc, step 1
Paul C. Anagnostopoulos
2020-12-16
1
-4
/
+14
*
[TableGen] Cache the vectors of records returned by getAllDerivedDefinitions().
Paul C. Anagnostopoulos
2020-12-09
1
-0
/
+10
*
[TableGen] Indentation and whitespace fixes in generated code. NFC.
Jay Foad
2020-11-06
1
-2
/
+2
*
TableGen: Don't reconstruct CodeGenDAGTarget
Matt Arsenault
2020-05-23
1
-1
/
+1
*
[MC] Move deprecation infos from MCTargetDesc to MCInstrInfo
Benjamin Kramer
2020-03-29
1
-20
/
+75
*
Make llvm::StringRef to std::string conversions explicit.
Benjamin Kramer
2020-01-28
1
-3
/
+3
*
[tablegen] Emit string literals instead of char arrays
Luke Drummond
2020-01-27
1
-3
/
+2
*
Revert "[tablegen] Emit string literals instead of char arrays"
Sergej Jaskiewicz
2020-01-23
1
-1
/
+1
*
[tablegen] Emit string literals instead of char arrays
Luke Drummond
2020-01-23
1
-1
/
+1
*
[AArch64] Add isAuthenticated predicate to MCInstDesc
Vedant Kumar
2020-01-10
1
-0
/
+1
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-0
/
+5
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
1
-0
/
+1
*
[TableGen] Emit OperandType enums for RegisterOperands/RegisterClasses
Aditya Nandakumar
2019-09-23
1
-7
/
+18
*
[TableGen] Correct comments for end of namespace. NFC
Bjorn Pettersson
2019-08-25
1
-13
/
+13
*
[TableGen] Generate offsets into a flat array for getOperandType
Justin Bogner
2019-07-16
1
-25
/
+38
*
[TableGen] Add "getOperandType" to get operand types from opcode/opidx
Justin Bogner
2019-07-16
1
-4
/
+57
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+1
*
[tablegen] Add locations to many PrintFatalError() calls
Daniel Sanders
2019-02-12
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TableGen] Improve the formatting of the emitted predicates (NFC)
Evandro Menezes
2018-12-04
1
-8
/
+7
*
[TableGen] Fix typo in emitted comment (NFC)
Evandro Menezes
2018-12-04
1
-1
/
+1
*
[ARM][MC] Move information about variadic register defs into tablegen
Oliver Stannard
2018-12-03
1
-0
/
+1
*
[TableGen] Refactor macro names (NFC)
Evandro Menezes
2018-11-27
1
-10
/
+10
*
[tblgen][PredicateExpander] Add the ability to describe more complex constrai...
Andrea Di Biagio
2018-10-31
1
-5
/
+25
*
[WebAssembly] Add isEHScopeReturn instruction property
Heejin Ahn
2018-08-21
1
-0
/
+1
*
[Tablegen][MCInstPredicate] Removed redundant template argument from class TI...
Andrea Di Biagio
2018-08-14
1
-11
/
+10
*
[Tablegen] Replace uses of formatted_raw_ostream with raw_ostream in the pred...
Andrea Di Biagio
2018-08-13
1
-26
/
+29
*
[MC][PredicateExpander] Extend the grammar to support simple switch and retur...
Andrea Di Biagio
2018-08-09
1
-6
/
+4
*
[cfi-verify] Support AArch64.
Joel Galenson
2018-07-13
1
-0
/
+1
*
[RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve variant scheduling cla...
Andrea Di Biagio
2018-05-25
1
-0
/
+55
*
[RFC][Patch 1/3] Add a new class of predicates for variant scheduling classes.
Andrea Di Biagio
2018-05-25
1
-3
/
+32
*
[X86][MIPS][ARM] New machine instruction property 'isMoveReg'
Petar Jovanovic
2018-05-23
1
-0
/
+1
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-3
/
+6
*
[Targets] Don't automatically include the scheduler class enum from *GenInstr...
Craig Topper
2017-12-13
1
-1
/
+9
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
1
-6
/
+6
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-10
/
+14
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+2
*
This reapplies r281304. The issue was that I had missed
Sjoerd Meijer
2016-09-14
1
-0
/
+1
*
Revert of r281304 as it is causing build bot failures in hexagon
Sjoerd Meijer
2016-09-13
1
-1
/
+0
*
This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction
Sjoerd Meijer
2016-09-13
1
-0
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-3
/
+3
*
[TableGen] Use range-based for loop. NFC
Craig Topper
2016-02-16
1
-2
/
+2
*
[TableGen] Don't call emitSourceFileHeader a second time in the middle of the...
Craig Topper
2016-02-11
1
-3
/
+1
*
[TableGen] Whitespace cleanup in output file. NFC
Craig Topper
2016-02-11
1
-14
/
+14
*
[TableGen] Simplify code slightly. NFC
Craig Topper
2016-02-11
1
-6
/
+3
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
1
-6
/
+6
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
1
-2
/
+2
[next]