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-01-15
Don't make changes to the MBB in MachineBasicBlock::canFallThrough().
Jakob Stoklund Olesen
2010-01-15
Simplify logic. Any functional change is unintended.
Jakob Stoklund Olesen
2010-01-15
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Nate Begeman
2010-01-15
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
Do not use AT_specification die for static variables. It confuses gdb.
Devang Patel
2010-01-15
fix 80-column violations
Jim Grosbach
2010-01-15
Fix 80 column violations and clean up whitespace
Jim Grosbach
2010-01-15
Do not emit multiple AT_container_type attributes.
Devang Patel
2010-01-14
Fix a comment.
Dale Johannesen
2010-01-14
Add comment explaining the necessity of r93456
Jim Grosbach
2010-01-14
Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
Jim Grosbach
2010-01-14
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-13
Commit some changes I had managed to lose last night while refactoring the co...
Evan Cheng
2010-01-13
Re-enable extension optimization pass.
Evan Cheng
2010-01-13
Add comment; refactor; avoid pulling in DT if it's not used.
Evan Cheng
2010-01-13
remove uses of deprecated functions, this generates slightly
Chris Lattner
2010-01-13
use the new form of getNameWithPrefix, not makeNameProper.
Chris Lattner
2010-01-13
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.
Chris Lattner
2010-01-13
reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.
Chris Lattner
2010-01-13
reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
Chris Lattner
2010-01-13
reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly
Chris Lattner
2010-01-13
Disable opt-ext pass to unbreak the build for now.
Evan Cheng
2010-01-13
Remove debug option I accidentally left in.
Evan Cheng
2010-01-13
Update CMake file.
Ted Kremenek
2010-01-13
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-12
Fix a comment typo.
Bob Wilson
2010-01-12
Update a partially obsolete comment.
Dan Gohman
2010-01-12
Fix a typo in a comment.
Dan Gohman
2010-01-11
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
Disable transformation of select of two loads to a select of address and then...
Mon P Wang
2010-01-11
s/NextValueNo/NextMDValueNo while processing metadata.
Devang Patel
2010-01-09
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-08
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-07
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
Simplify code. No intended functionality/performance change.
Benjamin Kramer
2010-01-07
Kill dead store.
Benjamin Kramer
2010-01-07
Remove dead variable.
Benjamin Kramer
2010-01-07
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-06
Allow double defs after tail duplication.
Jakob Stoklund Olesen
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
[next]