projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix comment.
[oota-llvm.git]
/
lib
/
TableGen
/
2013-06-25
Rafael Espindola
keep only the StringRef version of getFileOrSTDIN.
tree
|
commitdiff
2013-03-24
Jakob Stoklund Olesen
Allow TableGen DAG arguments to be just a name.
tree
|
commitdiff
2013-03-20
Jakob Stoklund Olesen
Make sure TableGen exits with an error code after print...
tree
|
commitdiff
2013-02-26
Michael J. Spencer
[TableGen] Fix ICE on MSVC 2012 Release builds.
tree
|
commitdiff
2013-02-15
Benjamin Kramer
Make helpers static. Add missing include so LLVMInitial...
tree
|
commitdiff
2013-02-07
Sean Silva
tblgen: Diagnose duplicate includes.
tree
|
commitdiff
2013-01-28
Nadav Rotem
A bugfix for tblgen, in the function ‘emitSourceFileHea...
tree
|
commitdiff
2013-01-25
Hal Finkel
Add an addition operator to TableGen
tree
|
commitdiff
2013-01-10
Jordan Rose
TableGen: Keep track of superclass reference ranges.
tree
|
commitdiff
2013-01-10
Jordan Rose
TableGen: record anonymous instantiations of classes.
tree
|
commitdiff
2013-01-09
Sean Silva
tblgen: use an early return to reduce indentation.
tree
|
commitdiff
2013-01-09
Sean Silva
tblgen: Factor out common code.
tree
|
commitdiff
2013-01-09
Sean Silva
Inline this into its only caller.
tree
|
commitdiff
2013-01-09
Sean Silva
tblgen: Reuse function that is 2 lines above.
tree
|
commitdiff
2013-01-09
Sean Silva
fix copy-paste-o
tree
|
commitdiff
2013-01-09
Sean Silva
docs: Bring TableGen syntax a bit closer to reality.
tree
|
commitdiff
2013-01-07
Craig Topper
Revert r171140. We don't actually need to support ...
tree
|
commitdiff
2013-01-07
Sean Silva
Simplify TableGen type-compatibility checks.
tree
|
commitdiff
2012-12-27
Craig Topper
Update tablegen parser to allow defm names to start...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort includes for all of the .h files under the 'lib...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-10-25
Joerg Sonnenberger
Remove exception handling usage from tblgen.
tree
|
commitdiff
2012-10-25
Joerg Sonnenberger
In preparation for removing exception handling in table...
tree
|
commitdiff
2012-10-10
Sean Silva
tblgen: Compile TableGen without RTTI.
tree
|
commitdiff
2012-10-10
Sean Silva
tblgen: Use semantically correct RTTI functions.
tree
|
commitdiff
2012-10-10
Sean Silva
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
tree
|
commitdiff
2012-10-09
Sean Silva
tblgen: Rename handleDependencies -> createDependencyFile
tree
|
commitdiff
2012-10-09
Sean Silva
tblgen: Move dependency file output to a separate function.
tree
|
commitdiff
2012-10-09
Sean Silva
tblgen: Remove pointless method call.
tree
|
commitdiff
2012-10-05
Sean Silva
tblgen: Use appropriate LLVM-style RTTI functions.
tree
|
commitdiff
2012-10-05
Sean Silva
tblgen: Replace uses of dynamic_cast<XXXRecTy> with...
tree
|
commitdiff
2012-10-04
Sean Silva
tblgen: Whitespace and 80-col cleanup.
tree
|
commitdiff
2012-10-03
Sean Silva
tblgen: Remove last traces of old TableGenMain API.
tree
|
commitdiff
2012-10-03
Sean Silva
tblgen: Put new TableGenMain API in place.
tree
|
commitdiff
2012-09-19
Sean Silva
De-nest if's and fix mix-up
tree
|
commitdiff
2012-09-06
Michael Liao
Re-work bit/bits value resolving in tblgen
tree
|
commitdiff
2012-08-23
Jakob Stoklund Olesen
Tristate mayLoad, mayStore, and hasSideEffects.
tree
|
commitdiff
2012-08-22
Jakob Stoklund Olesen
Print out the location of expanded multiclass defs...
tree
|
commitdiff
2012-08-02
Jim Grosbach
TableGen: Allow use of #NAME# outside of 'def' names.
tree
|
commitdiff
2012-07-12
Jim Grosbach
TableGen: Location information for diagnostic.
tree
|
commitdiff
2012-06-19
Benjamin Kramer
Emit TableGen's header comment with C-style comments...
tree
|
commitdiff
2012-06-13
Jakob Stoklund Olesen
Eliminate struct TableGenBackend.
tree
|
commitdiff
2012-06-11
Jakob Stoklund Olesen
Write llvm-tblgen backends as functions instead of...
tree
|
commitdiff
2012-06-01
Michael J. Spencer
Fix 80 columns.
tree
|
commitdiff
2012-05-24
Jakob Stoklund Olesen
Add support for range expressions in TableGen foreach...
tree
|
commitdiff
2012-05-24
Jakob Stoklund Olesen
Don't put TGParser scratch results in the output.
tree
|
commitdiff
2012-05-24
Jakob Stoklund Olesen
Simplify TGParser::ProcessForEachDefs.
tree
|
commitdiff
2012-05-20
Benjamin Kramer
Emit memcmp directly from the StringMatcherEmitter.
tree
|
commitdiff
2012-05-02
Douglas Gregor
Move llvm-tblgen's StringMatcher into the TableGen...
tree
|
commitdiff
2012-04-18
Jim Grosbach
Fix copy/paste-o.
tree
|
commitdiff
2012-04-18
Jim Grosbach
TableGen add warning diagnostic helper functions.
tree
|
commitdiff
2012-03-07
Jakob Stoklund Olesen
Fix infinite loop in nested multiclasses.
tree
|
commitdiff
2012-03-05
Chandler Carruth
Switch the TableGen record's string-based DenseMap...
tree
|
commitdiff
2012-02-28
Daniel Dunbar
Remove stray semi-colon.
tree
|
commitdiff
2012-02-22
David Greene
Add Foreach Loop
tree
|
commitdiff
2012-02-19
Ahmed Charles
StringRef'ize EmitSourceFileHeader().
tree
|
commitdiff
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-01-30
David Greene
Implement String Cast from Integer
tree
|
commitdiff
2012-01-28
David Greene
Fix Record Name Reference
tree
|
commitdiff
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
tree
|
commitdiff
2012-01-20
Jim Grosbach
TblGen diagnostic for mismatched template instantiation.
tree
|
commitdiff
2012-01-16
David Blaikie
Removing unused default switch cases in switches over...
tree
|
commitdiff
2012-01-13
Jakob Stoklund Olesen
Delete CodeInit and CodeRecTy from TableGen.
tree
|
commitdiff
2012-01-13
Jakob Stoklund Olesen
Use uniqued StringInit pointers for lookups.
tree
|
commitdiff
2011-12-22
Dylan Noblesmith
TableGen: add a comment
tree
|
commitdiff
2011-12-22
Dylan Noblesmith
try to fix MSVC build
tree
|
commitdiff
2011-12-22
Dylan Noblesmith
drop unneeded config.h includes
tree
|
commitdiff
2011-12-20
Chandler Carruth
Fix up the CMake build for the new files added in r1469...
tree
|
commitdiff
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-12-02
Jim Grosbach
Check for error after InstantiateMultclassDef.
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-11
Jim Grosbach
ARM vldm and vstm VFP instructions can take a data...
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-10-19
David Greene
Implement Paste
tree
|
commitdiff
2011-10-19
David Greene
Process NAME
tree
|
commitdiff
2011-10-19
David Greene
Process Defm Prefix as Init
tree
|
commitdiff
2011-10-19
David Greene
Parse Def ID as Value
tree
|
commitdiff
2011-10-19
David Greene
Don't Parse Object Body as a Name
tree
|
commitdiff
2011-10-19
David Greene
Use Parse Mode
tree
|
commitdiff
2011-10-19
David Greene
Make ID Parsing More Flexible
tree
|
commitdiff
2011-10-19
David Greene
Add NAME Member
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Disambiguate Numbers and Identifiers
tree
|
commitdiff
2011-10-19
David Greene
Add Peek
tree
|
commitdiff
2011-10-19
David Greene
Resolve Record Names
tree
|
commitdiff
2011-10-19
David Greene
Allow Names Changes on Unregistered Records
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Fix Name Access
tree
|
commitdiff
2011-10-19
David Greene
Add Record Init
tree
|
commitdiff
2011-10-19
David Greene
Make Template Arg Names Inits
tree
|
commitdiff
2011-10-19
David Greene
Let SetValue Take and Init Name
tree
|
commitdiff
2011-10-19
David Greene
Add Utility to Scope Names
tree
|
commitdiff
2011-10-19
David Greene
Make VarInit Name an Init
tree
|
commitdiff
2011-10-19
David Greene
Add Value Accessors
tree
|
commitdiff
2011-10-16
Chris Lattner
Make SMDiagnostic a little more sane. Instead of passi...
tree
|
commitdiff
next