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
/
IPO
/
ArgumentPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Restructure ArgumentPromotion a bit. Instead of just having a single boolean
Matthijs Kooijman
2008-07-29
1
-99
/
+235
*
convert more operand loops to iterator formulation
Gabor Greif
2008-05-29
1
-2
/
+3
*
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-27
1
-1
/
+2
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-4
/
+2
*
Indent fix.
Matthijs Kooijman
2008-05-23
1
-2
/
+2
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-2
/
+2
*
80 col / tabs fixes
Nate Begeman
2008-05-13
1
-4
/
+5
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
Allow argpromote to promote struct arguments with a specified number
Chris Lattner
2008-04-19
1
-10
/
+17
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-12
/
+12
*
Take the old function's name.
Zhou Sheng
2008-03-20
1
-0
/
+1
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-17
/
+14
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-1
/
+1
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-5
/
+9
*
Don't drop function/call return attributes like 'nounwind'.
Duncan Sands
2008-02-01
1
-0
/
+8
*
Fix arg promotion to propagate the correct attrs on the calls to
Chris Lattner
2008-01-17
1
-14
/
+25
*
Small simplification.
Duncan Sands
2008-01-13
1
-4
/
+1
*
Teach argpromote to ruthlessly hack small byval structs when it can
Chris Lattner
2008-01-11
1
-70
/
+150
*
Use smallptrset instead of std::set for efficiency.
Chris Lattner
2008-01-11
1
-2
/
+3
*
a byval argument is guaranteed to be valid to load.
Chris Lattner
2008-01-11
1
-4
/
+19
*
Update this code to use eraseFromParent where possible. Compute
Chris Lattner
2008-01-11
1
-26
/
+27
*
replace a loop with a constant time check.
Chris Lattner
2008-01-11
1
-3
/
+2
*
another minor datastructure tweak.
Chris Lattner
2008-01-11
1
-1
/
+1
*
start using smallvector to avoid vector heap thrashing.
Chris Lattner
2008-01-11
1
-6
/
+7
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-25
1
-0
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-4
/
+31
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-1
/
+1
*
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-26
1
-8
/
+8
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-3
/
+3
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-1
/
+1
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-1
/
+1
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
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
-0
/
+4
*
Use APInt conversion to string so the result is correct regardless of the
Reid Spencer
2007-03-01
1
-1
/
+1
*
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-13
1
-5
/
+6
*
stop using methods that take vectors.
Chris Lattner
2007-02-12
1
-2
/
+5
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
1
-4
/
+2
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
1
-3
/
+3
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-7
/
+4
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
1
-8
/
+7
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
For PR950:
Reid Spencer
2006-10-20
1
-3
/
+3
[prev]
[next]