Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
93c7e418257bd65fcf8f5d9faa9487dd99358430
/
utils
/
TableGen
/
TableGen.cpp
3060910
remove attributions from utils.
by Chris Lattner
· 18 years ago
f460165
Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser.
by Chris Lattner
· 18 years ago
50d4565
reapply
by Chris Lattner
· 18 years ago
53c9b3f
Backing out
by Evan Cheng
· 18 years ago
798dc7a
initial support for calling convention generation, still unfinished.
by Chris Lattner
· 18 years ago
f5da133
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 19 years ago
3b23972
remove a bunch of long-dead testing code
by Chris Lattner
· 19 years ago
9e493cf
initial implementation of intrinsic parsing
by Chris Lattner
· 19 years ago
ed54241
Add support for "-Ifoo" in addition to "-I foo"
by Chris Lattner
· 19 years ago
d9f5d90
add support for multiple include directories
by Chris Lattner
· 19 years ago
6fb9a84
more standards-compliance stuff
by Duraid Madina
· 20 years ago
2dc74dd
Remove the obsolete instr selector emitter
by Chris Lattner
· 20 years ago
f5fc2cb
Plugin new subtarget backend into the build.
by Jim Laskey
· 20 years ago
4a24c64
Add an option and stuff implementation of a dag isel emitter
by Chris Lattner
· 20 years ago
ea3e5e5
Eliminate tabs and trailing spaces
by Jeff Cohen
· 20 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
227b6d0
Fix usage of changed function prototype
by Reid Spencer
· 21 years ago
23f7d51
Make tblgen's exception handling a little more robust by printing the
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
debb5f0
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust accordingly.
by Reid Spencer
· 21 years ago
2e1f51b
Initial cut at an asm writer emitter. So far, this only handles emission of
by Chris Lattner
· 21 years ago
2082ebe
Finegrainify namespacification
by Chris Lattner
· 21 years ago
9879aa9
Remove some abandoned code that was never finished. If needed in the future
by Chris Lattner
· 21 years ago
bd93533
Passing integer 0 in for a pointer value doesn't work on IA64. Fix this
by Chris Lattner
· 21 years ago
42df6d1
Make tblgen not try to be smart. This is better handled in makefiles if
by Chris Lattner
· 21 years ago
bed85ff
Header file moved
by Chris Lattner
· 21 years ago
01b6a6f
by Jakub Staszak
· 21 years ago
f5761a5
exit(1) instead of abort()'ing on error
by Chris Lattner
· 22 years ago
7b9ee51
Print the record NAME not the record ADDRESS
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
01d4582
Added LLVM copyright header.
by John Criswell
· 22 years ago
737af82
Fixed spelling of `intentionally'.
by Misha Brukman
· 22 years ago
96b4bed
Added an option to TableGen that allows users to specify a directory in which
by John Criswell
· 22 years ago
c3fe45b
Using `std::remove' requires `cstdio.h'.
by Misha Brukman
· 22 years ago
3f78134
Add an instruction selector emitter skeleton
by Chris Lattner
· 22 years ago
15de32d
add new --gen-instr-desc option
by Chris Lattner
· 22 years ago
169e66b
Add support for instruction enum emission
by Chris Lattner
· 22 years ago
e79c72d
Tablegen should only replace the output if it changes
by Chris Lattner
· 22 years ago
f1e366a
Make sure to delete the output file if there is an error
by Chris Lattner
· 22 years ago
54d156d
Add the ability to emit register file enums
by Chris Lattner
· 22 years ago
accd8ab
Dead code elimination
by Chris Lattner
· 22 years ago
1d1adea
Add file comment
by Chris Lattner
· 22 years ago
f745a20
Rename createEmitter to run because eventually all tablegen backends will
by Chris Lattner
· 22 years ago
9052390
Make tablegen take an input filename to parse if one is specified, otherwise
by Chris Lattner
· 22 years ago
3070954
Don't crash if there is no Inst class in the tablegen file!
by Chris Lattner
· 22 years ago
85df225
Spiff up options a bit
by Chris Lattner
· 22 years ago
9a88638
Add -o support for TableGen
by Chris Lattner
· 22 years ago
bc52013
Make tablegen use more structured command line options
by Chris Lattner
· 22 years ago
f00ce8b
Add ability to utilize the code emitter generator (CodeEmitterGen).
by Misha Brukman
· 22 years ago
7b1d49b
Add code that can be used for debugging
by Chris Lattner
· 23 years ago
9833493
Adjustments due to new FieldInit stuff
by Chris Lattner
· 23 years ago
e62c118
Initial checkin of TableGen utility
by Chris Lattner
· 23 years ago