index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
LowerGC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deleting an empty file. Thanks, /usr/bin/patch!
Gordon Henriksen
2008-01-07
1
-0
/
+0
*
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
1
-350
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-7
/
+7
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-0
/
+2
*
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-09-12
1
-4
/
+1
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-4
/
+11
*
Fix a gcroot lowering bug.
Evan Cheng
2007-09-01
1
-2
/
+5
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-1
/
+1
*
Fix comment typo
David Greene
2007-08-07
1
-1
/
+1
*
Make this code more efficient.
David Greene
2007-08-06
1
-5
/
+5
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-2
/
+13
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+4
*
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-13
1
-3
/
+3
*
For PR411:
Reid Spencer
2007-02-05
1
-3
/
+3
*
remove temporary vectors.
Chris Lattner
2007-01-31
1
-9
/
+6
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
relax some types
Chris Lattner
2007-01-07
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
1
-9
/
+9
*
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-13
1
-2
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-5
/
+9
*
For PR950:
Reid Spencer
2006-10-20
1
-6
/
+6
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Shrink libllvmgcc.dylib by another 23K
Chris Lattner
2006-06-28
1
-1
/
+2
*
FunctionPass's cannot do IPO things.
Chris Lattner
2006-01-14
1
-4
/
+0
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-2
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-9
/
+9
*
Initialize with the correct constant type
Chris Lattner
2004-10-27
1
-2
/
+3
*
Correction to allow compilation with Visual C++.
Reid Spencer
2004-10-18
1
-2
/
+2
*
Update GC intrinsics to take a pointer to the object as well as a pointer
Chris Lattner
2004-07-22
1
-5
/
+8
*
Expand the coercion of constants to include the newly constant Globals.
Reid Spencer
2004-07-18
1
-2
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-3
/
+3
*
Spelling people's names right is kinda important
Chris Lattner
2004-05-23
1
-1
/
+1
*
Implement the -lowergc pass which is used by code generators (like the CBE)
Chris Lattner
2004-05-23
1
-0
/
+326