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-05-11
Avoid hoisting spills when looking at a copy from another register that is also
Jakob Stoklund Olesen
2011-05-11
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-11
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-11
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-05-10
Initialize moveTypeModule.
Rafael Espindola
2011-05-10
Disable my little CopyToReg argument hack with fast-isel. rdar://problem/941...
Eli Friedman
2011-05-10
Correctly walk through nested and adjacent CALLSEQ_START nodes. No
Stuart Hastings
2011-05-10
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-09
Do not ignore InlinedAt while walking up scope chain to find subprogram node.
Devang Patel
2011-05-09
Look through struct wrapped types for inline asm statments.
Eric Christopher
2011-05-09
Indent properly, no functionality change.
Duncan Sands
2011-05-08
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-05-06
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-05-06
Added an assertion, and updated a comment.
Andrew Trick
2011-05-06
80 col violations.
Evan Cheng
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
Use array_lengthof. No functional change.
Eli Friedman
2011-05-06
Iterate backwards over debug locations when splitting them so they can be saf...
Jakob Stoklund Olesen
2011-05-06
Typo: Reviewed by Alistair.
Andrew Trick
2011-05-06
Update LiveDebugVariables after live range splitting.
Jakob Stoklund Olesen
2011-05-06
Use TargetMachine hooks to properly print debug variable locations.
Jakob Stoklund Olesen
2011-05-06
Also count identity copies.
Jakob Stoklund Olesen
2011-05-06
Post-RA scheduler compile time fix. Quadratic computation of DAG node depth.
Andrew Trick
2011-05-06
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
Nothing else uses this label.
Rafael Espindola
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-06
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-05
Remove DwarfTableException.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
Remove little used statistical counter.
Devang Patel
2011-05-05
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
List all exception types in a switch.
Rafael Espindola
2011-05-05
ARM post RA scheduler compile time fix.
Andrew Trick
2011-05-05
whitespace
Andrew Trick
2011-05-05
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-05
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-05
Avoid extra vreg copies for arguments passed in registers. Specifically, thi...
Eli Friedman
2011-05-05
Small syntax cleanup; we don't need to #define constants in C++. No function...
Eli Friedman
2011-05-05
Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures.
Eli Friedman
2011-05-05
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-04
Disable physical register coalescing by default.
Jakob Stoklund Olesen
2011-05-04
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
[prev]
[next]