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
/
SelectionDAGISel.cpp
Age
Commit message (
Expand
)
Author
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-14
fix a warning
Chris Lattner
2007-02-14
Refix CodeGen/Generic/switch-lower.ll. In contrast to my previous patch,
Chris Lattner
2007-02-14
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-02-13
revert my previous switch lowering change, which miscompiles a few programs.
Chris Lattner
2007-02-13
Add a space between // and the comment.
Lauro Ramos Venancio
2007-02-13
Add "original alignment" to function arguments flags.
Lauro Ramos Venancio
2007-02-13
Fix switch lowering to order cases in zext order, which is how we emit the
Chris Lattner
2007-02-10
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-10
Add function live-ins to entry block live-in set.
Evan Cheng
2007-02-10
Rename some variables to avoid confusion with SelectionDAGISel::BB.
Evan Cheng
2007-02-04
Switch VAlueMap from std::map to DenseMap.
Chris Lattner
2007-02-04
Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3%
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
Fit in 80 columns
Chris Lattner
2007-02-01
Emit a better assertion message for PR1133
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
add initial support for handling inline asms with multiple constraints.
Chris Lattner
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-28
Arguments are counting from 1. not from 0. Maybe we should change
Anton Korobeynikov
2007-01-28
More cleanup
Anton Korobeynikov
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-21
For PR970:
Reid Spencer
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-11
For PR1043:
Zhou Sheng
2007-01-07
remove support for llvm.isunordered
Chris Lattner
2007-01-05
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-04
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-03
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
Two changes:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-20
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-16
Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
2006-12-13
More soft-fp work.
Evan Cheng
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-12
Expand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyToReg.
Evan Cheng
2006-12-12
Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 ...
Evan Cheng
2006-12-10
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-09
Preliminary soft float support.
Evan Cheng
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-11-29
Fix for PR1023 by Dan Gohman.
Evan Cheng
2006-11-29
Fix for PR1022 (folding loads of static initializers) by Dan Gohman.
Evan Cheng
2006-11-29
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
For PR950:
Reid Spencer
[next]