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
2011-06-10
Rename the ParmContext enum values to make a bit more sense and add a small
Cameron Zwarich
2011-06-10
Remove tabs.
Cameron Zwarich
2011-06-10
Remove a pointless const_cast.
Cameron Zwarich
2011-06-10
Remove duplicated test.
Rafael Espindola
2011-06-10
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-09
Make the optional verification step more strict.
Rafael Espindola
2011-06-09
Avoid a gcc warning about multiline comments.
Rafael Espindola
2011-06-09
On last fix to the early tail duplication.
Rafael Espindola
2011-06-09
Also consider phi nodes when deciding if a register is live out.
Rafael Espindola
2011-06-09
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...
Eli Friedman
2011-06-09
AnalyzeBranch modifies the bb, but we don't want to modify a bb with
Rafael Espindola
2011-06-09
A PHI in this basic block is a use in another basic block.
Rafael Espindola
2011-06-09
Refactor some checks into shouldTailDuplicate. Update comments.
Rafael Espindola
2011-06-09
Recommit r132764 since it didn't cause the windows buildbot failures.
Eric Christopher
2011-06-09
Temporarily revert 132764 to see if it fixes the Windows buildbot.
Eric Christopher
2011-06-09
If the alignment of the byval argument is greater than the alignment
Eric Christopher
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-08
Fix count.
Rafael Espindola
2011-06-08
Count how many phis we are creating.
Rafael Espindola
2011-06-07
Fix an issue where the two-address conversion pass incorrectly rewrites untied
Cameron Zwarich
2011-06-07
Fix a silly error I introduce in r131951.
Rafael Espindola
2011-06-07
Fix a merge bug in preRAsched for handling physreg aliases.
Andrew Trick
2011-06-06
Simplify local live range splitting's safeguard to fix PR10070.
Jakob Stoklund Olesen
2011-06-06
Get allocation orders from RegisterClassInfo when possible.
Jakob Stoklund Olesen
2011-06-06
Add methods to support the integer-promotion of vector types. Methods to
Nadav Rotem
2011-06-06
Avoid FGETSIGN of 80-bit types. Fixes PR10085.
Stuart Hastings
2011-06-06
Don't try to be clever, just preserve the target's allocation order.
Jakob Stoklund Olesen
2011-06-06
PR10077: fix fast-isel of extractvalue of aggregate constants.
Eli Friedman
2011-06-05
Use path API for path concatenation.
Benjamin Kramer
2011-06-04
TypeLegalizer: Add support for passing of vector-promoted types in registers ...
Nadav Rotem
2011-06-04
TypeLegalizer: Fix a bug in the promotion of elements of integer vectors.
Nadav Rotem
2011-06-03
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-06-03
Preserve the original ordering when a CSR has multiple aliases.
Jakob Stoklund Olesen
2011-06-03
Add a TODO about memory operands.
Eric Christopher
2011-06-02
Avoid calling TRI->getAllocatableSet in RAFast.
Jakob Stoklund Olesen
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-02
Just use a SmallVector.
Jakob Stoklund Olesen
2011-06-02
Remove dead code.
Devang Patel
2011-06-02
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
2011-06-02
During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...
Devang Patel
2011-06-02
Revert 132424 to fix PR10068.
Rafael Espindola
2011-06-02
Use RegisterClassInfo::getOrder in RAFast.
Jakob Stoklund Olesen
2011-06-02
Start with a zeroed CSRNum map.
Benjamin Kramer
2011-06-02
Initialize members to fix problem found by valgrind.
Jakob Stoklund Olesen
2011-06-02
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-06-02
Add a RegisterClassInfo class that lazily caches information about
Jakob Stoklund Olesen
2011-06-01
A DBG_VALUE that truncates a range does not start another dbg value range.
Devang Patel
2011-06-01
Do not drop constant values when a variable's content is described using .deb...
Devang Patel
[prev]
[next]