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
*
Add comments.
Evan Cheng
2011-04-01
1
-2
/
+4
*
Assign node order numbers to results of call instruction lowering. This shoul...
Evan Cheng
2011-04-01
1
-4
/
+8
*
Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.
Evan Cheng
2011-04-01
2
-19
/
+154
*
The basic register allocator must also use the inline spiller.
Jakob Stoklund Olesen
2011-03-31
1
-1
/
+1
*
Don't completely eliminate identity copies that also modify super register li...
Jakob Stoklund Olesen
2011-03-31
1
-6
/
+12
*
Allow kill flags on two-address instructions. They are harmless.
Jakob Stoklund Olesen
2011-03-31
1
-6
/
+2
*
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-03-31
3
-8
/
+20
*
Remove dead code.
Devang Patel
2011-03-31
1
-5
/
+1
*
Fix bug found by valgrind.
Jakob Stoklund Olesen
2011-03-31
1
-1
/
+1
*
lib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don't use std::pow(float,float...
NAKAMURA Takumi
2011-03-31
1
-1
/
+3
*
Pick a conservative register class when creating a small live range for remat.
Jakob Stoklund Olesen
2011-03-31
1
-1
/
+1
*
Fix evil VirtRegRewriter bug.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+28
*
Teach VirtRegRewriter about the new virtual register numbers. No functional c...
Jakob Stoklund Olesen
2011-03-30
1
-10
/
+11
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-3
/
+3
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Treat clones the same as their origin.
Jakob Stoklund Olesen
2011-03-30
3
-6
/
+29
*
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-29
1
-145
/
+146
*
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
6
-60
/
+87
*
Remember to use the correct register when rematerializing for snippets.
Jakob Stoklund Olesen
2011-03-29
2
-6
/
+7
*
Run dead code elimination immediately after rematerialization.
Jakob Stoklund Olesen
2011-03-29
1
-9
/
+24
*
Inline check that's used only once.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Rework the logic (and removing the bad check for an unreachable block) so that
Bill Wendling
2011-03-29
1
-8
/
+5
*
Don't try to add stack protector logic to a dead basic block. It messes up
Bill Wendling
2011-03-29
1
-1
/
+2
*
Handle the special case when all uses follow the last split point.
Jakob Stoklund Olesen
2011-03-29
1
-1
/
+2
*
Properly enable rematerialization when spilling after live range splitting.
Jakob Stoklund Olesen
2011-03-29
3
-71
/
+129
*
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-03-28
1
-1
/
+2
*
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
1
-0
/
+6
*
Amend debug output.
Jakob Stoklund Olesen
2011-03-27
1
-2
/
+3
*
Drop interference reassignment in favor of eviction.
Jakob Stoklund Olesen
2011-03-27
1
-132
/
+15
*
Use individual register classes when spilling snippets.
Jakob Stoklund Olesen
2011-03-26
2
-24
/
+28
*
Turn SelectionDAGBuilder::GetRegistersForValue into a local function.
Benjamin Kramer
2011-03-26
2
-19
/
+16
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
2
-110
/
+187
*
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-25
2
-49
/
+32
*
Fix for -pre-RA-sched=source.
Andrew Trick
2011-03-25
1
-0
/
+2
*
No functionality change. Fix up some whitespace and switch out "" for '' when
Nick Lewycky
2011-03-25
1
-3
/
+3
*
Ignore special ARM allocation hints for unexpected register classes.
Jakob Stoklund Olesen
2011-03-25
1
-0
/
+1
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
2
-12
/
+29
*
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
2
-60
/
+30
*
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
1
-0
/
+9
*
whitespace
Andrew Trick
2011-03-23
1
-2
/
+2
*
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-23
1
-3
/
+1
*
Notify the delegate before removing dead values from a live interval.
Jakob Stoklund Olesen
2011-03-23
1
-0
/
+2
*
Allow the allocation of empty live ranges that have uses.
Jakob Stoklund Olesen
2011-03-23
1
-1
/
+8
*
Dump the register map before rewriting.
Jakob Stoklund Olesen
2011-03-23
1
-1
/
+1
*
Added block number and name to isel debug output.
Andrew Trick
2011-03-23
1
-12
/
+25
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
3
-53
/
+88
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
3
-77
/
+49
*
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
1
-0
/
+1
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
3
-49
/
+76
*
Grammar-o.
Eric Christopher
2011-03-21
1
-1
/
+1
[next]