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 more comments to what's going on here.
Eric Christopher
2013-01-07
1
-1
/
+3
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
5
-6
/
+63
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
2
-2
/
+2
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-1
/
+1
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
1
-0
/
+3
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
3
-3
/
+3
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
5
-0
/
+486
*
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
2
-5
/
+9
*
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-05
1
-2
/
+0
*
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
3
-30
/
+13
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
2
-74
/
+98
*
Add MachineRegisterInfo::moveOperands().
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+49
*
Move an assertion so it doesn't dereference end().
Jakob Stoklund Olesen
2013-01-04
1
-4
/
+3
*
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-04
1
-0
/
+3
*
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
2013-01-04
1
-1
/
+3
*
Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.
Jakob Stoklund Olesen
2013-01-03
1
-8
/
+37
*
DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes
Tom Stellard
2013-01-02
1
-4
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
66
-195
/
+195
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Support ppcf128 in SelectionDAG::getConstantFP
Hal Finkel
2012-12-30
1
-1
/
+2
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-9
/
+5
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
3
-15
/
+15
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
1
-8
/
+8
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
10
-31
/
+41
*
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
2
-3
/
+3
*
For the dwarf5 split debug info code split out the string section
Eric Christopher
2012-12-27
2
-21
/
+53
*
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-25
1
-5
/
+5
*
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
1
-14
/
+22
*
Remove a special case that doesn't seem necessary any longer.
Jakob Stoklund Olesen
2012-12-22
1
-13
/
+2
*
Use getNumOperands() instead of Operands.size().
Jakob Stoklund Olesen
2012-12-22
1
-11
/
+11
*
Remove duplicate includes.
Roman Divacky
2012-12-21
3
-3
/
+0
*
Add targets to skip running the GC passes.
Evan Cheng
2012-12-21
1
-3
/
+10
*
Require the two-argument MI::addOperand(MF, MO) for dangling instructions.
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+9
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-2
/
+3
*
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
2
-8
/
+8
*
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
5
-25
/
+31
*
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
6
-40
/
+63
*
Remove two dead functions.
Jakob Stoklund Olesen
2012-12-20
1
-35
/
+0
*
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
Jakob Stoklund Olesen
2012-12-20
1
-50
/
+25
*
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-20
2
-79
/
+73
*
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-20
5
-18
/
+12
*
Do not introduce vector operations in functions marked with noimplicitfloat.
Bob Wilson
2012-12-20
1
-2
/
+5
*
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-19
1
-1
/
+1
*
Split out abbreviations for the skeleton info from the rest of
Eric Christopher
2012-12-19
2
-19
/
+63
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-5
/
+4
*
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
Patrik Hagglund
2012-12-19
2
-8
/
+9
*
Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'.
Patrik Hagglund
2012-12-19
1
-38
/
+38
*
Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,
Patrik Hagglund
2012-12-19
2
-14
/
+13
*
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-19
1
-1
/
+1
*
Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,
Patrik Hagglund
2012-12-19
2
-14
/
+19
[next]