projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
refactor/cleanup MatchableInfo by eliminating the Tokens array,
[oota-llvm.git]
/
utils
/
TableGen
/
AsmMatcherEmitter.cpp
2010-11-02
Chris Lattner
refactor/cleanup MatchableInfo by eliminating the Token...
blob
|
commitdiff
|
raw
2010-11-02
Chris Lattner
rename operands -> asmoperands to be more descriptive.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
fix computation of ambiguous instructions to not ignore...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
give MatchableInfo::Operand a constructor
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
Implement enough of the missing instalias support to get
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
rename InstructionInfo -> MatchableInfo since it now
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
refactor initialization of InstructionInfo to be sharab...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
make the asm matcher emitter reject instructions that...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
refactor InstructionInfo to not have a pointer to CodeG...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
define a new CodeGenInstAlias. It has an asmstring...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
factor the operand list (and related fields/operations...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
avoid needless throw/catch/rethrow, stringref'ize some...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
eliminate the old InstFormatName which is always "AsmSt...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
all predicates on an MnemonicAlias must be AssemblerPre...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
change the singleton register handling code to be based...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
Give AsmMatcherInfo a CodeGenTarget, which simplifies...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
move FlattenVariants out of AsmMatcherEmitter into...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
add a FIXME, $lane in ARM is an issue that needs to...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Chris Lattner
reject instructions that contain a \n in their asmstrin...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
fix the !eq operator in tblgen to return a bit instead...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
two changes: make the asmmatcher generator ignore ARM...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
reapply r117858 with apparent editor malfunction fixed...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
revert r117858 while I check out a failure I missed.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Chris Lattner
the asm matcher can't handle operands with modifiers...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
have GetAliasRequiredFeatures get its features from
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
simplify code that creates SubtargetFeatureInfo, ensuri...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
fix typos and some serious bugs in feature handling...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
Resolve a terrible hack in tblgen: instead of hardcoding
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
Implement (and document!) support for MnemonicAlias...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
fix build problem
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
diagnose targets that define two alises with the same...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
emit the mnemonic aliases in their own helper function...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Chris Lattner
implement (and document!) the first kind of MC assemble...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Jim Grosbach
trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Chris Lattner
fix the asmmatcher generator to handle targets with...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-08
Jim Grosbach
A few 80 column cleanups
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Chris Lattner
attempt to appease msvc
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Gabor Greif
fix comment typos
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
generalize my previous operand loc info hack. If the...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
in the case where an instruction only has one implement...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
Now that we know if we had a total fail on the instruct...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
simplify DEBUG_WITH_TYPE usage
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
this if can now be an assert.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
;
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
now that the opcode is trivially exposed, start matchin...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
emit the match table at global scope instead of within the
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
special case the mnemonic operand of the instruction...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
The "ambiguous instructions" check only produces anythi...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
have tblgen detect when an instruction would have match...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
change MatchInstructionImpl to return an enum instead...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
have AsmMatcherEmitter.cpp produce the hunk of code...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
factor the snazzy string matcher code that Daniel hates
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Daniel Dunbar
tblgen/AsmMatcher: Always emit the match function as...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-11
Daniel Dunbar
tblgen/AsmMatcher: Treat '.' in assembly strings as...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-11
Daniel Dunbar
tblgen/AsmMatcher: Downgrade instructions with tied...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Daniel Dunbar
TblGen/AsmMatcher: Add support for honoring instruction...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-12
Duncan Sands
Convert some tab stops into spaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-27
Daniel Dunbar
AsmMatcher: Ensure classes are totally ordered, so...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-22
Daniel Dunbar
tblgen/AsmMatcher: Change AsmOperandClass to allow...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
Daniel Dunbar
MC/Matcher: Add support for over-riding the default...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Chris Lattner
change Target.getInstructionsByEnumValue to return...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Chris Lattner
don't go through getInstructions().
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Daniel Dunbar
MC/AsmMatcher: Add support for target specific "instruc...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Daniel Dunbar
MC: Fix bug where trailing tied operands were forgotten...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-10
Daniel Dunbar
MC/AsmMatcher: Tweak conversion function name.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-10
Daniel Dunbar
MC/AsmMatcher: Add support for creating tied operands...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Chris Lattner
pass stringref by value instead of by const&
blob
|
commitdiff
|
raw
|
diff to current
2010-02-02
Daniel Dunbar
AsmMatcherEmitter: Use stable_sort when reordering...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-30
Daniel Dunbar
AsmMatcher: Create operand classes before use, apparent...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Sean Callanan
Modified the register matcher function in AsmMatcher to
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Daniel Dunbar
AsmMatcher: Add a comment.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
Chris Lattner
Split the TargetAsmParser "ParseInstruction" interface...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Daniel Dunbar
llvm-mc/AsmParser: Match hard coded registers (e.g...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Daniel Dunbar
Add 'isCodeGenOnly' bit to Instruction .td records.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Daniel Dunbar
llvm-mc/AsmParser: Allow target to specific a comment...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Daniel Dunbar
llvm-mc/AsmMatcher: Fix two thinkos in determining...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Daniel Dunbar
llvm-mc/AsmParser: Implement automatic classification...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Daniel Dunbar
llvm-mc/AsmParser: Allow .td users to redefine the...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Daniel Dunbar
llvm-mc/AsmMatcher: Remove some code which has been...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Daniel Dunbar
llvm-mc/AsmMatcher: Change assembler parser match class...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Daniel Dunbar
llvm-mc/AsmParser: Check for matches with super classes...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Implement user defined super classes.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Separate instruction ordering for...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Define match classes in the .td...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-09
Daniel Dunbar
llvm-mc/AsmParser: Sketch infrastructure for ordering...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Chris Lattner
fix edito
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Daniel Dunbar
llvm-mc/AsmMatcher: Tweak string matcher (missed a...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Daniel Dunbar
llvm-mc/AsmMatcher: Tweak string matcher.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Daniel Dunbar
llvm-mc/AsmMatcher: Switch token matching to use the...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Chris Lattner
add a little function to do arbitrary string pattern...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Chris Lattner
add another const
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Chris Lattner
remove a useless anon-ns, make table const.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Benjamin Kramer
MSVC doesn't like member variables with the same name...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Daniel Dunbar
llvm-mc/AsmMatcher: Improve match code.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Daniel Dunbar
llvm-mc/AsmMatcher: Switch to a unified function to...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Daniel Dunbar
llvm-mc/AsmMatcher: Move emit for register -> enum...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Daniel Dunbar
llvm-mc/AsmMatcher: Tweaks in response to feedback.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Daniel Dunbar
llvm-mc/AsmMatcher: Move to a slightly more sane matchi...
blob
|
commitdiff
|
raw
|
diff to current
next