Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
175bf068ab753f0dbd231703f2ae0e8751c71354
/
projects
/
Stacker
5978485
Correct build script for stkr_runtime module
by Reid Spencer
· 20 years ago
9f60a49
Build a module instead of a library so main() is not missed
by Reid Spencer
· 20 years ago
bf714df
Add LLVMbzip2 library, now required.
by Reid Spencer
· 20 years ago
150e842
Use llvmc to compile test cases
by Reid Spencer
· 20 years ago
227b6d0
Fix usage of changed function prototype
by Reid Spencer
· 20 years ago
a98e7b5
Change macro names per naming standard in Makefile.rules.
by Reid Spencer
· 20 years ago
3abd497
Correct macro names per naming standard in Makefile.rules
by Reid Spencer
· 20 years ago
bdfefc9
Disable the build in the samples directory so that llvmc dependencies don't
by Reid Spencer
· 20 years ago
6e039e5
Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
by Reid Spencer
· 20 years ago
64b5fb2
Make sure the sources get distributed (use EXTRA_DIST) Add the goof.st sample.
by Reid Spencer
· 20 years ago
e198cd1
Use llvmc to compile the Stacker programs
by Reid Spencer
· 20 years ago
5456091
Add the samples directory to the build
by Reid Spencer
· 20 years ago
7c6201f
Get rid of drivel.
by Reid Spencer
· 20 years ago
6cb21d4
Change Library Names Not To Conflict With Others When Installed
by Reid Spencer
· 20 years ago
e817154
Make sure the samples and test directories get distributed.
by Reid Spencer
· 20 years ago
8c2c315
Adjust to changes in Makefile.rules
by Reid Spencer
· 20 years ago
e1616bf
Remove exhuberant-style comments which remained from copying file from `sample'
by Misha Brukman
· 20 years ago
2b8f30c
Fix file header comment; remove sample project (extra-verbose) comments
by Misha Brukman
· 20 years ago
17e9acd
Fix file header comment
by Misha Brukman
· 20 years ago
8ecacce
This pass is not needed, as there is only ever one global: the stack
by Chris Lattner
· 20 years ago
d27d1b9
Stacker compiler library doesn't need to be shared and it can cause
by Reid Spencer
· 20 years ago
011f5ca
Attempt to solve the libtool problem on Solaris.
by Reid Spencer
· 20 years ago
1694eec
Use llvm-link to link the .bc with testing.bc. This helps test the new
by Reid Spencer
· 20 years ago
e07d9aa
Added the configuration of the test/Makefile.
by Reid Spencer
· 20 years ago
39dcf0e
Convert makefile to use standard LLVM macros for tool names
by Reid Spencer
· 20 years ago
820dab7
Make Stacker into a complete project with its own configuration.
by Reid Spencer
· 20 years ago
c37a506
Make the StackerCompiler and optimizing translator by running specific
by Reid Spencer
· 20 years ago
2c71157
Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with
by Reid Spencer
· 20 years ago
065b648
Unbreak build
by Brian Gaeke
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 20 years ago
2a42e80
Must link against new LLVMsystem library
by Nate Begeman
· 20 years ago
2f795cf
RemoveFileOnSignal is now in sys:: namespace
by Nate Begeman
· 20 years ago
bef77ec
Add dependent library support for Stacker. It now inserts "stkr_runtime" as
by Reid Spencer
· 20 years ago
47b14a4
Fix #includes of i*.h => Instructions.h as per PR403.
by Misha Brukman
· 20 years ago
6220aa8
Group the hidden command line arguments.
by Reid Spencer
· 20 years ago
321f831
Add #include <iostream> since Value.h doesn't include it any more.
by Reid Spencer
· 20 years ago
12fe669
Add support for dos-style files
by Chris Lattner
· 20 years ago
6f9e607
Header moved
by Chris Lattner
· 20 years ago
379b380
Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
by Brian Gaeke
· 21 years ago
3528a4b
Unbreak the build on X86.
by Chris Lattner
· 21 years ago
a7750fc
Squash warnings on Solaris/sparc... the test suite is not working for me so I
by Brian Gaeke
· 21 years ago
2928a16
Do not hardcode the name of gcc, because its full pathname may have been
by Brian Gaeke
· 21 years ago
8c603ef
Do not depend on the path to bash
by Brian Gaeke
· 21 years ago
c66d8b0
Include <sys/types.h> to get the definition of int64_t on Solaris.
by Brian Gaeke
· 21 years ago
dc8e6b5
Changes to make the Stacker Stack use 64 bit values. This *should* get
by Reid Spencer
· 21 years ago
e803682
If we're going to use tabs, use them consistently. Maybe doxygen will find the
by Misha Brukman
· 21 years ago
91ef460
Avoid TRUE and FALSE which apparently conflict with some macros on OSX
by Chris Lattner
· 21 years ago
3710644
Remove dependence on the return type of ConstantArray::get
by Chris Lattner
· 21 years ago
c745b49
Fix apparent copy-and-paste-o.
by Brian Gaeke
· 21 years ago
1b9ce47
Add a missing semi colon, which breaks bison 1.5
by Chris Lattner
· 21 years ago
0c82ee7
Makefile updates contributed by Reid
by Chris Lattner
· 21 years ago
35976d9
* Squelch warning on Sun
by Chris Lattner
· 21 years ago
3e4a271
Apply patches from PR136
by Brian Gaeke
· 21 years ago
ac981ae
Add a script I missed
by Chris Lattner
· 21 years ago
e44f1db
Checkin tests
by Chris Lattner
· 21 years ago
7610029
Disable test.
by Chris Lattner
· 21 years ago
c7afc06
Fix these assertions:
by Chris Lattner
· 21 years ago
767a1e4
Checkin the stacker compiler
by Chris Lattner
· 21 years ago
afec3dc
Fix file header
by Chris Lattner
· 21 years ago
42cb6df
Initial checkin
by Chris Lattner
· 21 years ago
9d014e7
Initial checkin of stacker samples
by Chris Lattner
· 21 years ago
900f12b
Adjust file header
by Chris Lattner
· 21 years ago
302810d
Initial checkin of stacker runtime
by Chris Lattner
· 21 years ago
f608e85
Initial stacker checkin
by Chris Lattner
· 21 years ago
3fabd81
Update file header
by Chris Lattner
· 21 years ago
2025b24
initial checkin of stacker makefile
by Chris Lattner
· 21 years ago