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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
1
-112
/
+38
*
Start using the new function cloning header
Chris Lattner
2002-11-19
1
-1
/
+2
*
Move MutatStructTypes.h out of IPO
Chris Lattner
2002-11-19
2
-2
/
+2
*
Rename CloneFunction.h to Cloning.h
Chris Lattner
2002-11-19
1
-1
/
+1
*
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
1
-0
/
+83
*
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
Chris Lattner
2002-11-10
1
-19
/
+37
*
Use the new getMainFunction() method to efficiently locate main
Chris Lattner
2002-11-08
1
-10
/
+5
*
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
Chris Lattner
2002-11-08
1
-2
/
+1
*
Really disable pool allocator
Chris Lattner
2002-10-17
1
-2
/
+3
*
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
1
-4
/
+4
*
Account for global variables resolved more accurately.
Chris Lattner
2002-10-13
1
-3
/
+5
*
Use methods that are more explanatory
Chris Lattner
2002-10-13
1
-1
/
+1
*
Stop using DataStructureGraph.h
Chris Lattner
2002-10-10
1
-4
/
+1
*
- Dramatically simplify the ConstantMerge code now that
Chris Lattner
2002-10-09
1
-102
/
+3
*
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-09
1
-122
/
+213
*
Non-functionality change just to make it more clear what is going on
Chris Lattner
2002-10-07
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
7
-76
/
+73
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+2
*
Converted SimpleStructMutation to take TargetData as a required pass.
Chris Lattner
2002-09-26
1
-24
/
+9
*
Fix: ConstantMerge/2002-09-23-CPR-Update.ll
Chris Lattner
2002-09-23
1
-14
/
+102
*
Don't insert a PHI node to merge "returns" from an inlined function if there
Chris Lattner
2002-09-22
1
-1
/
+12
*
Fix FunctionInlining pass assertion failure:
Chris Lattner
2002-09-16
1
-1
/
+1
*
Function.h is unnecessary when Module.h is included.
Misha Brukman
2002-09-14
1
-1
/
+0
*
Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
Misha Brukman
2002-09-14
1
-3
/
+0
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
2
-5
/
+6
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
1
-2
/
+1
*
Fix bug in previous checkin
Chris Lattner
2002-09-10
1
-0
/
+1
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-4
/
+3
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-23
/
+12
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-11
/
+5
*
Factor silly code duplication out
Chris Lattner
2002-09-08
1
-10
/
+5
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-6
/
+0
*
Do not create load/stores with indexes
Chris Lattner
2002-08-21
1
-14
/
+16
*
- Made GlobalDCE worklist driven, making it more successful. Now can handle
Chris Lattner
2002-08-18
1
-17
/
+176
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-6
/
+0
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
4
-5
/
+5
*
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
1
-1
/
+0
*
* Indent class into anonymous namespace, filling up the diff with garbage
Chris Lattner
2002-07-30
1
-30
/
+43
*
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
1
-1
/
+2
*
* Make sure the resolved function call instructions get the name from the
Chris Lattner
2002-07-30
1
-7
/
+15
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
2
-3
/
+3
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
7
-14
/
+14
*
*** empty log message ***
Chris Lattner
2002-07-25
2
-1
/
+2
*
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...
Chris Lattner
2002-07-24
4
-4
/
+4
*
Merge ChangeAllocations into scalar.h
Chris Lattner
2002-07-23
1
-1
/
+1
*
Rename header
Chris Lattner
2002-07-23
1
-1
/
+1
*
Cleanup and simplify code
Chris Lattner
2002-07-23
1
-59
/
+22
*
Incorporate ConstantMerge.h into IPO.h
Chris Lattner
2002-07-23
1
-3
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
3
-6
/
+8
*
* Remove getPassName implementation
Chris Lattner
2002-07-23
4
-8
/
+7
[prev]
[next]