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
...
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-11
/
+11
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-0
/
+15
*
minor simplifications.
Chris Lattner
2007-08-10
1
-10
/
+8
*
avoid copying strings.
Chris Lattner
2007-08-10
1
-4
/
+4
*
Patch 10 for long double. Doing constants right needs expanding ConstantFP
Dale Johannesen
2007-08-09
1
-4
/
+15
*
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
1
-22
/
+17
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-40
/
+33
*
1. Random tidiness cleanups
Chris Lattner
2007-08-06
1
-47
/
+44
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-0
/
+10
*
Fix a doxygen directive.
Reid Spencer
2007-08-05
1
-1
/
+1
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch DomTreeNode::assignDFSNumber from using a std::set to using
Chris Lattner
2007-08-05
1
-8
/
+8
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-7
/
+5
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-16
/
+13
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
2
-66
/
+264
*
long double patch 3 of N. Add to MVT.
Dale Johannesen
2007-08-03
1
-50
/
+57
*
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-08-03
1
-9
/
+26
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-1
/
+9
*
Undo previous check-in.
Devang Patel
2007-08-01
1
-9
/
+1
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-1
/
+9
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-6
/
+7
*
After a discussion with Anton, it turns out that the InReg attribute is not
Reid Spencer
2007-07-31
1
-1
/
+2
*
The InReg parameter attribute is valid on function results. The llvm-gcc-4.0
Reid Spencer
2007-07-31
1
-2
/
+1
*
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-07-30
1
-2
/
+2
*
Add facility to dump pass manager structure
Devang Patel
2007-07-27
1
-0
/
+12
*
Fix edge cases in handling basic block split.
Devang Patel
2007-07-27
1
-3
/
+12
*
It seems logical that InReg should be incompatible
Duncan Sands
2007-07-27
1
-3
/
+2
*
As the number of parameter attributes increases,
Duncan Sands
2007-07-27
1
-39
/
+55
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
2
-0
/
+19
*
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-07-26
1
-4
/
+12
*
DummyInst's member functions don't need to be virtual.
Dan Gohman
2007-07-26
1
-2
/
+2
*
Add support for 3 element 32-bit vector ValueTypes.
Christopher Lamb
2007-07-26
1
-0
/
+4
*
Make output match actual condition tested. Thanks, Duncan.
Reid Spencer
2007-07-24
1
-1
/
+1
*
1. Make sure we print the Function Value for parameter attribute errors
Reid Spencer
2007-07-23
1
-10
/
+10
*
Add better verification of attributes on function types. It is not permitted
Reid Spencer
2007-07-23
1
-0
/
+9
*
zext(undef) = 0 and sext(undef) = 0, not undef.
Chris Lattner
2007-07-20
1
-1
/
+6
*
Use SmallVector instead of std::vector.
Devang Patel
2007-07-20
1
-10
/
+10
*
For PR1553:
Reid Spencer
2007-07-19
1
-2
/
+2
*
Verify loop info.
Devang Patel
2007-07-19
1
-7
/
+18
*
Set up ground work to verify preserved analysis info.
Devang Patel
2007-07-19
1
-1
/
+8
*
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-18
1
-0
/
+20
*
detect invalid combination of sret and byval
Rafael Espindola
2007-07-17
1
-0
/
+4
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
2
-8
/
+8
*
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
[prev]
[next]