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
/
Transforms
/
IPO
/
StructRetPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
1
-2
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+4
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
1
-1
/
+3
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+2
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-2
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-1
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
1
-1
/
+2
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
1
-4
/
+1
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-4
/
+12
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-18
/
+18
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-6
/
+6
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-4
/
+4
*
Update the callgraph correctly.
Duncan Sands
2008-09-08
1
-1
/
+4
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Replace two for loops with while(!X->use_empty()) loops. This prevents
Matthijs Kooijman
2008-08-14
1
-10
/
+8
*
Let SRETPromotion properly preserve the function name instead of (implicitly)
Matthijs Kooijman
2008-08-07
1
-1
/
+2
*
Fix SRETPromotion, it was generating functions without returns statements since
Matthijs Kooijman
2008-08-07
1
-1
/
+1
*
Add some debug output to SRETPromotion.
Matthijs Kooijman
2008-08-07
1
-0
/
+4
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-19
/
+5
*
Let StructRetPromotion check if all if its users are really calls or invokesn,
Matthijs Kooijman
2008-06-05
1
-0
/
+4
*
Let StructRetPromotion check if it's users are really calling it and not
Matthijs Kooijman
2008-06-05
1
-0
/
+4
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-1
/
+1
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
Fix a type and formatting.
Duncan Sands
2008-05-09
1
-2
/
+2
*
Improve pass documentation and comments.
Gordon Henriksen
2008-05-08
1
-2
/
+11
*
Check linkage.
Devang Patel
2008-05-08
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-8
/
+8
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-24
/
+20
*
Fix attribute handling.
Devang Patel
2008-03-12
1
-14
/
+14
*
Initialize.
Devang Patel
2008-03-11
1
-2
/
+2
*
Skip, for now, callsites where use of sret argument is not dominated by calls...
Devang Patel
2008-03-05
1
-0
/
+4
*
Filter nested structs
Devang Patel
2008-03-04
1
-0
/
+16
*
Use appropriate index to get the result value.
Devang Patel
2008-03-04
1
-1
/
+3
*
Skip sret attribute while preparing attribute list for
Devang Patel
2008-03-04
1
-11
/
+21
*
Increment counter that keeps track of total number of sret promoted.
Devang Patel
2008-03-04
1
-0
/
+1
*
Skip declarations.
Devang Patel
2008-03-04
1
-1
/
+1
*
Process externally visible functions also. Later on code generator will do th...
Devang Patel
2008-03-04
1
-2
/
+1
*
Collect statistics.
Devang Patel
2008-03-04
1
-5
/
+11
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-1
/
+1
*
Preserve paramater attributes.
Devang Patel
2008-03-03
1
-2
/
+31
*
Fix cut-n-pasto.
Devang Patel
2008-02-29
1
-19
/
+1
*
Add pass to promote sret.
Devang Patel
2008-02-29
1
-0
/
+292