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
Age
Commit message (
Expand
)
Author
2010-07-04
Proper indentation.
Bill Wendling
2010-07-03
Fix typo.
Eric Christopher
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-07-02
80-col fixup.
Eric Christopher
2010-07-02
Add a new target independent COPY instruction and code to lower it.
Jakob Stoklund Olesen
2010-07-02
Custom inserters (e.g., conditional moves in Thumb1 can introduce
Jim Grosbach
2010-07-02
- Two-address pass should not assume unfolding is always successful.
Evan Cheng
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
Remove invalid assert
Jakob Stoklund Olesen
2010-07-02
Properly handle debug values during inline spilling.
Jakob Stoklund Olesen
2010-07-02
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-07-02
80-column and trailing whitespace cleanup.
Jim Grosbach
2010-07-02
grammar tweaks
Jim Grosbach
2010-07-02
Rename CreateReg to CreateRegs, and MakeReg to CreateReg.
Dan Gohman
2010-07-01
Make the "linker_private" linkage type emit a non-weak symbol to the file. It
Bill Wendling
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
Do not require line number entry for undefined local variable.
Devang Patel
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
Daniel Dunbar
2010-07-01
Temporarily disable on-demand fast-isel.
Dan Gohman
2010-07-01
Use FuncInfo's isExportedInst accessor method instead of
Dan Gohman
2010-07-01
Rename CreateRegForValue to CreateReg, and change its argument
Dan Gohman
2010-07-01
Fast isel no longer needs DeadMachineInstrElim to clean up after it.
Dan Gohman
2010-07-01
Teach fast-isel to avoid loading a value from memory when it's already
Dan Gohman
2010-07-01
Enable on-demand fast-isel.
Dan Gohman
2010-07-01
Reapply r106422, splitting the code for materializing a value out of
Dan Gohman
2010-07-01
Don't use operator[] here, because it's not desirable to insert a default
Dan Gohman
2010-07-01
Trailing whitespace.
Mikhail Glushenkov
2010-07-01
Add memory operand folding support to InlineSpiller.
Jakob Stoklund Olesen
2010-06-30
Add support for rematerialization to InlineSpiller.
Jakob Stoklund Olesen
2010-06-30
Use the catch-all selectors we already found when converting them to use the
Bill Wendling
2010-06-30
Handle array and vector typed parameters in sjljehprepare like we do
Jim Grosbach
2010-06-30
grammar tweak in comment.
Jim Grosbach
2010-06-30
Some fool committed without testing (or even building) first.
Jakob Stoklund Olesen
2010-06-30
Remember to track spill slot uses in VirtRegMap when inserting loads and stores.
Jakob Stoklund Olesen
2010-06-30
Remove an unused variable. The call to getRoot has side-effects, so
Duncan Sands
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-30
use CallSite::arg_end instead of CallInst::op_end
Gabor Greif
2010-06-30
Remove trailing whitespace, no functionality changes.
John Mosby
2010-06-30
Do not construct DIE for already processed MDNode.
Devang Patel
2010-06-30
Use skipInstruction() as a simpler way of iterating over instructions using S...
Jakob Stoklund Olesen
2010-06-30
Use clEnumValN macro to work around keyword clash
Jakob Stoklund Olesen
2010-06-30
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-29
Begin implementation of an inline spiller.
Jakob Stoklund Olesen
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
[prev]
[next]