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
*
Add targets to skip running the GC passes.
Evan Cheng
2012-12-21
1
-0
/
+5
*
Require the two-argument MI::addOperand(MF, MO) for dangling instructions.
Jakob Stoklund Olesen
2012-12-20
1
-11
/
+16
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
2
-1
/
+7
*
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
1
-2
/
+3
*
Remove two dead functions.
Jakob Stoklund Olesen
2012-12-20
1
-7
/
+0
*
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-20
1
-0
/
+10
*
Always use addOperand(MF, MO) from MachineInstrBuilder.
Jakob Stoklund Olesen
2012-12-19
1
-25
/
+26
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-1
/
+0
*
Add an MF argument to MachineInstr::addOperand().
Jakob Stoklund Olesen
2012-12-19
2
-12
/
+29
*
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
Patrik Hagglund
2012-12-19
1
-0
/
+6
*
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-19
1
-0
/
+21
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Remove MachineInstr::setIsInsideBundle().
Jakob Stoklund Olesen
2012-12-18
1
-9
/
+0
*
Use bidirectional bundle flags to simplify important functions.
Jakob Stoklund Olesen
2012-12-18
2
-7
/
+9
*
Don't allow the automatically updated MI flags to be set directly.
Jakob Stoklund Olesen
2012-12-18
1
-1
/
+3
*
Tighten up the splice() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
1
-15
/
+16
*
Tighten the insert() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
1
-14
/
+20
*
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
2
-25
/
+64
*
fix comment.
Chris Lattner
2012-12-13
1
-1
/
+1
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
2
-1
/
+12
*
Express prepend and append in terms of a more generic insert().
Jakob Stoklund Olesen
2012-12-13
1
-11
/
+36
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
3
-33
/
+1
*
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-11
1
-0
/
+21
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
2
-1
/
+12
*
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-11
1
-4
/
+4
*
Add an MIBundleBuilder class.
Jakob Stoklund Olesen
2012-12-07
1
-0
/
+64
*
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-07
1
-5
/
+27
*
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
1
-1
/
+1
*
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
2
-20
/
+47
*
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
1
-3
/
+10
*
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
1
-10
/
+0
*
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
1
-0
/
+4
*
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
1
-0
/
+2
*
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
1
-1
/
+4
*
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
1
-3
/
+0
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
1
-3
/
+1
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-24
/
+4
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+5
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
1
-6
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
45
-99
/
+93
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
2
-2
/
+3
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-1
/
+6
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-0
/
+4
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-0
/
+3
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-3
/
+3
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
3
-0
/
+543
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-21
/
+87
*
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
1
-0
/
+0
*
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
1
-0
/
+0
*
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
2
-115
/
+0
[next]