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
2009-03-29
Honour relocation behaviour stuff for ro objects
Anton Korobeynikov
2009-03-28
add a note
Chris Lattner
2009-03-28
Use array_lengthof
Rafael Espindola
2009-03-28
Have only one definition of X86AddrNumOperands.
Rafael Espindola
2009-03-28
Make code a bit less brittle by no hardcoding the number
Rafael Espindola
2009-03-28
Optimize some 64-bit multiplication by constants into two lea's or one lea + ...
Evan Cheng
2009-03-27
remove trailing whitespace
Jim Grosbach
2009-03-27
Avoid hardcoding that X86 addresses have 4 operands.
Rafael Espindola
2009-03-27
Use less hard coded constants to make the code less brittle.
Rafael Espindola
2009-03-27
I am trying to add a segment to the X86 addresses matching to
Rafael Espindola
2009-03-26
-no-implicit-float means explicit fp operations are legal.
Evan Cheng
2009-03-26
tADDhirr is a thumb instruction. Do not allow this code to be reached in non-...
Evan Cheng
2009-03-26
Pull transform from target-dependent code into target-independent code.
Bill Wendling
2009-03-26
fix warning in -asserts mode.
Chris Lattner
2009-03-26
fix some warnings in release-asserts mode.
Chris Lattner
2009-03-26
fix an apparently real bug exposed by a warning in -asserts mode.
Chris Lattner
2009-03-26
fix warning in -asserts build.
Chris Lattner
2009-03-26
Match this pattern so that we can generate simpler code:
Bill Wendling
2009-03-26
Doxygen-ify comments.
Bill Wendling
2009-03-25
do not rely on callee being operand 0
Gabor Greif
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
Don't print global names twice with -asm-verbose.
Evan Cheng
2009-03-24
I was convinced that it's ok to allow a second i8 return value
Dan Gohman
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
Now that errs() is properly non-buffered, there's no need to
Dan Gohman
2009-03-23
Correct some comments. Operand numbers start at 0.
Dan Gohman
2009-03-23
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-23
Fix a grammaro in a comment that Bill noticed.
Dan Gohman
2009-03-23
Add comments explaining why there's only one register for
Dan Gohman
2009-03-21
Removed AFGR32 register class
Bruno Cardoso Lopes
2009-03-20
Fix a few more indentation problems and an 80-column violation.
Bob Wilson
2009-03-20
No functional changes. Fix indentation and whitespace only.
Bob Wilson
2009-03-20
Fixed comment for libcalls.
Sanjiv Gupta
2009-03-20
Reformatting. Inserted code comments. Cleaned interfaces.
Sanjiv Gupta
2009-03-20
Added option to enable generating less precise mad (multiply addition)
Mon P Wang
2009-03-19
Remove strange extra semicolons.
Nick Lewycky
2009-03-19
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
Added support for Mips O32 Calling Convention
Bruno Cardoso Lopes
2009-03-18
Disable the "call to immediate" optimization on x86-64. It is
Chris Lattner
2009-03-17
CellSPU:
Scott Michel
2009-03-17
Recognize bswapl as bswap too.
Dan Gohman
2009-03-17
Recognize "bswapq" as an alternate spelling for the bswap instruction.
Dan Gohman
2009-03-17
CellSPU:
Scott Michel
2009-03-16
CellSPU:
Scott Michel
2009-03-15
This causes incorrect stack frame allocation when the last object is an array...
Bruno Cardoso Lopes
2009-03-14
Use %rip-relative addressing on x86-64 whenever practical, as
Dan Gohman
2009-03-14
Don't forego folding of loads into 64-bit adds when the other
Dan Gohman
2009-03-13
Improve FastISel's handling of truncates to i1, and implement
Dan Gohman
2009-03-13
Fix FastISel's assumption that i1 values are always zero-extended
Dan Gohman
[next]