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
Age
Commit message (
Expand
)
Author
2010-01-15
zext / truncate is free on msp430. Inform codegen about this.
Anton Korobeynikov
2010-01-15
Add branch relaxation pass (shamelessly stolen from PPC).
Anton Korobeynikov
2010-01-15
Provide instruction sizes & encoding. No opcodes yet (but not needed so far).
Anton Korobeynikov
2010-01-15
Enable bit tests and setcc stuff.
Anton Korobeynikov
2010-01-15
Add micro-optimization which allows us to fold imm into cmp. This allows us t...
Anton Korobeynikov
2010-01-15
Add instruction formats & support stuff
Anton Korobeynikov
2010-01-15
Don't make changes to the MBB in MachineBasicBlock::canFallThrough().
Jakob Stoklund Olesen
2010-01-15
Simplify logic. Any functional change is unintended.
Jakob Stoklund Olesen
2010-01-15
unbreak the build, grr symlinks.
Chris Lattner
2010-01-15
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
fix a bug in range information for $42, eliminate an
Chris Lattner
2010-01-15
add range information for mem X86Operand's, now all
Chris Lattner
2010-01-15
extend MCAsmParser::ParseExpression and ParseParenExpression
Chris Lattner
2010-01-15
give X86Operand a ctor and start passing SMLoc's into it.
Chris Lattner
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
Revert 93499. After discussion with Chris we agreed
Dale Johannesen
2010-01-15
add range location info for registers, change
Chris Lattner
2010-01-15
Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Nate Begeman
2010-01-15
clean up the memory management of the operands.
Chris Lattner
2010-01-15
refactor ParseRegister to avoid using X86Operand as a temporary
Chris Lattner
2010-01-15
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of
Jay Foad
2010-01-15
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
Lower FrameIndex operand of DEBUG_VALUE (specially) and
Dale Johannesen
2010-01-15
Fix cmp emission on msp430: we definitely should turn stuff like
Anton Korobeynikov
2010-01-15
Do not use AT_specification die for static variables. It confuses gdb.
Devang Patel
2010-01-15
fix 80-column violations
Jim Grosbach
2010-01-15
Fix 80 column violations and clean up whitespace
Jim Grosbach
2010-01-15
Do not emit multiple AT_container_type attributes.
Devang Patel
2010-01-15
Name change for consistency. No functional change.
Jim Grosbach
2010-01-15
EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt...
Jim Grosbach
2010-01-14
Teach PPC how to replaceMachineCodeForFunction correctly. (Fixes
Jeffrey Yasskin
2010-01-14
Pad my commit stats by reducing indentation in this now separate
Eric Christopher
2010-01-14
Added 16-bit Thumb Load/Store immediate instructions with encoding bits so that
Johnny Chen
2010-01-14
Split the TargetAsmParser "ParseInstruction" interface in half:
Chris Lattner
2010-01-14
Remove pseudo-MI in custom inserter.
Anton Korobeynikov
2010-01-14
Fix a comment.
Dale Johannesen
2010-01-14
Few minor changes that were requested. No functional change.
Eric Christopher
2010-01-14
Add comment explaining the necessity of r93456
Jim Grosbach
2010-01-14
prune #includes in TargetAsmParser.h
Chris Lattner
2010-01-14
Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
Jim Grosbach
2010-01-14
introduce MCParsedAsmOperand
Chris Lattner
2010-01-14
introduce the MCParsedAsmOperand class.
Chris Lattner
2010-01-14
Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...
Evan Cheng
2010-01-14
Remove spurious semicolon.
Anton Korobeynikov
2010-01-14
In debug builds, assert that function-local metadata has only 1 parent function
Victor Hernandez
2010-01-14
Reduce the inlining cost of functions that contain calls to easily,
Eric Christopher
2010-01-14
Simplify code that chooses when to enumerate function-local metadata operands
Victor Hernandez
2010-01-14
Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...
Victor Hernandez
[next]