index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-02-03
First initialize DAG otherwise dwarf writer is used uninitialized.
Devang Patel
2009-02-03
Fix PR3411. When replacing values, nodes are analyzed
Duncan Sands
2009-02-03
Explicitly pass in debug location information to BuildMI.
Bill Wendling
2009-02-03
Pass in something sensible for the debug location information when creating the
Bill Wendling
2009-02-03
Fill in some missing DL propagation in getNode()s.
Dale Johannesen
2009-02-03
Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.
Bill Wendling
2009-02-03
Explicitly pass in the "unknown" debug location. This is probably not
Bill Wendling
2009-02-03
Alphabetize includes.
Bill Wendling
2009-02-03
Propagate debug loc info during SDNode -> machine instr creation.
Bill Wendling
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode
Dan Gohman
2009-02-02
Last DebugLoc propagation for this file.
Dale Johannesen
2009-02-02
More DebugLoc propagation. This should be everything
Dale Johannesen
2009-02-02
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
DebugLoc propagation. ExpandOp and PromoteOp,
Dale Johannesen
2009-02-02
Commit missing files.
Dale Johannesen
2009-02-02
More DebugLoc propagation.
Dale Johannesen
2009-02-02
Remove trailing spaces.
Duncan Sands
2009-02-02
DebugLoc propagation for int<->fp conversions.
Dale Johannesen
2009-02-02
Refactor PerformPHIConstruction, no functionality changes.
Evan Cheng
2009-02-02
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-02-02
Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.
Sanjiv Gupta
2009-02-02
Preserve more SourceValue information.
Mon P Wang
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
Forgot some more DebugLoc propagations.
Bill Wendling
2009-02-01
Fix test failures causes by my previous commit.
Owen Anderson
2009-02-01
Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...
Owen Anderson
2009-01-31
DebugLoc propagation.
Dale Johannesen
2009-01-31
DebugLoc propagation. Done with file.
Dale Johannesen
2009-01-31
DebugLoc propagation. Done with file.
Dale Johannesen
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
If unsafe FP optimization is not set, don't allow -(A-B) => B-A because
Mon P Wang
2009-01-31
Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.
Bill Wendling
2009-01-31
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-31
Propagate debug info in LegalizeFloatTypes.
Dale Johannesen
2009-01-31
Propagate debug info. This file complete
Dale Johannesen
2009-01-31
Propagate debug info through MakeLibCall and a
Dale Johannesen
2009-01-30
More DebugLoc propagation.
Bill Wendling
2009-01-30
More DebugLoc propagation.
Bill Wendling
2009-01-30
More DebugLoc propagation in LOAD etc. methods.
Bill Wendling
2009-01-30
More DebugLoc propagation in floating-point methods.
Bill Wendling
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
Standardize comments about folding xforms.
Bill Wendling
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
Propagate debug loc info for BIT_CONVERT.
Bill Wendling
2009-01-30
Propagate debug loc info for more *_EXTEND methods.
Bill Wendling
2009-01-30
Propagate debug loc info for ANY_EXTEND.
Bill Wendling
[next]