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-03-06
Hoist common code out of if statement.
Jakob Stoklund Olesen
2012-03-06
Avoid finalizeBundles infinite looping.
Evan Cheng
2012-03-06
Make it possible for a target to mark FSUB as Expand. This requires providin...
Owen Anderson
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
Fix warnings about adding a bool to a string.
Bill Wendling
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Stop fixing bad machine code in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-03-04
Stop adding <imp-def> operands when coalescing sub-registers.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
Grammar.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-03-01
Make InlineSpiller bundle-aware.
Jakob Stoklund Olesen
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
2012-02-29
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...
Benjamin Kramer
2012-02-29
Add an analyzeVirtReg() function.
Jakob Stoklund Olesen
2012-02-29
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
2012-02-28
Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These
Lang Hames
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Fix off-by one in comment.
Benjamin Kramer
2012-02-28
LegalizeIntegerTypes: Reenable the large shift with small amount optimization.
Benjamin Kramer
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Code cleanup following CR by Duncan.
Nadav Rotem
2012-02-28
Fix a bug in the code that builds SDNodes from vector GEPs.
Nadav Rotem
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
Handle regmasks in MachineCSE.
Jakob Stoklund Olesen
2012-02-28
Handle regmasks in the machine code verifier.
Jakob Stoklund Olesen
2012-02-28
Fix 80-column violation.
Chad Rosier
2012-02-27
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
Evan Cheng
2012-02-27
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-25
Make the peephole optimizer clear kill flags on a vreg if it's about to add new
Lang Hames
2012-02-25
Fixed typo.
Lang Hames
2012-02-24
Add missing static
Jakob Stoklund Olesen
2012-02-24
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.
Nick Lewycky
2012-02-24
PostRA sched: speed up physreg tracking by not abusing SparseSet.
Andrew Trick
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
Tabs, formatting and long lines oh my!
Eric Christopher
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
BitVectorize loop.
Benjamin Kramer
[prev]
[next]