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
*
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
1
-1
/
+1
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-9
/
+3
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
2
-9
/
+16
*
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
2
-3
/
+22
*
Add a verification pass after ExpandISelPseudos.
Jakob Stoklund Olesen
2012-08-20
1
-1
/
+2
*
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-20
1
-0
/
+40
*
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-20
1
-3
/
+23
*
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
1
-2
/
+2
*
Implement stack protectors for structures with character arrays in them.
Bill Wendling
2012-08-17
1
-15
/
+40
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-2
/
+2
*
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-17
1
-3
/
+3
*
Use standard pattern for iterate+erase.
Jakob Stoklund Olesen
2012-08-17
1
-9
/
+2
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-16
/
+27
*
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-15
1
-1
/
+2
*
Fix undefined behavior: binding null pointer to reference. No functionality c...
Richard Smith
2012-08-14
1
-1
/
+1
*
Grammar.
Eric Christopher
2012-08-14
1
-1
/
+1
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
2
-0
/
+60
*
Transfer weights in transferSuccessorsAndUpdatePHIs().
Jakob Stoklund Olesen
2012-08-13
1
-5
/
+7
*
Print out MachineBasicBlock successor weights when available.
Jakob Stoklund Olesen
2012-08-13
1
-1
/
+4
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
1
-11
/
+0
*
Whitespace cleanup.
Bill Wendling
2012-08-13
1
-7
/
+7
*
Count triangles and diamonds in early if-conversion.
Jakob Stoklund Olesen
2012-08-13
1
-0
/
+16
*
Delete dead typedef.
Jakob Stoklund Olesen
2012-08-13
1
-2
/
+0
*
Handle extra Tail predecessors in if-conversion.
Jakob Stoklund Olesen
2012-08-13
1
-20
/
+67
*
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
[next]