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
Age
Commit message (
Expand
)
Author
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-11-02
Fix a build problem with xlc. The error message was
Rafael Espindola
2012-11-01
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-10-25
Don't return false when the function's return type is a pointer.
Kaelyn Uhrain
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
Remove unused member & unnecessary semicolon.
David Blaikie
2012-10-25
llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.
NAKAMURA Takumi
2012-10-25
add TableGen support to create relationship maps between instructions
Sebastian Pop
2012-10-24
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
2012-10-20
Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",
Lang Hames
2012-10-19
lit: Rename the valgrind leaks feature to match what is currently used
Daniel Dunbar
2012-10-19
lit: Remove support for XTARGET.
Daniel Dunbar
2012-10-19
lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.
Daniel Dunbar
2012-10-19
lit: Propagate TERM variable in environment, some tools can do really obscure
Daniel Dunbar
2012-10-18
lit: Allow XFAIL: lines to also refer to "features".
Daniel Dunbar
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
Change (!list.size() == 0) to (!list.empty()). No functional change.
Richard Trieu
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Remove extra semicolons.
Chad Rosier
2012-10-10
tblgen: Compile TableGen without RTTI.
Sean Silva
2012-10-10
tblgen: Move mini Type hierarchy to LLVM-style RTTI.
Sean Silva
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
TableGen subtarget emitter cleanup.
Andrew Trick
2012-10-10
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-03
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-10-03
[ms-inline asm] Default to the 'm' constraint. This matches the behavior of the
Chad Rosier
2012-10-03
tblgen: Migrate llvm-tblgen to new TableGenMain API.
Sean Silva
2012-10-02
Fix 80-column violations. Cleanup whitespace in generated code.
Chad Rosier
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-22
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Whitespace.
Chad Rosier
2012-09-21
Clarify comment.
Dmitri Gribenko
2012-09-19
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
Soften the pattern-can-never-match error in TableGen into a warning. This pat...
Owen Anderson
2012-09-19
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
SchedMachineModel: compress the CPU's WriteLatencyTable.
Andrew Trick
[next]