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
2010-01-07
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-06
Comment.
Evan Cheng
2010-01-06
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...
Bill Wendling
2010-01-06
Only check the ordering if there is an ordering for each nodes.
Bill Wendling
2010-01-05
Add a semi-primitive form of scheduling via the "SDNode ordering" to the
Bill Wendling
2010-01-05
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-04
Use a pointer type rather than MVT::Other for the ExternalSymbol node used
Dan Gohman
2010-01-02
Teach codegen to handle:
Chris Lattner
2010-01-01
whitespace cleanup
Chris Lattner
2010-01-01
Fix a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-01
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-01-01
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2009-12-29
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-28
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
Allow targets to specify the return type of libcalls that are generated for f...
Sanjiv Gupta
2009-12-28
Remove dead store.
Bill Wendling
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-24
handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a
Chris Lattner
2009-12-24
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-23
move a few more symbols to .rodata
Nuno Lopes
2009-12-23
Use more sensible type for flags in asms. PR 5570.
Dale Johannesen
2009-12-23
Update objectsize intrinsic and associated dependencies. Fix
Eric Christopher
2009-12-23
Remove superfluous SDNode ordering.
Bill Wendling
[prev]
[next]