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
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2004-03-19
Fix PR299: [Sparc] Code generator asserts on alloc of zero size type
Chris Lattner
2004-03-18
Malloc doesn't kill a load. This patch need not go into 1.2 though.
Chris Lattner
2004-03-18
Fix a really nasty bug that was breaking ijpeg in LLC mode. We were incorrectly
Chris Lattner
2004-03-16
The .type directive on Solaris uses the # character instead of @.
Brian Gaeke
2004-03-16
Fix bug in zero-extending of shorts.
Brian Gaeke
2004-03-16
Add UMULrr and SMULrr instructions.
Brian Gaeke
2004-03-16
Use ! for comment char; it works in both Solaris as and GAS.
Brian Gaeke
2004-03-16
Make getClass more robust by adding cLong.
Brian Gaeke
2004-03-15
Add LAHF instruction
Alkis Evlogimenos
2004-03-14
Another API change to MRegisterInfo::foldMemoryOperand. Instead of a
Alkis Evlogimenos
2004-03-14
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-13
It helps if I save the file. :)
Chris Lattner
2004-03-13
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-12
Make -print-machineinstrs show us the code both before and after reg. alloc.
Brian Gaeke
2004-03-12
Add support for a wider range of CMOV instructions.
Alkis Evlogimenos
2004-03-12
ADd support for select instructions
Chris Lattner
2004-03-11
Move implementations of functions here, which avoids #including <cstdlib> in the
Misha Brukman
2004-03-11
Get rid of the abort in PhyRegAlloc::finishSavingState().
Brian Gaeke
2004-03-11
Give pass a name
Brian Gaeke
2004-03-11
Fix compilation on Sparc: assert(0) => abort()
Misha Brukman
2004-03-11
In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
Brian Gaeke
2004-03-11
Remove ghostly directory from the build
Brian Gaeke
2004-03-10
Move all the SaveState options and stuff inton one spot at the top of the file.
Brian Gaeke
2004-03-10
Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.
Brian Gaeke
2004-03-09
Check if printing of implicit uses is required for all types of shift
Alkis Evlogimenos
2004-03-09
Hmm, who left this sitting around in my tree
Brian Gaeke
2004-03-09
Differentiate between extended precision floats (80-bit) and double precision...
Alkis Evlogimenos
2004-03-09
Use newly added API to emit bytes for instructions that gas misassembles
Alkis Evlogimenos
2004-03-09
Add emitInstruction() API so that we can get the bytes of a simple instruction
Alkis Evlogimenos
2004-03-09
Constify things a bit
Alkis Evlogimenos
2004-03-08
Change PhyRegAlloc::saveStateForValue()'s arg type to deal with
Brian Gaeke
2004-03-08
Save argument list alloc state by recording it as the operands of Instruction
Brian Gaeke
2004-03-08
Make AllocInfo's Instruction an int, so that we can overload it for arguments.
Brian Gaeke
2004-03-08
Avoid allocating special registers a bit more robustly
Chris Lattner
2004-03-08
Implement folding explicit load instructions into binary operations. For a
Chris Lattner
2004-03-08
Rearrange and refactor some code. No functionality changes.
Chris Lattner
2004-03-07
Add memory operand version of conditional move.
Alkis Evlogimenos
2004-03-06
Support return values of basic integer types.
Brian Gaeke
2004-03-06
Sort stanzas into Sparc V8 book page number order.
Brian Gaeke
2004-03-06
Hack it so we do not try to allocate values to G0.
Brian Gaeke
2004-03-06
Make prolog align stack properly. Make epilog not touch any registers.
Brian Gaeke
2004-03-06
Emit register names in lowercase, as required by the assembler.
Brian Gaeke
2004-03-06
Teach getRegClassForType where to find FP registers
Brian Gaeke
2004-03-05
Asm output is looking a lot better; not correct for all operands yet though.
Brian Gaeke
2004-03-04
Support -print-machineinstrs
Brian Gaeke
2004-03-04
make -print-machineinstrs work for both SparcV9 and X86
Brian Gaeke
2004-03-04
Add assertion for scale verification.
Alkis Evlogimenos
2004-03-04
Asm printer support, based on x86 - only prints mnemonics for now
Brian Gaeke
2004-03-04
Double-FP pseudo-registers.
Brian Gaeke
2004-03-04
Subtract instructions; minor cleanups
Brian Gaeke
[next]