index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LowerGC.cpp
Age
Commit message (
Expand
)
Author
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-09-12
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-01
Fix a gcroot lowering bug.
Evan Cheng
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-07
Fix comment typo
David Greene
2007-08-06
Make this code more efficient.
David Greene
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-31
remove temporary vectors.
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-07
relax some types
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-06-28
Shrink libllvmgcc.dylib by another 23K
Chris Lattner
2006-01-14
FunctionPass's cannot do IPO things.
Chris Lattner
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Initialize with the correct constant type
Chris Lattner
2004-10-18
Correction to allow compilation with Visual C++.
Reid Spencer
2004-07-22
Update GC intrinsics to take a pointer to the object as well as a pointer
Chris Lattner
2004-07-18
Expand the coercion of constants to include the newly constant Globals.
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-05-23
Spelling people's names right is kinda important
Chris Lattner
2004-05-23
Implement the -lowergc pass which is used by code generators (like the CBE)
Chris Lattner