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
*
check for correct usage of the byval attribute
Rafael Espindola
2007-07-10
1
-2
/
+11
*
Fix memory leak.
Devang Patel
2007-07-09
1
-3
/
+0
*
Add the byval attribute
Rafael Espindola
2007-07-06
2
-0
/
+5
*
This enum is dead
Chris Lattner
2007-07-05
1
-1
/
+0
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-1
/
+1
*
Remove ETForest.
Devang Patel
2007-06-27
1
-551
/
+0
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
1
-2
/
+2
*
Use utostr from StringExtras.h instead of ostringstream from <sstream>.
Dan Gohman
2007-06-26
1
-7
/
+4
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
1
-43
/
+22
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-0
/
+184
*
Fix quotes in debug messages.
Devang Patel
2007-06-18
1
-6
/
+6
*
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
1
-0
/
+5
*
Enhance BinaryOperator::isNot to support vector not.
Chris Lattner
2007-06-15
1
-1
/
+5
*
isReachableFromEntry() is not suitable for post dominator.
Devang Patel
2007-06-12
1
-0
/
+2
*
Remove redundant check.
Devang Patel
2007-06-12
1
-7
/
+3
*
Check A dominates B and vise versa first while searching for nearest
Devang Patel
2007-06-12
1
-8
/
+4
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
1
-19
/
+3
*
Use SmallPtrSet instaed of std::set
Devang Patel
2007-06-12
1
-2
/
+1
*
Check immediate dominators first while searching for nearset common dominator.
Devang Patel
2007-06-12
1
-6
/
+18
*
Maintain DFS number in DomTreeNode itself.
Devang Patel
2007-06-12
1
-3
/
+37
*
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
1
-0
/
+45
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-11
1
-16
/
+16
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
1
-3
/
+12
*
Add instruction level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+23
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
1
-5
/
+38
*
Add assert to check if the attributes ZExt/SExt, NoAlias are apply to the
Zhou Sheng
2007-06-07
1
-0
/
+15
*
Add new dominator tree node into dominator tree node map.
Devang Patel
2007-06-06
1
-2
/
+6
*
Fix a user-reported error building with GCC 3.4.4 on Cygwin.
Chris Lattner
2007-06-05
1
-1
/
+1
*
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-05
1
-0
/
+2
*
Add FIXMEs.
Devang Patel
2007-06-04
1
-0
/
+2
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-17
/
+17
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-27
/
+27
*
Minor comment cleanups.
Dan Gohman
2007-05-24
2
-6
/
+6
*
Add cases for v2f32.
Dan Gohman
2007-05-24
1
-0
/
+2
*
Add dump() routines for debugging assistance.
Devang Patel
2007-05-23
1
-0
/
+14
*
If user wants to run instcombine twice, do not block it.
Devang Patel
2007-05-23
1
-5
/
+0
*
Reinstate the patch for escaping non-printing characters and allow for
Reid Spencer
2007-05-22
1
-19
/
+36
*
temporarily revert reid's asmwriter patch, it is missing the asmparser piece
Chris Lattner
2007-05-22
1
-33
/
+19
*
Get the order of the hext digits right!
Reid Spencer
2007-05-19
1
-2
/
+2
*
Adjust how LLVM names are produced:
Reid Spencer
2007-05-19
1
-19
/
+33
*
Update comments to say "vector" instead of "packed".
Dan Gohman
2007-05-11
1
-10
/
+10
*
handle gep aliasee
Chris Lattner
2007-05-05
1
-3
/
+4
*
if functiontype is going to have a pointer to a paramattr object, it better
Chris Lattner
2007-05-04
1
-2
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2007-05-03
1
-2
/
+2
*
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
1
-13
/
+33
*
Drop 'const'
Devang Patel
2007-05-03
4
-16
/
+16
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
4
-16
/
+16
*
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
1
-15
/
+14
*
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-02
1
-15
/
+16
*
disable this assertion as a hack to get the build more unbroken :(
Chris Lattner
2007-05-02
1
-1
/
+1
[next]