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
*
MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a...
Benjamin Kramer
2012-08-11
1
-4
/
+3
*
PR13578: Teach MachineCSE that instructions that use a constant register can ...
Benjamin Kramer
2012-08-11
1
-2
/
+5
*
Add a proper if-conversion cost model.
Jakob Stoklund Olesen
2012-08-10
1
-13
/
+77
*
Give MachineTraceMetrics its own debug tag.
Jakob Stoklund Olesen
2012-08-10
1
-1
/
+1
*
Add more trace query functions.
Jakob Stoklund Olesen
2012-08-10
2
-0
/
+42
*
Add getTPred() and getFPred() functions.
Jakob Stoklund Olesen
2012-08-10
1
-2
/
+8
*
Include loop-carried dependencies when computing instr heights.
Jakob Stoklund Olesen
2012-08-10
1
-6
/
+18
*
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
1
-9
/
+33
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
1
-45
/
+47
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
1
-19
/
+38
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
1
-47
/
+45
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
1
-3
/
+11
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
1
-45
/
+39
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
3
-77
/
+70
*
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-09
1
-1
/
+2
*
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-09
1
-3
/
+4
*
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
1
-8
/
+4
*
Deal with irreducible control flow when building traces.
Jakob Stoklund Olesen
2012-08-08
1
-17
/
+22
*
Heed -stress-early-ifcvt.
Jakob Stoklund Olesen
2012-08-08
1
-0
/
+4
*
Get the MispredictPenalty from MCSchedModel.
Jakob Stoklund Olesen
2012-08-08
1
-5
/
+6
*
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
1
-6
/
+8
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
2
-16
/
+9
*
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
1
-2
/
+18
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
2
-9
/
+16
*
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-07
1
-10
/
+11
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
4
-0
/
+35
*
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
1
-1
/
+10
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+7
*
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
2
-2
/
+2
*
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
3
-15
/
+78
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-15
/
+49
*
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
1
-0
/
+23
*
Delete a dead variable.
Jakob Stoklund Olesen
2012-08-04
1
-12
/
+0
*
TwoAddressInstructionPass refactoring: Extract another method.
Jakob Stoklund Olesen
2012-08-03
1
-121
/
+134
*
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
2
-83
/
+30
*
TwoAddressInstructionPass refactoring: Extract a method.
Jakob Stoklund Olesen
2012-08-03
1
-48
/
+60
*
Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+23
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
2
-0
/
+10
*
Delete merged physreg copies in joinReservedPhysReg().
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+5
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
2
-43
/
+59
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-1
/
+1
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
2
-5
/
+2
*
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-08-03
1
-1
/
+5
*
Silence unused variable warning in -asserts build
Matt Beaumont-Gay
2012-08-03
1
-0
/
+1
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
4
-32
/
+2
*
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
2
-4
/
+25
*
Delete dead function.
Jakob Stoklund Olesen
2012-08-03
1
-28
/
+0
*
Don't delete dead code in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
1
-104
/
+0
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
2
-3
/
+18
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-14
/
+15
[next]