| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 50615
|
|
|
|
| |
llvm-svn: 45423
|
|
|
|
|
|
| |
Almost all occurrences of "bytecode" in the sources have been eliminated.
llvm-svn: 37913
|
|
|
|
|
|
| |
by Anton Korobeynikov! This is a step towards closing PR786.
llvm-svn: 28447
|
|
|
|
|
|
|
|
|
|
| |
* language specification files are no longer configured with "configure"
* add substitutions for %bindir%, %libdir%, and various llvmgcc related
variables needed in the c and cpp spec files.
* Implement the stubstituions in the Compiler Driver.
* Move st.in to projects/Stacker/tools/stkrc where it belongs.
llvm-svn: 22128
|
|
|
|
| |
llvm-svn: 18779
|
|
|
|
|
|
| |
than before.
llvm-svn: 18182
|
|
|
|
| |
llvm-svn: 17296
|
|
|
|
| |
llvm-svn: 16326
|
|
|
|
|
|
|
| |
Revise token substitution to be a little faster.
Clean up exception throwing, make sure its always a std::string.
llvm-svn: 16116
|
|
|
|
|
|
| |
using Unix operating system calls.
llvm-svn: 16089
|
|
|
|
|
|
|
|
|
|
| |
- Drop name tokens not used any more (GROKS_DASH_O)
- Rename OUTPUT_IS_ASM as OUTPUT and allow "bytecode" and "assembly" as
values of it.
- Simplify handleContext (now handleNameContext) arguments and ensure that
it returns OPTION tokens exactly as scanned.
llvm-svn: 16021
|
|
|
|
|
|
| |
Allow CRLF as a line terminator (as well as plain LF)
llvm-svn: 15993
|
|
|
|
|
|
|
| |
themselves be configured via autoconf so its not a good substitition syntax
for llvmc. Furthermore % is more llvmish :)
llvm-svn: 15957
|
|
|
|
|
|
| |
actually execute actions and it is been shown to optimize a Stacker program
llvm-svn: 15912
|
|
|
|
|
|
|
|
|
|
| |
- cleaned up lexical scanner
- added support for "lang.optN" configuration items
- added temporary file support (ala lib/System)
- corrected logic for deciding which phases to run
- consolidated the Action and ActionPattern classes
llvm-svn: 15765
|
|
understand recursive descent parser, we can easily handle more syntax
variety, and we can more easily change the configuration items accepted.
llvm-svn: 15732
|