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
2006-01-25
initialize an instance var, apparently I forgot to commit this long ago
Chris Lattner
2006-01-25
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
Set SchedulingForLatency to be the default scheduling preference for all.
Evan Cheng
2006-01-25
First part of bug 680:
Nate Begeman
2006-01-25
Make it even more portable.
Jeff Cohen
2006-01-25
Fix VC++ compilation error.
Jeff Cohen
2006-01-25
Bottom up register usage reducing list scheduler.
Evan Cheng
2006-01-25
Keep track of bottom / top element of a set of flagged nodes.
Evan Cheng
2006-01-25
If scheduler choice is the default (-sched=default), use target scheduling
Evan Cheng
2006-01-25
Portably cast a pointer to an integer.
Jeff Cohen
2006-01-24
fix build on 64 bit hosts
Andrew Lenharth
2006-01-24
Fix an infinite loop I caused by making sure to legalize the flag operand
Chris Lattner
2006-01-24
Fix VC++ compilation error.
Jeff Cohen
2006-01-24
Remove unused variables.
Jeff Cohen
2006-01-24
rename method
Chris Lattner
2006-01-24
Crude Dwarf global variable debugging.
Jim Laskey
2006-01-23
Print file-scope inline asm blocks at the start of the output file.
Chris Lattner
2006-01-23
another couple selects
Andrew Lenharth
2006-01-23
another selectto
Andrew Lenharth
2006-01-23
Typo.
Jim Laskey
2006-01-23
Skeleton of the list schedule.
Evan Cheng
2006-01-23
Minor clean up.
Evan Cheng
2006-01-23
Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making
Chris Lattner
2006-01-23
Remove a couple of unnecessary #include's
Evan Cheng
2006-01-23
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-23
Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-21
Fix a bug in a recent refactor that caused a bunch of programs to miscompile
Chris Lattner
2006-01-21
Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
Chris Lattner
2006-01-21
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2006-01-21
Simplify search for abbreviations.
Jim Laskey
2006-01-21
Correct some simple errors.
Jim Laskey
2006-01-20
Right size integer values before emitting.
Jim Laskey
2006-01-20
Reworked how Dwarf debug info entries and abbreviations are handled. Added
Jim Laskey
2006-01-20
remove some unintentionally committed code
Chris Lattner
2006-01-20
If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep
Chris Lattner
2006-01-19
Another typo
Evan Cheng
2006-01-18
was ignoring the legalized chain in this case, fixed SPASS on alpha
Andrew Lenharth
2006-01-18
Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp
Nate Begeman
2006-01-18
Temporary work around for a libcall insertion bug: If a target doesn't
Chris Lattner
2006-01-18
Fix a backwards conditional that caused an inf loop in some cases. This
Chris Lattner
2006-01-18
Added minimum Dwarf aranges. Cleaned up some section headers. Line number
Jim Laskey
2006-01-17
Add frame work for additional dwarf sections. Comments will improve as code
Jim Laskey
2006-01-17
Support for the insertelement operation.
Robert Bocchino
2006-01-17
Bug fix: missing LegalizeOp() on newly created nodes.
Evan Cheng
2006-01-17
Adding basic support for Dwarf line number debug information.
Jim Laskey
2006-01-16
For PR411:
Reid Spencer
2006-01-16
Constant fold ctpop/ctlz/cttz, and a couple other small cleanups
Nate Begeman
2006-01-16
Expand case for 64b Legalize, even though no one should end up using this
Nate Begeman
2006-01-16
Add BSWAP stuff to intrinsic lowering for CBE & friends.
Nate Begeman
[prev]
[next]