2004-10-23 |
Misha Brukman | Remove extraneous blank line
|
commit | commitdiff | tree |
2004-10-23 |
Misha Brukman | Align function arguments in function headers
|
commit | commitdiff | tree |
2004-10-22 |
Misha Brukman | Use cleaner quoting and eliminate blank space
|
commit | commitdiff | tree |
2004-10-22 |
Misha Brukman | Pull in Target.td using absolute path from source root...
|
commit | commitdiff | tree |
2004-10-22 |
Misha Brukman | Adjust rules for building .inc files due to Reid's...
|
commit | commitdiff | tree |
2004-10-21 |
Misha Brukman | Remove debug code emitter from the JIT
|
commit | commitdiff | tree |
2004-10-21 |
Misha Brukman | * Added basic support for JITing functions, basic blocks...
|
commit | commitdiff | tree |
2004-10-19 |
Misha Brukman | * Add baseline structural JIT code, but disable the...
|
commit | commitdiff | tree |
2004-10-19 |
Misha Brukman | Fix some grammar
|
commit | commitdiff | tree |
2004-10-19 |
Misha Brukman | If we're going to make the braces of functions line...
|
commit | commitdiff | tree |
2004-10-19 |
Misha Brukman | Remove unnecessary spaces in function signature
|
commit | commitdiff | tree |
2004-10-19 |
Misha Brukman | * Fit constructor initializer on a single line
|
commit | commitdiff | tree |
2004-10-18 |
Misha Brukman | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
|
commit | commitdiff | tree |
2004-10-18 |
Misha Brukman | * AIX on Power defines INT64_MIN and INT64_MAX in ways...
|
commit | commitdiff | tree |
2004-10-18 |
Misha Brukman | AIX does not have mkdtemp() so emulate its behavior...
|
commit | commitdiff | tree |
2004-10-16 |
Misha Brukman | * Add a space between words
|
commit | commitdiff | tree |
2004-10-15 |
Misha Brukman | Fix hyphenation and quoting style for great justice
|
commit | commitdiff | tree |
2004-10-15 |
Misha Brukman | Add a space between the type and name of value when...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | The field is called `imm22', not simply `imm'
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Synthetic instructions RET and RETL need to have all...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Class F2_1 already inherits the imm22 field from class F2
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Generate the SparcV8 code emitter from .td files
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * In the F3_1 class, default asi to 0 because it's...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * We don't use the ENABLE_*_JIT flags in the source...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Use the shared Makefile.JIT for JIT-enablement, which...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Use the shared Makefile.JIT for JIT-enablement
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Add Makefile.JIT to the list of Makefiles transferred...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Transfer Makefile.JIT into the build tree for JIT-enabling...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Since several tools and examples want JIT support,...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Convert tabs to spaces
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * Claim to support machine code emission - return false...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Enable the PowerPC JIT by compiling powerpc.o library...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * Include the real (generated) version of getBinaryCodeForIn...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * Make a PPC32-specific code emitter because we have...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | There is only one field in an instruction, and that...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | PowerPC instruction definitions use LittleEndian-style...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | Add isLittleEndianEncoding to InstrInfo class, defaults...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * Factor out (into new fn) a loop emitting operand...
|
commit | commitdiff | tree |
2004-10-14 |
Misha Brukman | * Add option to read isLittleEndianEncoding for InstrInfo...
|
commit | commitdiff | tree |
2004-10-13 |
Misha Brukman | Save Reid's notes from bugzilla on the proper procedure...
|
commit | commitdiff | tree |
2004-10-12 |
Misha Brukman | Fix file comment header
|
commit | commitdiff | tree |
2004-10-12 |
Misha Brukman | On second thought, OpaqueType is not really a good...
|
commit | commitdiff | tree |
2004-10-12 |
Misha Brukman | No space allowed between \ and end-of-line
|
commit | commitdiff | tree |
2004-10-12 |
Misha Brukman | Wrap lines at 80 cols
|
commit | commitdiff | tree |
2004-10-12 |
Misha Brukman | Opaque types are considered to be first-class.
|
commit | commitdiff | tree |
2004-10-11 |
Misha Brukman | Fix grammar
|
commit | commitdiff | tree |
2004-10-11 |
Misha Brukman | Remove exhuberant-style comments which remained from...
|
commit | commitdiff | tree |
2004-10-11 |
Misha Brukman | Fix file header comment; remove sample project (extra...
|
commit | commitdiff | tree |
2004-10-11 |
Misha Brukman | Fix file header comment
|
commit | commitdiff | tree |
2004-10-10 |
Misha Brukman | ModuloScheduling has moved to lib/Target/SparcV9
|
commit | commitdiff | tree |
2004-10-10 |
Misha Brukman | Add ModuloScheduling to the recursive build tree
|
commit | commitdiff | tree |
2004-10-10 |
Misha Brukman | Adjust header file inclusion due to move
|
commit | commitdiff | tree |
2004-10-10 |
Misha Brukman | Adjust comment header and paths to refect move
|
commit | commitdiff | tree |
2004-10-10 |
Misha Brukman | ModuloScheduling moved to lib/Target/SparcV9 as it...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Hyphenate target-(in)dependent for more tasty grammar...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Adjust paths due to moving InstrSched to lib/Target...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Use the SparcV9-marked instr scheduling library
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | InstrSched has been moved to lib/Target/SparcV9
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | InstrSched is SparcV9-specific and so has been moved...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Single-space instead of double-spacing in the Makefile
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Build InstrSched as well, and all three subdirs can...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | * Adjust for the move to lib/Target/SparcV9/InstrSched
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Single-space instead of double-spacing in the Makefile
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Properly `quote' names, and don't forget to add the...
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Fix usage description typo
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Make comment header span the entire line
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | Describe how to configure tests to work with f2c
|
commit | commitdiff | tree |
2004-10-08 |
Misha Brukman | * Reformat to fit 80 cols
|
commit | commitdiff | tree |
2004-10-06 |
Misha Brukman | Undoxyfy internal method.
|
commit | commitdiff | tree |
2004-10-06 |
Misha Brukman | Doxygen-ify comments
|
commit | commitdiff | tree |
2004-10-04 |
Misha Brukman | Add example 'abstract' architectures for LLI: MIX,...
|
commit | commitdiff | tree |
2004-10-01 |
Misha Brukman | Add note about converting Skeleton to a useful backend...
|
commit | commitdiff | tree |
2004-09-30 |
Misha Brukman | That should actually be __MING, not __MINGW.
|
commit | commitdiff | tree |
2004-09-30 |
Misha Brukman | #include DataTypes.h to compile on MinGW, patch by...
|
commit | commitdiff | tree |
2004-09-30 |
Misha Brukman | Check for __MINGW define instead of __MINGW_H, patch...
|
commit | commitdiff | tree |
2004-09-29 |
Misha Brukman | Change the #ifdefs to allow compilation with a V8 compiler...
|
commit | commitdiff | tree |
2004-09-28 |
Misha Brukman | * Add `deplibs' keyword for specifying a list of dependent...
|
commit | commitdiff | tree |
2004-09-28 |
Misha Brukman | Add `deplibs' keyword for specifying a list of dependent...
|
commit | commitdiff | tree |
2004-09-28 |
Misha Brukman | * InstructionReader.cpp was absorbed into Reader.cpp
|
commit | commitdiff | tree |
2004-09-28 |
Misha Brukman | Fix doxygen comment
|
commit | commitdiff | tree |
2004-09-27 |
Misha Brukman | Fix grammar.
|
commit | commitdiff | tree |
2004-09-27 |
Misha Brukman | SparcV8 int regs are not only 32-bits in width, but...
|
commit | commitdiff | tree |
2004-09-26 |
Misha Brukman | Fix the copy-pasto that Brian noticed: V8 int regs...
|
commit | commitdiff | tree |
2004-09-22 |
Misha Brukman | Use the V8/V9 shared register file description
|
commit | commitdiff | tree |
2004-09-22 |
Misha Brukman | Combine the F2 and F3 instruction classes into one...
|
commit | commitdiff | tree |
2004-09-22 |
Misha Brukman | Fix file header path
|
commit | commitdiff | tree |
2004-09-22 |
Misha Brukman | Prettify formatting of the file, adjust paths to making...
|
commit | commitdiff | tree |
2004-09-22 |
Misha Brukman | V8 is now a subdirectory of Sparc; adjust paths accordingly
|
commit | commitdiff | tree |
2004-09-21 |
Misha Brukman | s/ISel/PPC64ISel/ to have unique class names for debugging...
|
commit | commitdiff | tree |
2004-09-21 |
Misha Brukman | s/ISel/PPC32ISel/ to have unique class names for debugging...
|
commit | commitdiff | tree |
2004-09-21 |
Misha Brukman | s/ISel/X86ISel/ to have unique class names for debugging...
|
commit | commitdiff | tree |
2004-09-21 |
Misha Brukman | Thanks to Brad Jones for packed type support!
|
commit | commitdiff | tree |
2004-09-21 |
Misha Brukman | Thanks to Brad for documentation on adding a DerivedType
|
commit | commitdiff | tree |
2004-09-15 |
Misha Brukman | Fit long lines into 80 cols via creative space elimination
|
commit | commitdiff | tree |
2004-09-15 |
Misha Brukman | Wrap long line
|
commit | commitdiff | tree |
2004-09-15 |
Misha Brukman | Targets are independent of each other, so compile them...
|
commit | commitdiff | tree |
2004-09-14 |
Misha Brukman | The Sparc linking .so problem extends to the sample...
|
commit | commitdiff | tree |
2004-09-13 |
Misha Brukman | Sparc cannot link shared objects (libtool issue) which...
|
commit | commitdiff | tree |
2004-09-13 |
Misha Brukman | Add LLEE into compilation, but not for Sparc
|
commit | commitdiff | tree |
2004-09-12 |
Misha Brukman | Squelch compilation warnings on Sparc
|
commit | commitdiff | tree |
next |