index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2010-09-15
Use float64 instead of int64 vector elements for NEON vget_low and vget_high
Bob Wilson
2010-09-14
Tidy whitespace in generated arm_neon.h.
Bob Wilson
2010-09-14
CBackend: Fix MSVC build.
Michael J. Spencer
2010-09-11
Add x86mmx to TableGen.
Dale Johannesen
2010-09-09
For each instruction itinerary class, specify the number of micro-ops each
Evan Cheng
2010-09-08
fix bugs in push/pop segment support, rdar://8407242
Chris Lattner
2010-09-07
Add an MVT::x86mmx type. It will take the place of all current MMX vector types.
Bill Wendling
2010-09-07
Fix whitespace, because I'm OCD.
Bill Wendling
2010-09-07
Add patterns for MMX that use the new intrinsics.
Dale Johannesen
2010-09-07
attempt to appease msvc
Chris Lattner
2010-09-07
fix comment typos
Gabor Greif
2010-09-06
generalize my previous operand loc info hack. If the same operand
Chris Lattner
2010-09-06
in the case where an instruction only has one implementation
Chris Lattner
2010-09-06
Now that we know if we had a total fail on the instruction mnemonic,
Chris Lattner
2010-09-06
simplify DEBUG_WITH_TYPE usage
Chris Lattner
2010-09-06
this if can now be an assert.
Chris Lattner
2010-09-06
;
Chris Lattner
2010-09-06
now that the opcode is trivially exposed, start matching instructions
Chris Lattner
2010-09-06
emit the match table at global scope instead of within the
Chris Lattner
2010-09-06
special case the mnemonic operand of the instruction in the
Chris Lattner
2010-09-06
The "ambiguous instructions" check only produces anything with -debug,
Chris Lattner
2010-09-06
have tblgen detect when an instruction would have matched, but
Chris Lattner
2010-09-06
change MatchInstructionImpl to return an enum instead of bool.
Chris Lattner
2010-09-06
have AsmMatcherEmitter.cpp produce the hunk of code that gets included
Chris Lattner
2010-09-06
emit the LLVM intrinsic name -> intrinsic number mapping table with
Chris Lattner
2010-09-06
allow specifying an indentation level for the string matcher.
Chris Lattner
2010-09-06
emit the __builtin -> intrinsic map with StringMatcher instead of a
Chris Lattner
2010-09-06
same bug, another place.
Chris Lattner
2010-09-06
fix a critical bug where the generated table would say
Chris Lattner
2010-09-06
update cmake
Chris Lattner
2010-09-06
factor the snazzy string matcher code that Daniel hates
Chris Lattner
2010-09-06
slightly improve the runtime and code size of the Intrinsics info table by not
Chris Lattner
2010-09-04
zap dead code.
Chris Lattner
2010-09-03
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-09-03
Stop emitting predicate functions. They are no longer used.
Jakob Stoklund Olesen
2010-09-01
remove dead code.
Chris Lattner
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-28
more dead thing zapping.
Chris Lattner
2010-08-28
zap dead method
Chris Lattner
2010-08-27
Fix a comment typo.
Bob Wilson
2010-08-25
Allow strict subclasses of register classes, this way we can handle
Eric Christopher
2010-08-25
Split out register class subclassing to a separate function and clean up
Eric Christopher
2010-08-24
Fix comment.
Eric Christopher
2010-08-24
llvmc: Improve error handling in EmitEdgeClasses().
Mikhail Glushenkov
2010-08-23
llvmc: Make syntax more consistent.
Mikhail Glushenkov
2010-08-23
llvmc: Allow multiple LanguageMaps.
Mikhail Glushenkov
2010-08-23
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-23
llvmc: Do not mention plugins in the code.
Mikhail Glushenkov
2010-08-23
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-20
llvmc: Fix alias generation.
Mikhail Glushenkov
[next]