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
Age
Commit message (
Expand
)
Author
2009-01-07
Add load-folding table entries for cmovno too.
Dan Gohman
2009-01-07
Define instructions for cmovo and cmovno.
Dan Gohman
2009-01-07
X86_COND_C and X86_COND_NC are alternate mnemonics for
Dan Gohman
2009-01-07
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-06
Revert r42653 and forward-port the code that lets INC64_32r be
Dan Gohman
2009-01-06
CellSPU:
Scott Michel
2009-01-06
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-06
The phi construction algorithm used for interval reconstruction is complicate...
Owen Anderson
2009-01-06
CellSPU: Update the README
Scott Michel
2009-01-06
CellSPU:
Scott Michel
2009-01-06
Update these argument lists for the isNormalMemory
Dan Gohman
2009-01-06
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-05
Change m_ConstantInt and m_SelectCst to take their constant integers
Chris Lattner
2009-01-05
Construct subprogram DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct global variable DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct compile unit dies using DebugInfo.
Devang Patel
2009-01-05
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
Don't call setDepthDirty/setHeightDirty when adding an edge
Dan Gohman
2009-01-05
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
Add type DIEs using DebugInfo.
Devang Patel
2009-01-05
Teach the internalize pass to also internalize
Duncan Sands
2009-01-05
When checking if an Argument escapes, check if
Duncan Sands
2009-01-05
Find loop back edges only after empty blocks are eliminated.
Evan Cheng
2009-01-05
Not having an aliasee is a theoretical possibility.
Duncan Sands
2009-01-05
Format more neatly.
Duncan Sands
2009-01-05
Remove trailing spaces.
Duncan Sands
2009-01-05
Delete unused global aliases with internal linkage.
Duncan Sands
2009-01-05
Construct composite type DIE using DebugInfo.
Devang Patel
2009-01-05
Add classof() methods so that dwarf writer can decide what DIDescriptor is in...
Devang Patel
2009-01-05
TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
Dan Gohman
2009-01-05
s/ConstructType/ConstructTypeDIE/g
Devang Patel
2009-01-05
Construct stuct field DIEs.
Devang Patel
2009-01-05
fix wordo
Chris Lattner
2009-01-05
Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).
Steve Naroff
2009-01-05
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
Reject PR3281:accepted03.ll with:
Chris Lattner
2009-01-05
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
Get rid of sentinel insertion in interval reconstruction. It just masked the
Owen Anderson
2009-01-05
reject PR3281:crash11.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash10.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash09.ll with this diagnostic:
Chris Lattner
2009-01-05
allow opaque undefs. This resolves PR3282 and fixes
Chris Lattner
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
subsume ConstructPointerType()
Devang Patel
2009-01-05
subsume ConstructBasicType().
Devang Patel
2009-01-05
squash warnings.
Devang Patel
2009-01-05
another fix to my previous commit:
Gabor Greif
[next]