projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Reverted 230471 - gather scatter handling in table gen.
[oota-llvm.git]
/
utils
/
TableGen
/
CMakeLists.txt
2014-06-17
James Molloy
Move SetTheory from utils/TableGen into lib/TableGen...
blob
|
commitdiff
|
raw
2014-01-24
Craig Topper
Remove TGValueTypes.cpp from CMakeLists.txt which I...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Sean Silva
Add TableGen ctags(1) emitter and helper script.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Roman Divacky
Remove edis - the enhanced disassembler. Fixes PR14654.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-05
Michael J. Spencer
Copy clang/Driver/<Option parsing stuff> to llvm.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-25
Joerg Sonnenberger
Remove exception handling usage from tblgen.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-25
NAKAMURA Takumi
llvm/utils/TableGen/CMakeLists.txt: Update correspondin...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-10
Sean Silva
tblgen: Compile TableGen without RTTI.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-07
Andrew Trick
I'm introducing a new machine model to simultaneously...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-02
Douglas Gregor
Move llvm-tblgen's StringMatcher into the TableGen...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Craig Topper
Update tblgen command guide. Remove unused tblgen Instr...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Chandler Carruth
Fix up the CMake build for the new files added in r1469...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-01
Dylan Noblesmith
TableGen: fix CMake build s'more
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Owen Anderson
Remove this from the CMake build since I erased the...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
Chandler Carruth
The TableGen parts of the CMake build are seriously...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Peter Collingbourne
Remove the Clang tblgen backends from LLVM.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Peter Collingbourne
Build system infrastructure for multiple tblgens.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-01
Peter Collingbourne
Move TableGen's parser and entry point into a library
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Eric Christopher
Remove more of llvmc and dependencies.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Douglas Gregor
Fix Clang attribute reader tblgen output for a correspo...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
Jim Grosbach
TableGen'erated MC lowering for simple pseudo-instructions.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Francois Pichet
Unbreak the CMake build
blob
|
commitdiff
|
raw
|
diff to current
2011-06-09
Jakob Stoklund Olesen
Move TableGen's register bank classes to their own...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-04
Jakob Stoklund Olesen
Teach TableGen to evaluate DAG expressions as set opera...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-20
Oscar Fuentes
Put targets on folders, if the IDE supports the feature.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-18
Oscar Fuentes
CMake: updated list of tblgen source files.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-14
Argyrios Kyrtzidis
Add the ClangSACheckersEmitter tablegen backend which...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Oscar Fuentes
Changes for building Clang and others using LLVM as...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
Merge System into Support.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-17
Oscar Fuentes
Build with RTTI and exceptions disabled. Only in GCC...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Chris Lattner
update cmake
blob
|
commitdiff
|
raw
|
diff to current
2010-06-23
Nick Lewycky
Don't link against libm and libpthread which don't...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Sean Hunt
Fix the typo in my previous one-line commit.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-16
Sean Hunt
Make sure CMake can build the files added by my previou...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-28
Nate Begeman
Add support to tablegen for auto-generating arm_neon...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-05
Sean Hunt
Add an emitter to handle the list of clang statement...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-03
Chandler Carruth
Add the new ARMDecodeEmitter to CMake build.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Chris Lattner
The new isel passes all tests, time to start making...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Chris Lattner
Check in the first big step of rewriting DAGISelEmitter to
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Sean Callanan
Added AsmWriterInst.cpp to the CMakeList so that
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Ted Kremenek
Update CMake build.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-19
Sean Callanan
Table-driven disassembler for the X86 architecture...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-25
Daniel Dunbar
Sketch TableGen disassembler emitter, based on patch...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Douglas Gregor
De-bork CMake build
blob
|
commitdiff
|
raw
|
diff to current
2009-07-11
Daniel Dunbar
Update CMakeLists.txt
blob
|
commitdiff
|
raw
|
diff to current
2009-06-21
Chris Lattner
Rename TGSourceMgr -> SourceMgr.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Oscar Fuentes
CMake: Use libpthread in tblgen when needed. Updated...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-16
Douglas Gregor
Add TGSourceMgr.cpp to CMake build, sort lines
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Ted Kremenek
Add initial implementation of a TableGen backend for...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Dan Gohman
Change how extended types are represented in MVTs....
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Oscar Fuentes
Initial support for the CMake build system.
blob
|
commitdiff
|
raw
|
diff to current