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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Several fixes:
Vikram S. Adve
2002-11-27
2
-36
/
+94
*
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-27
2
-0
/
+2
*
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-27
1
-7
/
+5
*
Added virtual functions for storing and retrieving values from the stack.
Misha Brukman
2002-11-22
1
-9
/
+14
*
Instead of checking op.getType() against MO_VirtualRegister and
Misha Brukman
2002-11-22
1
-0
/
+14
*
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-22
1
-1
/
+4
*
Cloning stuff doesn't modify the source module
Chris Lattner
2002-11-20
1
-1
/
+1
*
MRegisterInfo.h - Added prototypes for functions we need to map a register to
Misha Brukman
2002-11-20
2
-6
/
+50
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-19
/
+6
*
Eliminate the concept of a deferred symbol table. The optimization really is...
Chris Lattner
2002-11-20
1
-13
/
+3
*
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-11-20
2
-0
/
+53
*
Minor changes to cloning interface
Chris Lattner
2002-11-19
1
-1
/
+24
*
Extend function cloning interface to support inlining
Chris Lattner
2002-11-19
1
-2
/
+7
*
This file is supersumed by Utils/Cloning.h
Chris Lattner
2002-11-19
2
-40
/
+0
*
Merge cloning and inlining utilities
Chris Lattner
2002-11-19
1
-0
/
+41
*
Move inlining pass to IPO.h
Chris Lattner
2002-11-19
2
-4
/
+5
*
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
1
-0
/
+8
*
Add a new Module::getNamedFunction method
Chris Lattner
2002-11-19
1
-0
/
+6
*
Ignore options that are ""
Chris Lattner
2002-11-19
1
-1
/
+1
*
Add facility to compute peak memory usage
Chris Lattner
2002-11-18
2
-0
/
+22
*
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-18
2
-24
/
+36
*
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
2
-30
/
+0
*
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-18
2
-14
/
+54
*
Add helper method
Chris Lattner
2002-11-18
1
-0
/
+4
*
Print is const!
Chris Lattner
2002-11-17
1
-1
/
+1
*
Make sure that print gets a targetmachine
Chris Lattner
2002-11-17
2
-2
/
+4
*
Omit the indirect node when printing call graphs
Chris Lattner
2002-11-17
1
-1
/
+3
*
Add machine independant printer interface
Chris Lattner
2002-11-17
2
-0
/
+12
*
Finish enumating code
Chris Lattner
2002-11-17
1
-3
/
+22
*
Remove unused methods
Chris Lattner
2002-11-17
1
-2
/
+0
*
Convert to use an enum to access def/use/use&def information. These make
Chris Lattner
2002-11-17
2
-22
/
+54
*
Return const refefrences to enable default construction
Chris Lattner
2002-11-17
1
-7
/
+8
*
Fix warning
Chris Lattner
2002-11-15
2
-6
/
+2
*
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-11-14
1
-1
/
+10
*
Remove dead method, add new method
Chris Lattner
2002-11-12
2
-14
/
+18
*
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-11
2
-2
/
+30
*
add method
Chris Lattner
2002-11-10
2
-0
/
+6
*
Add code to be able to merge two call sites
Chris Lattner
2002-11-10
2
-0
/
+22
*
Add tarj_end() method
Chris Lattner
2002-11-10
2
-0
/
+10
*
Add hasGraph() methods to all of the passes for the printer
Chris Lattner
2002-11-10
2
-2
/
+26
*
Implement swapping
Chris Lattner
2002-11-10
2
-0
/
+30
*
Implement support for swapping. Callsites now sort by callee
Chris Lattner
2002-11-10
2
-4
/
+32
*
Add capability to set a preference of what call vector is printed to dot files
Chris Lattner
2002-11-10
2
-0
/
+22
*
Fix a problem where bad graphs could be generated
Chris Lattner
2002-11-10
2
-2
/
+6
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
2
-4
/
+4
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
2
-2
/
+18
*
Move maskNodeTypes from cpp file
Chris Lattner
2002-11-09
2
-8
/
+14
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
2
-2
/
+2
*
Make removeTriviallyDeadNodes a private interface
Chris Lattner
2002-11-09
2
-36
/
+16
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
4
-22
/
+30
[next]