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
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in which node A is replaced by node B, but later
Duncan Sands
2007-11-21
1
-7
/
+30
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-7
/
+21
*
ExpandUnalignedLoad doesn't handle vectors right at all apparently.
Chris Lattner
2007-11-19
1
-8
/
+22
*
Implement vector expand support for shuffle_vector. This fixes PR1811.
Chris Lattner
2007-11-19
1
-0
/
+35
*
Implement splitting of UNDEF nodes. This is the first step towards fixing PR1811
Chris Lattner
2007-11-19
1
-0
/
+4
*
Add support in SplitVectorOp for remainder operators.
Dan Gohman
2007-11-19
1
-1
/
+4
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-1
/
+5
*
Live interval splitting:
Evan Cheng
2007-11-17
6
-139
/
+588
*
Implement necessary bits for flt_rounds gcc builtin.
Anton Korobeynikov
2007-11-15
4
-0
/
+24
*
Basic non-power-of-2 vector support
Nate Begeman
2007-11-15
1
-29
/
+37
*
This assertion was bogus.
Duncan Sands
2007-11-15
1
-3
/
+2
*
Fix a thinko in post-allocation coalescer.
Evan Cheng
2007-11-15
1
-3
/
+10
*
Adding debug output during coalescing.
Bill Wendling
2007-11-15
1
-0
/
+1
*
Need to increment the iterator.
Bill Wendling
2007-11-15
1
-1
/
+1
*
Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...
Anton Korobeynikov
2007-11-14
1
-28
/
+41
*
Clean up sub-register implementation by moving subReg information back to
Evan Cheng
2007-11-14
4
-38
/
+24
*
Run computeDomForest() on the set of registers that need to be tested for
Owen Anderson
2007-11-13
1
-5
/
+6
*
Preserve LiveVariables when doing critical edge splitting.
Owen Anderson
2007-11-13
1
-2
/
+13
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-11
/
+11
*
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-13
1
-2
/
+23
*
Break critical edges coming into blocks with PHI nodes.
Owen Anderson
2007-11-12
1
-0
/
+26
*
Refactor some code.
Evan Cheng
2007-11-12
3
-297
/
+331
*
As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need
Owen Anderson
2007-11-12
3
-132
/
+1
*
Fixed a strange construct. Please review.
Hartmut Kaiser
2007-11-09
1
-1
/
+1
*
Move MinAlign to MathExtras.h.
Duncan Sands
2007-11-09
3
-3
/
+1
*
Fix some load/store logic that would be wrong for
Duncan Sands
2007-11-09
2
-6
/
+10
*
Add terminating newline.
Duncan Sands
2007-11-09
1
-1
/
+1
*
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
3
-20
/
+24
*
Didn't mean to check these in.
Evan Cheng
2007-11-09
2
-14
/
+11
*
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-09
3
-14
/
+20
*
This preserves critical edge breaking.
Owen Anderson
2007-11-08
1
-0
/
+1
*
Make BreakCriticalMachineEdges available as a pass that can be depended on.
Owen Anderson
2007-11-08
1
-1
/
+1
*
If both parts of smul_lohi, etc. are used, don't simplify. If only one part i...
Evan Cheng
2007-11-08
1
-30
/
+31
*
Add the majority of machine-level critical edge breaking pass. Most of this ...
Owen Anderson
2007-11-08
1
-0
/
+131
*
Take another stab at getting isLiveIn() and isLiveOut() right.
Owen Anderson
2007-11-08
1
-8
/
+11
*
Bring UsedBlocks back. StrongPHIElimination needs this information.
Owen Anderson
2007-11-08
3
-1
/
+15
*
Simplify my (il)logic.
Evan Cheng
2007-11-07
1
-11
/
+2
*
Add some more of StrongPHIElim.
Owen Anderson
2007-11-07
1
-12
/
+74
*
Remainder operations must be either integer or floating-point.
Dan Gohman
2007-11-06
1
-1
/
+3
*
When the allocator rewrite a spill register with new virtual register, it rep...
Evan Cheng
2007-11-06
1
-3
/
+12
*
First step towards moving the coalescer to priority_queue based machinery.
Evan Cheng
2007-11-06
2
-50
/
+251
*
Fix a bug where a def use operand isn't being detected as a sub-register use.
Evan Cheng
2007-11-06
1
-4
/
+7
*
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
2007-11-06
1
-2
/
+5
*
Add a few comments.
Owen Anderson
2007-11-06
1
-0
/
+5
*
DomForest is a forest of registers, not instructions.
Owen Anderson
2007-11-06
1
-25
/
+47
*
StrongPHIElimination requires LiveVariables.
Owen Anderson
2007-11-06
1
-10
/
+24
*
Add support for vector remainder operations.
Dan Gohman
2007-11-05
1
-7
/
+13
*
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2007-11-05
1
-0
/
+55
*
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-11-05
4
-34
/
+53
*
Don't output ABI size padding twice. By using the store
Duncan Sands
2007-11-05
1
-5
/
+6
[next]