projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[mips] Enable code generation for MIPS-III.
[oota-llvm.git]
/
lib
/
TableGen
/
2014-12-11
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2014-12-11
Craig Topper
Make MultiClass::DefPrototypes own their Records to...
tree
|
commitdiff
2014-12-11
Craig Topper
Replace std::map<K, V*> with std::map<K, std::unique_pt...
tree
|
commitdiff
2014-11-30
Craig Topper
Revert r222957 "Replace std::map<K, V*> with std::map...
tree
|
commitdiff
2014-11-30
Hans Wennborg
Revert r222965 "Make MultiClass::DefPrototypes own...
tree
|
commitdiff
2014-11-30
Hans Wennborg
Qualify one more make_unique call.
tree
|
commitdiff
2014-11-30
Hans Wennborg
Speculatively qualify some llvm::make_unique calls...
tree
|
commitdiff
2014-11-30
Craig Topper
Use an unsigned type because there seems to be no reaso...
tree
|
commitdiff
2014-11-30
Craig Topper
Make MultiClass::DefPrototypes own their Records to...
tree
|
commitdiff
2014-11-29
Craig Topper
Replace std::map<K, V*> with std::map<K, V> to handle...
tree
|
commitdiff
2014-11-29
Craig Topper
Remove 'else' after 'return'. Fix formatting of a ...
tree
|
commitdiff
2014-11-29
Craig Topper
Make RecordKeeper::addClass/addDef take unique_ptrs...
tree
|
commitdiff
2014-11-29
Craig Topper
Use unique_ptr to remove some explicit deletes on some...
tree
|
commitdiff
2014-10-03
Benjamin Kramer
Eliminate some deep std::vector copies. NFC.
tree
|
commitdiff
2014-09-25
Anton Yartsev
Refactoring: raw pointer -> unique_ptr
tree
|
commitdiff
2014-09-16
Adam Nemet
[TableGen] Fully resolve class-instance values before...
tree
|
commitdiff
2014-08-29
Jean-Luc Duprat
Comment only: Annotate loop as per mailing list discussion
tree
|
commitdiff
2014-08-29
Jean-Luc Duprat
Tablegen fixes for new syntax when initializing bits...
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-24
Dylan Noblesmith
TableGen: unique_ptr-ify RecordKeeper
tree
|
commitdiff
2014-08-24
Dylan Noblesmith
TableGen: delete no-op code
tree
|
commitdiff
2014-08-24
Dylan Noblesmith
TableGen: use auto and for-range
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-08
Anton Yartsev
[tablegen] - Eliminate memory leaks in TGParser.cpp
tree
|
commitdiff
2014-08-07
Aaron Ballman
Silencing an MSVC C4334 warning ('<<' : result of 32...
tree
|
commitdiff
2014-08-07
Pete Cooper
Update BitRecTy::convertValue to allow if expressions...
tree
|
commitdiff
2014-08-07
Pete Cooper
Change the { } expression in tablegen to accept sized...
tree
|
commitdiff
2014-08-07
Pete Cooper
Change TableGen so that binary literals such as 0b001...
tree
|
commitdiff
2014-08-07
Pete Cooper
TableGen: Change { } to only accept bits<n> entries...
tree
|
commitdiff
2014-08-05
Joerg Sonnenberger
Allow binary and for tblgen math.
tree
|
commitdiff
2014-07-31
Pete Cooper
Don't fail tablegen immediately after failing to set...
tree
|
commitdiff
2014-07-31
Pete Cooper
Add a better error message when failing to assign one...
tree
|
commitdiff
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
next