index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
TableGen
/
Record.cpp
Age
Commit message (
Expand
)
Author
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-01-25
Add an addition operator to TableGen
Hal Finkel
2013-01-07
Simplify TableGen type-compatibility checks.
Sean Silva
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
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-05
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-09-19
De-nest if's and fix mix-up
Sean Silva
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-08-23
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-07-12
TableGen: Location information for diagnostic.
Jim Grosbach
2012-03-07
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
2012-03-05
Switch the TableGen record's string-based DenseMap key to use the new
Chandler Carruth
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-30
Implement String Cast from Integer
David Greene
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-13
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-11
ARM vldm and vstm VFP instructions can take a data type suffix.
Jim Grosbach
2011-10-19
Add NAME Member
David Greene
2011-10-19
Resolve Record Names
David Greene
2011-10-19
Allow Names Changes on Unregistered Records
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Fix Name Access
David Greene
2011-10-19
Add Record Init
David Greene
2011-10-19
Make Template Arg Names Inits
David Greene
2011-10-19
Add Utility to Scope Names
David Greene
2011-10-19
Make VarInit Name an Init
David Greene
2011-10-19
Add Value Accessors
David Greene
2011-10-06
Fix List-of-List Processing
David Greene
2011-10-04
Allow Operator Arguments
David Greene
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne