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
/
include
Age
Commit message (
Expand
)
Author
2009-02-18
Merge from mainline. Complete 64076 merge from mainline.
Tanya Lattner
2009-02-14
Merge 64124 frm mainline.
Tanya Lattner
2009-02-13
Merge from mainline.
Tanya Lattner
2009-02-03
Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since
Dan Gohman
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
Improve -fno-opt style option processing to not require an extra
Mike Stump
2009-02-02
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
Commit missing files.
Dale Johannesen
2009-02-02
Reposition the DebugLoc field to reduce padding space
Dan Gohman
2009-02-02
Made the common case of default address space directive as non-virtual for pe...
Sanjiv Gupta
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
add accessors
Chris Lattner
2009-01-31
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-30
Fix build on case-sensitive filesystems (i.e. everybody else)
Dale Johannesen
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
Add opposite_of and inverse_opt to support -fno- style options. This
Mike Stump
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
Fix a post-RA scheduling dependency bug.
Dan Gohman
2009-01-30
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
Fix a bug in getMaxValue/getMinValue to pass the right signedness the
Chris Lattner
2009-01-30
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-30
Add dump() routines to help debug debug info :)
Devang Patel
2009-01-29
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
Fix comment about removeRange.
Evan Cheng
2009-01-28
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
Add more comments describing SDNode operator codes.
Dan Gohman
2009-01-28
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
Add some comments on ISD::NodeType.
Dan Gohman
2009-01-28
Delete unnecessary elses.
Dan Gohman
2009-01-28
Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...
Chris Lattner
2009-01-28
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
Fix PR3415 (infinite loop in EscapeAnalysis) by
Duncan Sands
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-28
Comment fixes.
Bill Wendling
2009-01-27
Embalm my ideas of how things should work. Not that
Dale Johannesen
2009-01-27
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-27
Reorder args, constify.
Dale Johannesen
2009-01-27
Use .empty() instead of comparing .size() with 0.
Dan Gohman
[next]