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
/
include
/
llvm
/
CodeGen
/
LinkAllCodegenComponents.h
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-04
Prune unused PBQP register allocator and PBQP Heuristics from llvm-sb.
Jan Voung
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-10-24
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-20
Delete the list-tdrr scheduler. Top-down schedulers are going away
Dan Gohman
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2010-12-08
Stub out RegAllocGreedy.
Jakob Stoklund Olesen
2010-10-22
This is a prototype of an experimental register allocation
Andrew Trick
2010-09-23
Moved the PBQP allocator class out of the header and back in to the cpp file ...
Lang Hames
2010-06-15
Remove the local register allocator.
Jakob Stoklund Olesen
2010-05-20
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-04-21
Add fast register allocator, enabled with -regalloc=fast.
Jakob Stoklund Olesen
2010-01-23
Remove the '-disable-scheduling' flag and replace it with the 'source' option of
Bill Wendling
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-09-17
Remove simple regalloc. It has bit rotted.
Evan Cheng
2009-07-30
Removed the BigBlock register allocator.
Lang Hames
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2008-11-24
Move the scheduler constructor functions to SchedulerRegistry.h, to
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-10-02
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
Evan Cheng
2008-09-18
Add a new "fast" scheduler. This is currently basically just a
Dan Gohman
2008-09-17
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
Dan Gohman
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Fix merge error
Anton Korobeynikov
2008-08-17
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-07-01
Do not use computationally expensive scheduling heuristics with -fast.
Evan Cheng
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-01
Remove simple scheduler.
Evan Cheng
2007-09-06
Pluggable coalescers inplementation.
David Greene
2007-06-22
check in the BigBlock local register allocator
Duraid Madina
2006-12-17
Accidental submission.
Bill Wendling
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-08-01
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Forgot the added files for plugable machine passes.
Jim Laskey