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 VerifyNode, a place to put sanity checks on
Duncan Sands
2008-07-21
3
-6
/
+44
*
Pull r53795 from Gaz into mainline:
Bill Wendling
2008-07-20
1
-14
/
+29
*
Fix a memory leak in LiveIntervalAnalysis.
Evan Cheng
2008-07-19
2
-11
/
+13
*
Softfloat support for FDIV. Patch by
Duncan Sands
2008-07-18
2
-0
/
+14
*
Eliminate unused variable.
Duncan Sands
2008-07-18
1
-1
/
+1
*
Revert 53729, after waking up in the middle of
Duncan Sands
2008-07-18
1
-4
/
+3
*
Fix a LocalSpiller leak. This fixes tramp3d-v4.
Dan Gohman
2008-07-18
1
-0
/
+1
*
Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.
Dan Gohman
2008-07-17
4
-6
/
+26
*
When printing MemOperand nodes, only use print() for
Dan Gohman
2008-07-17
1
-3
/
+10
*
Subreg live interval valno may not have a corresponding def machineinstr sinc...
Evan Cheng
2008-07-17
1
-1
/
+1
*
Use a legal type for elements of the vector_shuffle
Duncan Sands
2008-07-17
1
-3
/
+4
*
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
4
-225
/
+365
*
LegalizeTypes support for what seems to be the
Duncan Sands
2008-07-17
2
-0
/
+18
*
Turn LegalizeTypes back off again for the moment:
Duncan Sands
2008-07-17
1
-6
/
+4
*
Factorize some code for determining which libcall to use.
Duncan Sands
2008-07-17
4
-562
/
+204
*
Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This
Dan Gohman
2008-07-16
1
-3
/
+2
*
Add support for promoting and expanding AssertZext
Duncan Sands
2008-07-16
2
-0
/
+42
*
Fix a comment to say nonnegative instead of positive.
Dan Gohman
2008-07-16
1
-1
/
+1
*
Add an assert to check for empty flags for MachineMemOperand.
Dan Gohman
2008-07-16
1
-0
/
+1
*
Reorder methods alphabetically. No functionality change.
Duncan Sands
2008-07-16
3
-922
/
+913
*
Turn on LegalizeTypes by default.
Duncan Sands
2008-07-16
1
-4
/
+6
*
SelectionDAG::AssignNodeIds is unused.
Dan Gohman
2008-07-15
1
-11
/
+0
*
Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,
Dan Gohman
2008-07-15
1
-9
/
+5
*
LegalizeTypes support for fabs on ppc long double.
Duncan Sands
2008-07-15
2
-0
/
+15
*
LegalizeTypes support for promotion of bswap.
Duncan Sands
2008-07-15
2
-0
/
+12
*
LegalizeTypes support for promotion of SIGN_EXTEND_INREG.
Duncan Sands
2008-07-15
2
-0
/
+9
*
Reorder the integer promotion methods alphabetically.
Duncan Sands
2008-07-15
1
-365
/
+356
*
Fixed potential bug if the source and target of a bit convert have different ...
Mon P Wang
2008-07-15
1
-1
/
+3
*
Reapply 53476 and 53480, with a fix so that it properly updates
Dan Gohman
2008-07-14
4
-33
/
+41
*
Improve debug output for MemOperandSDNode. PseudoSourceValue nodes
Dan Gohman
2008-07-14
1
-4
/
+7
*
Fix edito in the PseudoSourceValue name list.
Dan Gohman
2008-07-14
1
-1
/
+1
*
I don't think BUILD_PAIR can have a vector result.
Duncan Sands
2008-07-14
1
-12
/
+0
*
Tighten up some checks. Fix FPOWI splitting for
Duncan Sands
2008-07-14
1
-3
/
+3
*
An INSERT_VECTOR_ELT can insert a larger value
Duncan Sands
2008-07-14
1
-4
/
+5
*
According to the docs, it is possible to have an
Duncan Sands
2008-07-14
1
-11
/
+19
*
There should be no extending loads or truncating
Duncan Sands
2008-07-14
1
-4
/
+4
*
Ignore TargetConstant with an illegal type. These
Duncan Sands
2008-07-14
2
-10
/
+23
*
Typos.
Evan Cheng
2008-07-12
1
-2
/
+2
*
Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register...
Evan Cheng
2008-07-12
1
-0
/
+23
*
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
Evan Cheng
2008-07-12
4
-38
/
+30
*
Include a frame index in the "fixed stack" pseudo source value
Dan Gohman
2008-07-11
3
-26
/
+44
*
Fix an obsolete top-level comment.
Dan Gohman
2008-07-11
1
-3
/
+2
*
Factor out debugging code into the common base class.
Dan Gohman
2008-07-11
3
-8
/
+5
*
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-11
3
-22
/
+33
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
3
-3
/
+0
*
Remove an apparently useless routine: there should
Duncan Sands
2008-07-11
2
-15
/
+0
*
It is pointless to turn a UINT_TO_FP into an
Duncan Sands
2008-07-11
3
-79
/
+118
*
Add two missing SINT_TO_FP libcalls.
Duncan Sands
2008-07-11
2
-11
/
+21
*
Port a shift-by-1 optimization from LegalizeDAG: it
Duncan Sands
2008-07-11
1
-0
/
+7
*
Add support for 128 bit shifts and 32 bit shifts
Duncan Sands
2008-07-11
2
-6
/
+23
[next]