index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
use callsite to obtain all arguments
Gabor Greif
2010-06-24
1
-1
/
+2
*
use getNumArgOperands
Gabor Greif
2010-06-24
1
-1
/
+1
*
use ArgOperand API
Gabor Greif
2010-06-24
3
-4
/
+4
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
8
-46
/
+45
*
Use available typedef for " DenseMap<const Value*, Value*>".
Devang Patel
2010-06-24
2
-8
/
+8
*
Cosmetic change.
Devang Patel
2010-06-23
6
-102
/
+102
*
Revert 106592 for now. It causes clang-selfhost build failure.
Devang Patel
2010-06-22
1
-34
/
+13
*
Fix OptimizeMax to handle an odd case where one of the max operands
Dan Gohman
2010-06-22
1
-1
/
+4
*
If a metadata operand is seeded in value map and the metadata should also be ...
Devang Patel
2010-06-22
1
-13
/
+34
*
While cloning a module, clone metadata attached with instructions.
Devang Patel
2010-06-22
1
-1
/
+16
*
Clone named metadata while cloning a module.
Devang Patel
2010-06-22
1
-0
/
+11
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
12
-48
/
+48
*
Revert 106528. It is causing self host failures.
Devang Patel
2010-06-22
1
-5
/
+7
*
Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr...
Devang Patel
2010-06-22
1
-7
/
+5
*
Revert my change to clone named metadata. Buildbots are complaining.
Bob Wilson
2010-06-22
1
-11
/
+0
*
Include named metadata when cloning a module.
Bob Wilson
2010-06-22
1
-0
/
+11
*
Use A.append(...) instead of A.insert(A.end(), ...) when A is a
Dan Gohman
2010-06-21
2
-10
/
+8
[next]