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-02-10
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
llvm-mc: Remove --show-fixups and always show as part of --show-encoding.
Daniel Dunbar
2010-02-10
Rewrite loop to suit Chris' preference.
Dale Johannesen
2010-02-10
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
Remove duplicated #include.
Evan Cheng
2010-02-10
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
fix missing #includes.
Chris Lattner
2010-02-10
daniel *really* likes fixups!
Chris Lattner
2010-02-10
Improve comments a even more.
Bill Wendling
2010-02-10
Skip DBG_VALUE many places in live intervals and
Dale Johannesen
2010-02-10
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
Improve comments a bit more.
Bill Wendling
2010-02-10
more comment updates
Dale Johannesen
2010-02-10
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...
Kenneth Uildriks
2010-02-10
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-10
Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66
Kevin Enderby
2010-02-10
Add ability for MCInstPrinters to add comments for instructions.
Chris Lattner
2010-02-09
TableGen fragment refactoring.
David Greene
2010-02-09
Add VBIF/VBIT for disassembly only.
Johnny Chen
2010-02-09
Only dump output in debug mode.
David Greene
2010-02-09
llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...
Daniel Dunbar
2010-02-09
MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode...
Daniel Dunbar
2010-02-09
MC: First cut at MCFixup, for getting fixup/relocation information out of an ...
Daniel Dunbar
2010-02-09
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
Added VMRS/VMSR for disassembly only.
Johnny Chen
2010-02-09
port encoder enhancements over to the new encoder.
Chris Lattner
2010-02-09
fix X86 encoder to output [disp] only addresses with no SIB byte
Chris Lattner
2010-02-09
Move Intrinsic::objectsize lowering back to InstCombineCalls and
Eric Christopher
2010-02-09
revert r95689: getX86RegNum(BaseReg) != N86::ESP is
Chris Lattner
2010-02-09
simplify.
Chris Lattner
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
Radar 7417921
Jim Grosbach
2010-02-09
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
Added vcvtb/vcvtt (between half-precision and single-precision, VFP).
Johnny Chen
2010-02-09
Remember to update live-in lists when coalescing physregs.
Jakob Stoklund Olesen
2010-02-09
move PR3462 to here.
Chris Lattner
2010-02-09
add a note from PR6194
Chris Lattner
2010-02-09
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
simplify this code, duh.
Chris Lattner
2010-02-09
fix PR6193, only considering sign extensions *from i1* for this
Chris Lattner
2010-02-09
Add file in here too.
Eric Christopher
2010-02-09
make -show-inst be formatted a bit nicer. Before:
Chris Lattner
2010-02-09
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-02-09
Implement x86 asm parsing support for %st and %st(4)
Chris Lattner
2010-02-09
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
2010-02-09
Add a new pass to do llvm.objsize lowering using SCEV.
Eric Christopher
2010-02-09
pass stringref by value instead of by const&
Chris Lattner
[next]