| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 50615
|
|
|
|
| |
llvm-svn: 47596
|
|
|
|
| |
llvm-svn: 47374
|
|
|
|
| |
llvm-svn: 45421
|
|
|
|
|
|
| |
Almost all occurrences of "bytecode" in the sources have been eliminated.
llvm-svn: 37913
|
|
|
|
|
|
| |
Patches contributed by Bram Adams. Thanks Bram.
llvm-svn: 29729
|
|
|
|
| |
llvm-svn: 28543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Get rid of the difference between file paths and directory paths. The Path
class now simply stores a path that can refer to either a file or a
directory. This required various changes in the implementation and interface
of the class with the corresponding impact to its users. Doxygen comments were
also updated to reflect these changes. Interface changes are:
appendDirectory -> appendComponent
appendFile -> appendComponent
elideDirectory -> eraseComponent
elideFile -> eraseComponent
elideSuffix -> eraseSuffix
renameFile -> rename
setDirectory -> set
setFile -> set
Changes pass Dejagnu and llvm-test/SingleSource tests.
llvm-svn: 22349
|
|
|
|
|
|
|
|
|
|
|
| |
Change interface to Path class:
readable -> canRead
writable -> canWrite
executable -> canExecute
More (incremental) changes coming to close 495.
llvm-svn: 22345
|
|
|
|
|
|
|
|
| |
* Make sure the "etcdir" gets checked for configuration files so that
the installed location for config files is checked.
* Remove the st.in file (moved to projects/Stacker/tools/stkrc)
llvm-svn: 22135
|
|
|
|
|
|
|
|
|
|
| |
* 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: 21678
|
|
|
|
| |
llvm-svn: 21428
|
|
|
|
| |
llvm-svn: 18785
|
|
|
|
|
|
|
| |
terminate options or paths, so that SPACE tokens legally separate options
on a command line, and so that the lang.libs paths are parsed properly.
llvm-svn: 18184
|
|
|
|
| |
llvm-svn: 17498
|
|
|
|
| |
llvm-svn: 17296
|
|
|
|
|
|
|
|
| |
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
llvm-svn: 16137
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement parsing of the .output={bytecode|assembly} item.
- Drop parsing support for translator.optimizes, translator.groks_dash_O,
optimizer.groks_dash_O, translator.output_is_asm, optimizer.output_is_asm
- Add parsing support for translator.output and optimizer.output
- Add optimizer.required parsing support
- Add linker.libs and linker.libpaths parsing support
- Fix error messages to list correct set of tokens expected.
- Rename FileReadable -> FileIsReadable (changed in CompilerDriver.cpp)
llvm-svn: 16023
|
|
|
|
| |
llvm-svn: 15995
|
|
|
|
|
|
|
| |
themselves be configured via autoconf so its not a good substitition syntax
for llvmc. Furthermore % is more llvmish :)
llvm-svn: 15957
|
|
|
|
|
|
|
|
|
|
|
| |
the following in this order:
1. -config-dir=/path/to/configs
2. LLVM_CONFIG_DIR=/path/to/configs
3. ~/.llvm/etc
4. $prefix/etc
5. /etc/llvm
llvm-svn: 15950
|
|
|
|
| |
llvm-svn: 15931
|
|
|
|
| |
llvm-svn: 15927
|
|
|
|
|
|
| |
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
|
|
construction of configuration data for compiler front ends.
llvm-svn: 15727
|