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
Age
Commit message (
Expand
)
Author
2010-03-16
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
Fix unused variable warnings.
Bob Wilson
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2010-03-16
more BranchInst tests
Gabor Greif
2010-03-16
NNT: Add -nouname option, so machine uniquing can occur across physical machi...
Daniel Dunbar
2010-03-16
add BranchInst tests
Gabor Greif
2010-03-16
appease valgrind testers
Gabor Greif
2010-03-16
Check that P is not zero initialized.
Duncan Sands
2010-03-16
add single return tests
Gabor Greif
2010-03-16
fix PR6589
Gabor Greif
2010-03-16
begin humbly with a repro of PR6589
Gabor Greif
2010-03-16
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
fix the same bug on the x86-64 side of the fence.
Chris Lattner
2010-03-16
fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort
Chris Lattner
2010-03-16
Avoid a memory leak in JITDebugRegisterer.
Jeffrey Yasskin
2010-03-16
Add a testcase for the change in r98586.
Bob Wilson
2010-03-16
Use getFirstTerminator().
Bill Wendling
2010-03-16
Forgot testcase for r98599.
Bill Wendling
2010-03-16
When checking if something's killed, don't rely simply on whether it's marked as
Bill Wendling
2010-03-16
don't form a RecordChild or CheckChildType for child #'s over 7, we don't
Chris Lattner
2010-03-16
Wrap a long line and add some parens to be consistent.
Bob Wilson
2010-03-16
Fix the third (and last known) case of code update problems due
Chris Lattner
2010-03-15
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
Daniel Dunbar
2010-03-15
Recognize code for doing vector gather/scatter index calculations with
Dan Gohman
2010-03-15
Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.
Bob Wilson
2010-03-15
Skip debug info intrinsics.
Devang Patel
2010-03-15
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...
Daniel Dunbar
2010-03-15
MC/Mach-O: Add MCSectionMachO::getType()
Daniel Dunbar
2010-03-15
Skip debug info intrinsics.
Devang Patel
2010-03-15
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-15
Implement support for the case when a reference to a addr-of-bb
Chris Lattner
2010-03-15
use Mang->getSymbol()
Chris Lattner
2010-03-15
use Mang->getSymbol() more.
Chris Lattner
2010-03-15
Extend MemoryBuffer::getFile() to take an optional "stat" structure
Douglas Gregor
2010-03-15
Create SDDbgValue for dbg_value intrinsics and remember its connections with ...
Devang Patel
2010-03-15
Fix the case when a reference to an address taken BB is emitted in one
Chris Lattner
2010-03-15
In "empty" bb, the return instruction may not be first instruction, if dbg va...
Devang Patel
2010-03-15
Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing
Bill Wendling
2010-03-15
Avoid sibcall optimization if either caller or callee is using sret semantics.
Evan Cheng
2010-03-15
revert r98550, it isn't necessary or sufficient.
Chris Lattner
2010-03-15
Emit dwarf variable info communicated by code generator through DBG_VALUE mac...
Devang Patel
2010-03-15
don't eliminate address-taken blocks here.
Chris Lattner
2010-03-15
SIGN_EXTEND from the same type as the dest is valid.
Chris Lattner
2010-03-15
sink the call to VT.getSizeInBits() down into its uses,
Chris Lattner
2010-03-15
Treat copysignl like the other copysign functions.
Duncan Sands
2010-03-15
Don't save a temporary string into a StringRef field.
Jeffrey Yasskin
2010-03-15
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
Chris Lattner
2010-03-15
fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
Chris Lattner
[next]