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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
add some convenience methods for creating GEP instructions and
Chris Lattner
2008-03-19
1
-0
/
+11
*
C bindings for Module-, Function-, and BasicBlock::iterator.
Gordon Henriksen
2008-03-19
1
-0
/
+135
*
C and Objective Caml bindings for the various getParent methods of the IR.
Gordon Henriksen
2008-03-19
1
-23
/
+47
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-1
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+6
*
C and Objective Caml bindings for PassManagers.
Gordon Henriksen
2008-03-16
1
-0
/
+31
*
Expose Module::dump via C and Ocaml.
Gordon Henriksen
2008-03-14
1
-0
/
+4
*
Update comments; getPassName no longer uses RTTI.
Dan Gohman
2008-03-14
1
-2
/
+4
*
move a bunch of trivial methods to be inline.
Chris Lattner
2008-03-13
2
-110
/
+2
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
1
-1
/
+1
*
Eliminate a few unnecessary uses of dynamic_cast.
Dan Gohman
2008-03-13
1
-7
/
+4
*
Fix a typo.
Dan Gohman
2008-03-13
1
-1
/
+1
*
Don't redundantly clear std::vector members in destructors.
Dan Gohman
2008-03-13
1
-3
/
+0
*
Change PMTopLevelManager's PassManagers vector element type from
Dan Gohman
2008-03-13
1
-12
/
+13
*
Change PMStack::push to accept a PMDataManager* instead of
Dan Gohman
2008-03-13
1
-2
/
+1
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
6
-330
/
+322
*
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
1
-0
/
+16
*
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
1
-1
/
+1
*
Fix typos in comments.
Dan Gohman
2008-03-11
1
-2
/
+2
*
Use utostr instead of a stringstream.
Dan Gohman
2008-03-10
1
-4
/
+2
*
Initialize ArgTypes directly instead of manually copying in the elements.
Dan Gohman
2008-03-10
1
-4
/
+1
*
Remove an unnecessary #include
Dan Gohman
2008-03-10
1
-1
/
+0
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-1
/
+1
*
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-09
1
-6
/
+13
*
Remove unused runPass methods.
Dan Gohman
2008-03-08
1
-14
/
+0
*
Check struct return type first.
Devang Patel
2008-03-05
1
-6
/
+7
*
Print types for all ret operands.
Devang Patel
2008-03-04
1
-1
/
+2
*
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
1
-51
/
+0
*
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2008-03-04
1
-0
/
+51
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
3
-8
/
+13
*
If a function uses multive values in ret instruction then it
Devang Patel
2008-03-03
2
-4
/
+2
*
Add a new ShuffleVectorInst::getMaskValue method.
Chris Lattner
2008-03-02
1
-6
/
+24
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
2
-8
/
+38
*
Print the name, not a pointer.
Nick Lewycky
2008-03-01
1
-1
/
+1
*
Fix PR2113 by verifying allocations.
Chris Lattner
2008-03-01
1
-3
/
+6
*
Use the new convertFromAPInt instead of convertFromZeroExtendedInteger.
Dan Gohman
2008-02-29
1
-6
/
+3
*
Remove dead code.
Devang Patel
2008-02-27
1
-14
/
+0
*
Add comment.
Devang Patel
2008-02-27
1
-1
/
+0
*
Add assert to check return type.
Devang Patel
2008-02-26
1
-5
/
+5
*
Remove unncessary ReturnInst constructors.
Devang Patel
2008-02-26
1
-20
/
+0
*
Use SmallVector while constructing ReturnInst.
Devang Patel
2008-02-26
1
-0
/
+18
*
Avoid const_casts
Devang Patel
2008-02-26
1
-5
/
+5
*
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
1
-11
/
+0
*
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
1
-22
/
+17
*
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
1
-20
/
+34
*
Pass const vectors by reference.
Devang Patel
2008-02-26
1
-4
/
+4
*
print getresult operand and its type directly.
Devang Patel
2008-02-23
1
-11
/
+1
*
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
1
-2
/
+2
*
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-23
3
-28
/
+65
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
6
-7
/
+7
[next]