GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bugs section.
llvmorg-2.2.0
release/2.2.x
Tanya Lattner
2008-02-12
1
-46
/
+47
*
Merge release notes from mainline.
Tanya Lattner
2008-02-12
1
-179
/
+249
*
release tag.
Tanya Lattner
2008-02-12
1
-0
/
+1
*
Merge from mainline.
Tanya Lattner
2008-02-04
1
-2
/
+0
*
Merge from mainline.
Tanya Lattner
2008-02-04
3
-9
/
+9
*
Merge from mainline.
Tanya Lattner
2008-01-23
1
-0
/
+3
*
Merge from mainline.
Tanya Lattner
2008-01-22
1
-1
/
+1
*
Merge from mainline.
Tanya Lattner
2008-01-21
1
-1
/
+1
*
Merge from mainline.
Tanya Lattner
2008-01-21
1
-8
/
+8
*
Merge from mainline.
Tanya Lattner
2008-01-21
1
-3
/
+12
*
Merge from mainline.
Tanya Lattner
2008-01-21
1
-1
/
+3
*
UnXFAIL this test.
Tanya Lattner
2008-01-18
1
-3
/
+0
*
Merge from mainline.
Tanya Lattner
2008-01-18
1
-3
/
+2
*
Merge from mainline.
Tanya Lattner
2008-01-18
2
-4
/
+4
*
Update for current year.
Tanya Lattner
2008-01-17
3
-6
/
+6
*
Set version to 2.2
Tanya Lattner
2008-01-17
2
-1016
/
+3283
*
Creating 2.2 release branch
Tanya Lattner
2008-01-17
550
-79343
/
+0
*
DAE bug fix. Don't lose parameter attributes on vararg arguments.
Evan Cheng
2008-01-17
1
-5
/
+9
*
Enable CBE
Devang Patel
2008-01-17
1
-1
/
+1
*
When a live virtual register is being clobbered by an implicit def, it is spi...
Evan Cheng
2008-01-17
2
-2
/
+55
*
Computed length of a __func__ identifier used in an objective-c method correc...
Fariborz Jahanian
2008-01-17
3
-1
/
+11
*
Fix arg promotion to propagate the correct attrs on the calls to
Chris Lattner
2008-01-17
2
-14
/
+50
*
Ignore --param
Seo Sanghyeon
2008-01-17
1
-0
/
+2
*
Added some experimental optimizations to remove dead values from the
Ted Kremenek
2008-01-17
1
-14
/
+51
*
Declarator::clear(): Null out variable after it's been deleted.
Steve Naroff
2008-01-17
2
-0
/
+4
*
Replace std::vector<bool> with BitVector.
Evan Cheng
2008-01-17
1
-4
/
+8
*
Simplify comment.
Steve Naroff
2008-01-16
1
-2
/
+1
*
Type::isArithmeticType(): disallow incomplete enum decls.
Steve Naroff
2008-01-16
3
-2
/
+12
*
Changed sorting criteria for DSPtr to put sub-expressions first in the value
Ted Kremenek
2008-01-16
1
-1
/
+1
*
Changed sorting criteria for DSPtr to sort Decl* before Expr*, and
Ted Kremenek
2008-01-16
1
-2
/
+5
*
Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.
Evan Cheng
2008-01-16
2
-6
/
+74
*
Trampoline support for x86-64. This looks like
Duncan Sands
2008-01-16
2
-7
/
+70
*
IntegerLiterals are no longer evaluated to create separate nodes; their
Ted Kremenek
2008-01-16
1
-15
/
+20
*
Fixed bug where we performed addition instead of subtraction during
Ted Kremenek
2008-01-16
1
-1
/
+1
*
Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly
Ted Kremenek
2008-01-16
2
-2
/
+2
*
Added initial graph visualization support for the GRConstants analysis.
Ted Kremenek
2008-01-16
1
-11
/
+85
*
Fixed invalid typedefs in the root and eop iterators for ExplodedGraph.
Ted Kremenek
2008-01-16
1
-8
/
+8
*
Handle attribute(used) global variables that are i8.
Chris Lattner
2008-01-16
1
-14
/
+13
*
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
3
-13
/
+50
*
Added support from retrieving stored values to variables.
Ted Kremenek
2008-01-16
1
-2
/
+6
*
Added support for assignments in GRConstants.
Ted Kremenek
2008-01-16
1
-0
/
+24
*
Fixed bug where GRConstants::AddBindings() did not check for values
Ted Kremenek
2008-01-16
1
-1
/
+2
*
Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly
Ted Kremenek
2008-01-16
1
-1
/
+1
*
Move promoteExprToType from being a static method in SemaExpr.cpp to being
Chris Lattner
2008-01-16
5
-47
/
+77
*
add accessors to switchstmt.
Chris Lattner
2008-01-16
1
-0
/
+5
*
Fixed broken bitmasking in the ctor of ProgramPoint.
Ted Kremenek
2008-01-16
1
-1
/
+1
*
Added missing call to the checker's Initialize() method in the alternate
Ted Kremenek
2008-01-16
1
-2
/
+4
*
Added missing ctor to ExplodedGraph.
Ted Kremenek
2008-01-16
1
-0
/
+2
*
Fixed incorrect pointer mask.
Ted Kremenek
2008-01-16
1
-1
/
+1
*
Shortened driver option for running the GR-constants analysis to --grconstants.
Ted Kremenek
2008-01-16
1
-1
/
+1
[next]