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
2012-09-09
LiveVariables: Compute a set of defs and kills to speed up updating LV during...
Benjamin Kramer
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
Fix indent.
Chad Rosier
2012-09-07
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
Stop emitting lifetime region info when stack coloring is not enabled in O0
Michael Liao
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
Clear kill flags while computing live ranges.
Jakob Stoklund Olesen
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
Disable stack coloring by default in order to resolve the i386 failures.
Nadav Rotem
2012-09-06
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-05
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
Fixed the DAG combiner to better handle the folding of AND nodes for vector t...
Silviu Baranga
2012-09-05
Reorder the comments of EmitExceptionTable.
Logan Chien
2012-09-05
Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...
Craig Topper
2012-09-04
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-09-04
Typo.
Jakob Stoklund Olesen
2012-09-04
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-09-04
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-03
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
2012-09-03
When updating live range endpoints, make sure to preserve the early clobber bit.
Lang Hames
2012-09-02
Fix a typo.
Nadav Rotem
2012-09-02
Generate better select code by allowing the target to use scalar select, and ...
Nadav Rotem
2012-09-01
Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...
Pete Cooper
2012-09-01
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
2012-09-01
Fix typo.
Logan Chien
2012-09-01
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
Fix typo
Michael Liao
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...
Craig Topper
2012-08-31
Don't enforce ordered inline asm operands.
Jakob Stoklund Olesen
2012-08-30
Take account of boolean vector contents when promoting a build vector from i1...
Pete Cooper
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-30
Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...
Craig Topper
2012-08-30
Add support for FMA to WidenVectorResult.
Craig Topper
2012-08-29
Verify the order of tied operands in inline asm.
Jakob Stoklund Olesen
[prev]
[next]