projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
R600: Implement enableClusterLoads()
[oota-llvm.git]
/
lib
/
TableGen
/
2014-07-17
Adam Nemet
[TableGen] Allow shift operators to take bits<n>
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-06
Rafael Espindola
This only needs a StringRef.
tree
|
commitdiff
2014-07-06
Alp Toker
SourceMgr: make valid buffer IDs start from one
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-19
Craig Topper
Convert some assert(0) to llvm_unreachable or fold...
tree
|
commitdiff
2014-06-17
James Molloy
Move SetTheory from utils/TableGen into lib/TableGen...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-10
Matt Arsenault
Fix error in tablegen when either operand of !if is...
tree
|
commitdiff
2014-06-10
Artyom Skrobov
Anonymous definitions in foreach blocks triggered a...
tree
|
commitdiff
2014-05-31
Matt Arsenault
Fix typos in tablegen error messages
tree
|
commitdiff
2014-05-21
Richard Smith
[modules] Add module maps for LLVM. These are not quite...
tree
|
commitdiff
2014-05-08
Daniel Sanders
Use a vector of unique_ptrs to fix a memory leak introd...
tree
|
commitdiff
2014-05-07
Daniel Sanders
[tablegen] Add !listconcat operator with the similar...
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-09
Craig Topper
[C++11] Make use of 'nullptr' in TableGen library.
tree
|
commitdiff
2014-03-29
Benjamin Kramer
tblgen: Twinify PrintFatalError.
tree
|
commitdiff
2014-03-23
Nuno Lopes
remove a bunch of unused private methods
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-02-27
Craig Topper
Fix odd indentation.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Don't make F_None the default.
tree
|
commitdiff
2014-01-02
Hal Finkel
[TableGen] Correctly generate implicit anonymous protot...
tree
|
commitdiff
2014-01-02
Hal Finkel
[TableGen] Use the same anonymous name as the prefix...
tree
|
commitdiff
2013-12-21
Alp Toker
TableGen: Generate valid identifiers for anonymous...
tree
|
commitdiff
2013-10-31
Rafael Espindola
Fix most memory leaks in tablegen.
tree
|
commitdiff
2013-08-20
Craig Topper
Add an error check for a typo I accidentally made in...
tree
|
commitdiff
2013-08-06
Reid Kleckner
Remove some std stream usage from Support and TableGen
tree
|
commitdiff
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
next