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-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
2010-08-20
Convert tablegen to use tool_output_file.
Dan Gohman
2010-08-20
llvmc: Do not prefix option names with AutoGenerated.
Mikhail Glushenkov
2010-08-20
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-19
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
Add include missing for VC build.
Sean Hunt
2010-08-19
Remove three spurious semicolons
Sean Hunt
2010-08-18
Finish full attribute class emission for clang.
Sean Hunt
2010-08-17
Remove predicate workaround, we're going to require that predicate
Eric Christopher
2010-08-16
Rename sat_shift operand to shift_imm, in preparation for using it for other
Bob Wilson
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-13
Revert r111007.
Mikhail Glushenkov
2010-08-13
Add a workaround for building with Clang.
Mikhail Glushenkov
2010-08-13
llvmc: fix two tests, remove XFAILs.
Mikhail Glushenkov
2010-08-12
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
2010-08-12
tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',
Daniel Dunbar
2010-08-11
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-11
tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.
Daniel Dunbar
2010-08-11
tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...
Daniel Dunbar
2010-08-11
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-08-10
We already have this as OperandNode.
Eric Christopher
2010-08-08
Add back in r109901, which adds a Compare flag to the target instructions. It's
Bill Wendling
2010-08-06
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2010-08-06
Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't
Bill Wendling
2010-08-06
Moar words!
Eric Christopher
2010-08-06
Add tablegen support for vdup_lane
Nate Begeman
2010-08-05
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
Dan Gohman
2010-07-30
Add a "Compare" flag to the target instruction descriptor. This will be used
Bill Wendling
2010-07-30
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-28
Fix a warning from gcc-4.0 (from the ppc buildbot).
Bob Wilson
2010-07-28
Filter out patterns that have PredicateOperands.
Eric Christopher
2010-07-27
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-26
80-col.
Eric Christopher
[next]