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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-1
/
+1
*
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-23
2
-15
/
+29
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+6
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
2
-4
/
+7
*
Clarify that duplicate edges are not allowed in the Machine CFG.
Jakob Stoklund Olesen
2012-08-20
1
-0
/
+2
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-0
/
+6
*
Add dump/dumpr methods to SDValue.
Nadav Rotem
2012-08-16
1
-2
/
+8
*
Create isXBitVector methods in MVT and call them from EVT. This allows target...
Craig Topper
2012-08-11
1
-19
/
+39
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
2
-10
/
+15
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
1
-10
/
+2
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
2
-15
/
+10
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
1
-5
/
+14
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
2
-5
/
+1
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
3
-25
/
+22
*
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
Matt Beaumont-Gay
2012-08-09
1
-3
/
+0
*
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
2
-11
/
+14
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
2
-7
/
+4
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
2
-4
/
+7
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
3
-0
/
+30
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
2
-6
/
+23
*
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-06
1
-2
/
+4
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
1
-27
/
+6
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-13
/
+1
*
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Remove a dead prototype.
Jakob Stoklund Olesen
2012-08-03
1
-7
/
+0
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
1
-1
/
+4
*
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
1
-0
/
+9
*
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
1
-1
/
+6
*
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+24
*
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+4
*
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
1
-0
/
+6
*
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
1
-10
/
+4
*
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-07-27
1
-0
/
+1
*
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
2
-36
/
+55
*
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
1
-0
/
+4
*
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
1
-292
/
+293
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-15
1
-0
/
+4
*
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
1
-1
/
+1
*
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
1
-15
/
+0
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
1
-0
/
+15
*
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
1
-0
/
+3
*
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-10
1
-0
/
+9
*
Fix the naming of ensureAlignment. Per the coding standard function names
Chad Rosier
2012-07-06
1
-2
/
+2
*
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-07-05
1
-31
/
+0
*
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-05
1
-0
/
+8
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+4
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
1
-1
/
+18
*
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
2
-11
/
+9
[prev]
[next]