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