index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not mark no-return calls tail calls. It'll screw up special calls like lon...
Evan Cheng
2010-01-31
1
-4
/
+5
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
4
-15
/
+25
*
Use more specific types to avoid casts. No functionality change.
Bob Wilson
2010-01-30
1
-6
/
+6
*
Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTra...
Jakob Stoklund Olesen
2010-01-29
1
-2
/
+2
*
Preserve load alignment in instcombine transformations. I've been unable to
Bob Wilson
2010-01-29
1
-0
/
+3
*
Revert my last couple of patches. They appear to have broken bison.
Eric Christopher
2010-01-29
2
-43
/
+15
*
Use uint64_t instead of unsigned for offsets and sizes.
Bob Wilson
2010-01-29
1
-3
/
+3
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
3
-11
/
+65
*
Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn...
Duncan Sands
2010-01-29
1
-75
/
+69
*
Make strcpy_chk lower to strcpy if we have a safe size.
Eric Christopher
2010-01-29
1
-5
/
+7
*
Add constant support to object size handling and remove default
Eric Christopher
2010-01-29
1
-10
/
+36
*
Generic reformatting and comment fixing. No functionality change.
Bill Wendling
2010-01-29
1
-19
/
+20
*
Add newline to debugging output, and fix some grammar-os in comment.
Bill Wendling
2010-01-29
1
-5
/
+5
*
mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics
Victor Hernandez
2010-01-29
1
-3
/
+13
*
Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask
Duncan Sands
2010-01-28
1
-2
/
+11
*
Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.
Bob Wilson
2010-01-27
1
-41
/
+75
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-1
/
+0
*
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-27
2
-6
/
+2
*
Use the less expensive getName function instead of getNameStr.
Benjamin Kramer
2010-01-27
1
-5
/
+4
*
some cleanups.
Chris Lattner
2010-01-27
1
-14
/
+15
*
no need to check for null
Chris Lattner
2010-01-27
1
-1
/
+1
*
When converting dbg.declare to dbg.value, attach promoted store's debug metad...
Victor Hernandez
2010-01-27
1
-1
/
+4
*
Avoid extra calls to MD->getNumOperands()
Victor Hernandez
2010-01-26
1
-1
/
+1
*
Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory
Victor Hernandez
2010-01-26
1
-1
/
+4
*
In mem2reg, for all alloca/stores that get promoted where the alloca has an a...
Victor Hernandez
2010-01-26
1
-1
/
+52
*
Remove check for an impossible condition: the condition of the while loop has
Bob Wilson
2010-01-25
1
-2
/
+0
*
Change Value::getUnderlyingObject to have the MaxLookup value specified as a
Bob Wilson
2010-01-25
1
-3
/
+3
*
Revert r94260 until findDbgDeclare() is made more efficient
Victor Hernandez
2010-01-25
1
-38
/
+3
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
6
-6
/
+0
*
change the canonical form of "cond ? -1 : 0" to be
Chris Lattner
2010-01-24
3
-60
/
+44
*
fix a potential overflow issue Eli pointed out.
Chris Lattner
2010-01-23
1
-3
/
+3
*
Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.
Nick Lewycky
2010-01-23
1
-70
/
+23
*
third bug from PR6119: the xor dupe extension allows
Chris Lattner
2010-01-23
1
-2
/
+2
*
Teach DAE that even though it can't modify the function signature of an
Nick Lewycky
2010-01-23
1
-23
/
+70
*
add an early out to ProcessBranchOnXOR to speed it up,
Chris Lattner
2010-01-23
1
-0
/
+25
*
fix a crash in jump threading, PR6119
Chris Lattner
2010-01-23
1
-0
/
+6
*
implement a simple instcombine xform that has been in the
Chris Lattner
2010-01-23
1
-5
/
+27
*
Reapply 94059 while fixing the calling convention setup
Eric Christopher
2010-01-23
1
-0
/
+47
*
In mem2reg, for all alloca/stores that get promoted where the alloca has an a...
Victor Hernandez
2010-01-23
1
-3
/
+38
*
Another strncmp -> StringRef.startswith simplification.
Benjamin Kramer
2010-01-22
1
-1
/
+1
*
Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison
Bob Wilson
2010-01-22
1
-45
/
+0
*
Keep ignoring pointer-to-pointer bitcasts
Victor Hernandez
2010-01-22
2
-7
/
+8
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
6
-0
/
+6
*
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-22
1
-2355
/
+2268
*
No need to look through bitcasts for DbgInfoIntrinsic
Victor Hernandez
2010-01-21
1
-5
/
+0
*
DbgInfoIntrinsic no longer appear in an instruction's use list
Victor Hernandez
2010-01-21
1
-19
/
+4
*
No need to look through bitcasts for DbgInfoIntrinsic
Victor Hernandez
2010-01-21
1
-13
/
+6
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
2
-83
/
+7
*
When inserting expressions for post-increment users which contain
Dan Gohman
2010-01-21
1
-17
/
+32
*
Include IVUsers information in LSR's debug output.
Dan Gohman
2010-01-21
1
-1
/
+1
[next]