projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2009-01-07
Dan Gohman
Add patterns to match conditional moves with loads...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dan Gohman
Add load-folding table entries for cmovno too.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dan Gohman
Define instructions for cmovo and cmovno.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Dan Gohman
X86_COND_C and X86_COND_NC are alternate mnemonics for
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Bob Wilson
Improve support for type-generic vector intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Now that fold-pcmpeqd-0.ll is effectively testing that...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Revert r42653 and forward-port the code that lets INC64...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Fix a bug in ComputeLinearIndex computation handling...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Devang Patel
Set up DwarfDebug using DebugInfo API.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Bill Wendling
Forgot that this was needed for Linux. This should...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Owen Anderson
The phi construction algorithm used for interval recons...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Scott Michel
CellSPU: Update the README
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Delete this test; it's a duplicate of 2006-07-03-schedu...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Update these argument lists for the isNormalMemory
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Dan Gohman
Use a latency value of 0 for the artificial edges inser...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Chris Lattner
no need to negate the APInt for 0.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
Change m_ConstantInt and m_SelectCst to take their...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
make m_ConstantInt(int64_t) safely match ConstantInt...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct subprogram DIEs using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct global variable DIEs using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct compile unit dies using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Fix a thinko in the grammar for thread_local variables.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Bill Wendling
Revert r61415 and r61484. Duncan was correct that these...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Don't call setDepthDirty/setHeightDirty when adding...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Extract source location info from DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Add type DIEs using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Add a note about passing MVT::Other to getSetCCResultType.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Bill Wendling
Strength test.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Teach the internalize pass to also internalize
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
When checking if an Argument escapes, check if
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Evan Cheng
Find loop back edges only after empty blocks are elimin...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
testcase for bill's patch.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Not having an aliasee is a theoretical possibility.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Format more neatly.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Remove trailing spaces.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Delete unused global aliases with internal linkage.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct composite type DIE using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Add classof() methods so that dwarf writer can decide...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Add <climits>, to get the definition of CHAR_BIT. This...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
TargetLowering.h #includes SelectionDAGNodes.h, so...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Delete an unused variable and simplify the code.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
s/ConstructType/ConstructTypeDIE/g
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
make llvm-ld smart enough to link against native librar...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct stuct field DIEs.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
fix wordo
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Steve Naroff
Remove redundant ValID::ValID:: scoping (doesn't compil...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct enumerator DIE using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
Reject PR3281:accepted03.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct array/vector type DIEs using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Owen Anderson
Get rid of sentinel insertion in interval reconstructio...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject PR3281:crash11.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject PR3281:crash10.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject PR3281:crash09.ll with this diagnostic:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
allow opaque undefs. This resolves PR3282 and fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Now, getTag() is used by DwarfWriter.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Tidy up #includes, deleting a bunch of unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
Construct basic and derived type DIEs using DebugInfo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Bob Wilson
Handle iAny and fAny types in TreePatternNode::UpdateNo...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
subsume ConstructPointerType()
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Add the keyword 'default'.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
subsume ConstructBasicType().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Misha Brukman
Renamed Google Test license file from COPYING to LICENS...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Devang Patel
squash warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
A few more polygen grammar updates.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Gabor Greif
set standard ignores
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Bob Wilson
Fix spelling in some comments.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Gabor Greif
another fix to my previous commit:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Evan Cheng
Fix misplaced right parentheses.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Gabor Greif
eliminate tabs from my previous commit
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Gabor Greif
Get rid of the tagging functions and use PointerIntPair.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Duncan Sands
Don't spew bitcode to standard out if this test
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Torok Edwin
This test passes again, unXFAIL.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Evan Cheng
Atom and Core i7 do not have same model number after...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
produce the same diagnostics for vicmp constant exprs...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
Fix PR3281:crash08.ll with this diagnostic:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject PR3281:crash07.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
alignment of 0 is not valid.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject undef/zero labels. This fixes PR3281:crash0...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
add checking intentionally elided for vfcmp/vicmp since...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
diagnose PR3281:crash02.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
reject PR3281:crash01.ll with:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
tighten up return type check
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
fix PR3281:accepted0[02].ll: represent empty arrays...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Chris Lattner
PR3281:crash00.ll: produce this diagnostic instead...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Handle weak_extern in the JIT. This fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
gc is not an obsolete keyword.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Dan Gohman
Update polygen grammar for recent language changes.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Scott Michel
CellSPU:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Nick Lewycky
Move the libcall annotating part from doFinalization...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Dan Gohman
A few more whitespace tidyments.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Dan Gohman
Tidy whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Bill Wendling
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Bill Wendling
Modify the unittests Makefiles so that they don't rebui...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Dan Gohman
The .llx suffix is obsolete.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Dan Gohman
Update VIM LLVM IR syntax highlighting.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-04
Nick Lewycky
Add a mechanism to specify attributes in getOrInsertFun...
commit
|
commitdiff
|
tree
|
snapshot
next