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-10-07
whitespace
Andrew Trick
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-05
Modify the mapping from landing pad to call sites to accept more than one call
Bill Wendling
2011-10-05
Add an ivar that maps a landing pad's EH symbol to the call sites that may jump
Bill Wendling
2011-10-05
Small refactoring. Cache the FunctionInfo->MBB into a local variable.
Bill Wendling
2011-10-05
Fix sub-register operand verification.
Jakob Stoklund Olesen
2011-10-05
Fix comment to reflect the new EH stuff.
Bill Wendling
2011-10-05
Remove unused DstSubIdx argument.
Jakob Stoklund Olesen
2011-10-05
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
Simplify INSERT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
Add a FIXME.
Jakob Stoklund Olesen
2011-10-05
Also add <imp-use,kill> flags for redefined super-registers.
Jakob Stoklund Olesen
2011-10-05
Also add <def,undef> flags when coalescing sub-registers.
Jakob Stoklund Olesen
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
Create a mapping between the landing pad basic block and the call site index ...
Bill Wendling
2011-10-04
Allow <undef> flags on def operands as well as uses.
Jakob Stoklund Olesen
2011-10-04
Generic cleanup.
Bill Wendling
2011-10-03
Don't carry over the dispatchsetup hack from the old system.
Bill Wendling
2011-10-03
Move the grabbing of the jump buffer into the caller function, eliminating th...
Bill Wendling
2011-10-03
Whitespace.
Eric Christopher
2011-10-03
Typo.
Eric Christopher
2011-10-01
Moved type construction out of the loop and added an assert on the legality o...
Nadav Rotem
2011-09-30
When inferring the pointer alignment, if the global doesn't have an initializer
Bill Wendling
2011-09-30
Promote comment to doxycomment. Adjust whitespace. No functionality change.
Nick Lewycky
2011-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
Comment grammar fixes.
Torok Edwin
2011-09-30
Instead of crashing when MCAsmInfo is NULL, add an assert.
Torok Edwin
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
Use the local we already set up.
Eric Christopher
2011-09-29
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-09-28
Have the SjLjEHPrepare pass do some more heavy lifting.
Bill Wendling
2011-09-28
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
Bitcast the alloca to an i8* to match the intrinsic's signature.
Bill Wendling
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
In the new EH model, setup the function context and the call site info.
Bill Wendling
2011-09-28
Don't conditionalize execution of the SjLj EH prepare pass.
Bill Wendling
2011-09-28
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-27
This is the start of the new SjLj EH preparation pass, which will replace the
Bill Wendling
2011-09-27
Remove an invalid assert that is really just asserting when the scheduler emits
Cameron Zwarich
2011-09-27
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,
Nadav Rotem
2011-09-26
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
[prev]
[next]