index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
TableGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove a bunch of long-dead testing code
Chris Lattner
2006-03-03
1
-331
/
+1
*
initial implementation of intrinsic parsing
Chris Lattner
2006-03-03
1
-0
/
+7
*
Add support for "-Ifoo" in addition to "-I foo"
Chris Lattner
2006-03-03
1
-1
/
+1
*
add support for multiple include directories
Chris Lattner
2006-03-03
1
-5
/
+5
*
more standards-compliance stuff
Duraid Madina
2005-12-26
1
-0
/
+1
*
Remove the obsolete instr selector emitter
Chris Lattner
2005-10-23
1
-7
/
+1
*
Plugin new subtarget backend into the build.
Jim Laskey
2005-10-21
1
-0
/
+7
*
Add an option and stuff implementation of a dag isel emitter
Chris Lattner
2005-09-03
1
-0
/
+7
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
1
-47
/
+47
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-12
/
+12
*
Fix usage of changed function prototype
Reid Spencer
2004-11-14
1
-1
/
+1
*
Make tblgen's exception handling a little more robust by printing the
Reid Spencer
2004-09-03
1
-1
/
+8
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
Reid Spencer
2004-08-29
1
-1
/
+1
*
Initial cut at an asm writer emitter. So far, this only handles emission of
Chris Lattner
2004-08-01
1
-1
/
+9
*
Finegrainify namespacification
Chris Lattner
2004-08-01
1
-9
/
+6
*
Remove some abandoned code that was never finished. If needed in the future
Chris Lattner
2004-07-22
1
-7
/
+1
*
Passing integer 0 in for a pointer value doesn't work on IA64. Fix this
Chris Lattner
2004-07-16
1
-1
/
+1
*
Make tblgen not try to be smart. This is better handled in makefiles if
Chris Lattner
2004-07-13
1
-14
/
+3
*
Header file moved
Chris Lattner
2004-05-27
1
-1
/
+1
*
add tablgen backend for really simple instruction selector
Jakub Staszak
2004-04-06
1
-1
/
+7
*
exit(1) instead of abort()'ing on error
Chris Lattner
2004-02-13
1
-2
/
+2
*
Print the record NAME not the record ADDRESS
Chris Lattner
2004-02-06
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+10
*
Added LLVM copyright header.
John Criswell
2003-10-20
1
-0
/
+7
*
Fixed spelling of `intentionally'.
Misha Brukman
2003-09-07
1
-3
/
+3
*
Added an option to TableGen that allows users to specify a directory in which
John Criswell
2003-08-27
1
-2
/
+6
*
Using `std::remove' requires `cstdio.h'.
Misha Brukman
2003-08-14
1
-0
/
+1
*
Add an instruction selector emitter skeleton
Chris Lattner
2003-08-06
1
-2
/
+7
*
add new --gen-instr-desc option
Chris Lattner
2003-08-03
1
-1
/
+6
*
Add support for instruction enum emission
Chris Lattner
2003-08-03
1
-0
/
+10
*
Tablegen should only replace the output if it changes
Chris Lattner
2003-08-01
1
-4
/
+18
*
Make sure to delete the output file if there is an error
Chris Lattner
2003-08-01
1
-1
/
+4
*
Add the ability to emit register file enums
Chris Lattner
2003-08-01
1
-1
/
+6
*
Dead code elimination
Chris Lattner
2003-08-01
1
-10
/
+3
*
Add file comment
Chris Lattner
2003-08-01
1
-40
/
+52
*
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-31
1
-1
/
+1
*
Make tablegen take an input filename to parse if one is specified, otherwise
Chris Lattner
2003-07-30
1
-5
/
+8
*
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
2003-07-29
1
-2
/
+4
*
Spiff up options a bit
Chris Lattner
2003-06-03
1
-2
/
+3
*
Add -o support for TableGen
Chris Lattner
2003-06-03
1
-4
/
+25
*
Make tablegen use more structured command line options
Chris Lattner
2003-06-03
1
-16
/
+33
*
Add ability to utilize the code emitter generator (CodeEmitterGen).
Misha Brukman
2003-05-24
1
-1
/
+21
*
Add code that can be used for debugging
Chris Lattner
2002-12-03
1
-2
/
+11
*
Adjustments due to new FieldInit stuff
Chris Lattner
2002-12-02
1
-6
/
+12
*
Initial checkin of TableGen utility
Chris Lattner
2002-12-02
1
-0
/
+351