index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
Age
Commit message (
Expand
)
Author
2003-06-19
Remove usage of sys/unistd.h
Chris Lattner
2003-06-17
Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.
Brian Gaeke
2003-06-17
Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester
Chris Lattner
2003-06-16
Actually, change it to use explicit new/delete, which is more likely to be
Chris Lattner
2003-06-16
Remove usage of alloca
Chris Lattner
2003-06-16
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
Brian Gaeke
2003-06-11
Added assert.h so that it compiles under newer versions of GCC.
John Criswell
2003-06-11
Updated to the new Makefile.common.
John Criswell
2003-06-06
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
Fix compilation problem with some versions of G++
Chris Lattner
2003-06-06
Fix problem with perror
Chris Lattner
2003-06-06
All debug print statements are now output with the DEBUG() guard to make
Misha Brukman
2003-06-05
* Stop ignoring cc registers, since we actually use them in branches.
Misha Brukman
2003-06-03
Spiff up options a bit
Chris Lattner
2003-06-03
Add -o support for TableGen
Chris Lattner
2003-06-03
Make tablegen use more structured command line options
Chris Lattner
2003-06-03
Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)
Misha Brukman
2003-05-30
getValueOp() now takes a MachineInstr as well as a MachineOperand.
Misha Brukman
2003-05-28
Output the opcode name of the instruction being emitted to cerr.
Misha Brukman
2003-05-27
Cannot output `static' in generated cpp code: results in error. It's already
Misha Brukman
2003-05-27
* Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)
Misha Brukman
2003-05-27
Make _sure_ we don't go into an infinite loop if a signal happens!
Chris Lattner
2003-05-24
Add ability to utilize the code emitter generator (CodeEmitterGen).
Misha Brukman
2003-05-24
First cut at the Code Generator using the TableGen methodology.
Misha Brukman
2003-05-22
Remove long dead code
Chris Lattner
2003-05-22
Add using declarations
Chris Lattner
2003-05-22
Add new CommaSeparated option modifier
Chris Lattner
2003-05-22
Destroy using declarations
Chris Lattner
2003-05-20
I fixed that ``thang'', yo.
Misha Brukman
2003-05-09
Add a new info-output-file option (hidden from --help) which is to be used by
Chris Lattner
2003-03-31
Update to work with newer versions of bison
Chris Lattner
2003-02-13
Make more compatible with GCC 2.96
Chris Lattner
2003-02-13
Remove gunk that was supposed to make space evaluation more precise, but neve...
Chris Lattner
2003-02-12
Don't output times in "scientific" notation
Chris Lattner
2003-02-09
Remove the -debug option from release executables
Chris Lattner
2003-02-05
Squelch warning
Chris Lattner
2003-01-30
* Add new -track-memory option to tools which enables the mem usage column in...
Chris Lattner
2003-01-29
Fix build problem on sparc
Chris Lattner
2003-01-29
Fix warning on sparc
Chris Lattner
2003-01-20
Fix warnings
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
Fix static initializer ordering dependency
Chris Lattner
2002-12-24
Fix compilation on GCC 3.2
Chris Lattner
2002-12-23
New files for miscompilation detection
Chris Lattner
2002-12-06
Fix bug
Chris Lattner
2002-12-06
Allow printing partially constructed bitsets
Chris Lattner
2002-12-06
Don't delete values that may still be referenced!
Chris Lattner
2002-12-06
Tighten up assertion checking
Chris Lattner
2002-12-03
Add code that can be used for debugging
Chris Lattner
2002-12-03
Continue implementing field initializers
Chris Lattner
[next]