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
*
Detabify this file.
Nick Lewycky
2010-07-06
1
-7
/
+7
*
MDString is already checked earlier.
Devang Patel
2010-07-02
1
-1
/
+1
*
Don't claim to preserve AliasAnalysis. First, this is doesn't actually
Dan Gohman
2010-07-02
1
-1
/
+0
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-0
/
+1
*
Debugging infomration is encoded in llvm IR using metadata. This is designed
Devang Patel
2010-07-01
1
-0
/
+101
*
If a named mdnode is removed then mark module as changed.
Devang Patel
2010-07-01
1
-1
/
+3
*
lowerinvoke needs to handle aggregate function args like sjlj eh does.
Jim Grosbach
2010-06-30
1
-4
/
+4
*
Remove all debug info related named mdnodes.
Devang Patel
2010-06-30
1
-10
/
+6
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-10
/
+12
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-2
/
+2
*
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
1
-3
/
+3
*
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
1
-1
/
+2
*
use getNumArgOperands instead of getNumOperands
Gabor Greif
2010-06-30
1
-2
/
+2
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-4
/
+4
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-2
/
+2
*
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
1
-8
/
+8
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-1
/
+0
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-0
/
+1
*
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-29
1
-5
/
+7
*
use ArgOperand API
Gabor Greif
2010-06-28
1
-12
/
+12
*
use ArgOperand API
Gabor Greif
2010-06-28
1
-4
/
+4
*
employ CallInst::ArgOffset (for now)
Gabor Greif
2010-06-28
1
-2
/
+2
*
use setArgOperand
Gabor Greif
2010-06-28
1
-6
/
+6
*
use CallInst::ArgOffset
Gabor Greif
2010-06-28
1
-1
/
+1
*
use ArgOperand API and CallInst::ArgOffset
Gabor Greif
2010-06-28
1
-17
/
+17
*
use cached value
Gabor Greif
2010-06-28
1
-1
/
+1
*
minor cleanup to SROA: when lowering type unsafe accesses to
Chris Lattner
2010-06-27
1
-1
/
+6
*
Fix PR7328: when turning a tail recursion into a loop, need to preserve
Duncan Sands
2010-06-26
1
-6
/
+6
*
In GenerateReassociations, don't bother thinking about individual
Dan Gohman
2010-06-25
1
-8
/
+22
*
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
2
-4
/
+2
*
use ArgOperand API (one more hunk I could split)
Gabor Greif
2010-06-25
1
-2
/
+2
*
use ArgOperand API (some hunks I could split)
Gabor Greif
2010-06-25
2
-14
/
+14
*
use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...
Gabor Greif
2010-06-25
1
-5
/
+7
*
Add an exports file for the Hello example plugin.
Dan Gohman
2010-06-24
2
-0
/
+8
*
A few minor micro-optimizations.
Dan Gohman
2010-06-24
1
-5
/
+11
*
Teach getExactSDiv to evaluate x/1 to x up front, as it's a common
Dan Gohman
2010-06-24
1
-8
/
+16
*
Fix copy+pasto issues in isMulSExtable.
Dan Gohman
2010-06-24
1
-4
/
+5
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-3
/
+3
*
use (even more, still) ArgOperand API
Gabor Greif
2010-06-24
1
-8
/
+8
*
use ArgOperand API and CallSite for arg range; add necessary casts and perfor...
Gabor Greif
2010-06-24
1
-11
/
+14
*
use ArgOperand API and CallSite for arg range
Gabor Greif
2010-06-24
1
-4
/
+6
*
use (even more) ArgOperand API
Gabor Greif
2010-06-24
1
-5
/
+5
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-6
/
+5
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-31
/
+30
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-4
/
+4
*
use ArgOperand API, also tighten the type of visitFree to make this work out ...
Gabor Greif
2010-06-24
2
-7
/
+7
*
use ArgOperand API; introduce downcasted pointers into scope to facilitate this
Gabor Greif
2010-06-24
1
-7
/
+9
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-75
/
+75
*
use ArgOperand API
Gabor Greif
2010-06-24
1
-6
/
+6
*
use callsite to obtain all arguments
Gabor Greif
2010-06-24
1
-1
/
+2
[next]