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
/
CodeGen
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2008-04-27
Another step to getting multiple result inline asm to work.
Chris Lattner
2008-04-27
typo
Chris Lattner
2008-04-27
Implement a signficant optimization for inline asm:
Chris Lattner
2008-04-27
isa+cast -> dyn_cast
Chris Lattner
2008-04-27
Move a bunch of inline asm code out of line.
Chris Lattner
2008-04-26
A few inline asm cleanups:
Chris Lattner
2008-04-25
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-25
Pull the code to perform an INSERT_VECTOR_ELT in memory out into its own
Nate Begeman
2008-04-23
Use isa instead of dyn_cast.
Dan Gohman
2008-04-23
Add support to codegen for getresult instructions with undef operands.
Dan Gohman
2008-04-21
Fix an out-of-bounds access in -view-sunit-dags in the case of an
Dan Gohman
2008-04-20
Check we aren't trying to convert PPC long double.
Dale Johannesen
2008-04-20
Switch to using Simplified ConstantFP::get API.
Chris Lattner
2008-04-18
Implement a bit more softfloat support in
Duncan Sands
2008-04-18
Add some more FIXME's for indexed loads and stores.
Duncan Sands
2008-04-18
Provide an explicit list of operands to MakeLibcall,
Duncan Sands
2008-04-17
Remove the implicit conversion from SDOperandPtr to SDOperand*; this
Dan Gohman
2008-04-17
Correct the SrcValue information in the Expand code for va_copy.
Dan Gohman
2008-04-16
Ongoing work on improving the instruction selection infrastructure:
Roman Levenstein
2008-04-15
Fix the new scheduler assertion checks to work when
Dan Gohman
2008-04-15
Change Divided flag to Split, as suggested by Evan
Nicolas Geoffray
2008-04-15
Treat EntryToken nodes as "passive" so that they aren't added to the
Dan Gohman
2008-04-14
In -view-sunit-dags, display "special" chain dependencies as cyan
Dan Gohman
2008-04-14
Avoid creating MERGE_VALUES nodes for single values.
Dan Gohman
2008-04-14
Fix const-correctness issues with the SrcValue handling in the
Dan Gohman
2008-04-14
Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32
Nicolas Geoffray
2008-04-14
Initial libcall support for LegalizeTypes. This is
Duncan Sands
2008-04-13
LegalizeTypes can sometimes have deleted nodes
Duncan Sands
2008-04-13
Add a divided flag for the first piece of an argument divided into mulitple p...
Nicolas Geoffray
2008-04-12
Factor some libcall code.
Duncan Sands
2008-04-12
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2008-04-11
detabify
Gabor Greif
2008-04-07
Rename MemOperand to MachineMemOperand. This was suggested by
Dan Gohman
2008-04-07
Re-commit of the r48822, where the infinite looping problem discovered
Roman Levenstein
2008-04-06
Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.
Torok Edwin
2008-04-04
Make sure both PendingLoads and PendingExports are flushed
Dale Johannesen
2008-04-03
Start of a series of patches related to implicit_def.
Evan Cheng
2008-04-03
Backing out 48222 temporarily.
Evan Cheng
2008-04-02
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-01
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
More soft fp fixes.
Evan Cheng
2008-04-01
Pasto.
Evan Cheng
2008-04-01
Add comment.
Evan Cheng
2008-04-01
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-03-31
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
Fix a DAGCombiner optimization to respect volatile qualification.
Dan Gohman
2008-03-30
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-29
Cosmetic changes.
Evan Cheng
2008-03-28
ifdef out a dead function. Should this be removed?
Chris Lattner
2008-03-28
Rename getAnyLoad to getLoad is suggested by Evan.
Duncan Sands
[prev]
[next]