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
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
4
-10
/
+37
*
Fix spelling of doxygen directive.
Misha Brukman
2004-05-26
1
-1
/
+1
*
Part of bug 122:
Reid Spencer
2004-05-26
2
-10
/
+7
*
Make the constructor explicit so we can't implicitly convert bool to
Reid Spencer
2004-05-25
1
-1
/
+1
*
Adding the initial implementation of the SlotTable class. This class is
Reid Spencer
2004-05-25
1
-0
/
+194
*
Removed unused, useless header file.
Reid Spencer
2004-05-25
1
-53
/
+0
*
Give Type its own dump() method in preparation for Type != Value.
Reid Spencer
2004-05-25
1
-0
/
+3
*
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
1
-82
/
+335
*
Convert dump() method to call Type::dump() instead of Value::dump().
Reid Spencer
2004-05-25
1
-1
/
+1
*
Add some helpers
Chris Lattner
2004-05-25
1
-0
/
+3
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
2
-5
/
+6
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
2
-3
/
+37
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+1
*
Add the new GC intrinsics
Chris Lattner
2004-05-23
1
-12
/
+17
*
Add a new prototype
Chris Lattner
2004-05-23
1
-2
/
+11
*
Several *major* changes to the AA interfaces:
Chris Lattner
2004-05-23
1
-11
/
+43
*
Add interfaces to update value numbering results
Chris Lattner
2004-05-23
1
-5
/
+22
*
Rename a method
Chris Lattner
2004-05-23
1
-3
/
+3
*
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
1
-7
/
+2
*
Remove virtual destructor from InstVisitor. This class should never be
Alkis Evlogimenos
2004-05-23
1
-2
/
+0
*
Adding support to clone MachineInstr
Tanya Lattner
2004-05-23
1
-1
/
+13
*
Remember the set of leaders. Also compute on demand and cache the equiv
Vikram S. Adve
2004-05-23
2
-64
/
+104
*
Add getCaller() method.
Vikram S. Adve
2004-05-23
1
-0
/
+5
*
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-23
1
-0
/
+176
*
Fix size/offset assertion to allow negative offsets and folded nodes.
Vikram S. Adve
2004-05-23
2
-2
/
+16
*
Fix a typo in the head-of-file comment.
Brian Gaeke
2004-05-23
1
-14
/
+21
*
It's not clear to me whether the old version was correct C++ code, but in
Chris Lattner
2004-05-21
1
-3
/
+3
*
Starting an identifier with an _ is not legal C/C++ code.
Chris Lattner
2004-05-21
1
-7
/
+7
*
Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...
Alkis Evlogimenos
2004-05-19
1
-0
/
+8
*
Minor aesthetic alignments; no functional changes.
Misha Brukman
2004-05-17
1
-3
/
+3
*
* Minor aesthetic alignment of iterator declarations
Misha Brukman
2004-05-17
1
-5
/
+2
*
Define erase forwarding method on traces
Brian Gaeke
2004-05-17
1
-0
/
+3
*
Fix a comment.
Brian Gaeke
2004-05-12
1
-2
/
+4
*
Add a NextMBBNumber field w/ incrementing accessor method, for
Brian Gaeke
2004-05-12
1
-0
/
+7
*
Add a Number field w/ accessor method, for function-level unique numbering
Brian Gaeke
2004-05-12
1
-1
/
+8
*
Add support for inserting all prototypes up-front
Chris Lattner
2004-05-09
2
-0
/
+14
*
Fixed up sched graph.
Tanya Lattner
2004-05-08
1
-4
/
+3
*
Registering the ModuloScheduling pass.
Tanya Lattner
2004-05-08
1
-0
/
+4
*
Changed CPUResource to allow access to max num users for a resource.
Tanya Lattner
2004-05-08
1
-3
/
+2
*
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-05-07
2
-4
/
+6
*
Fix for gcc3.4: invalid use of forward delacred class on line 93
Alkis Evlogimenos
2004-05-06
1
-2
/
+1
*
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-05
2
-6
/
+4
*
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
1
-2
/
+2
*
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-05-04
1
-8
/
+20
*
Provide visit(Module&) and visitModule(Module&) functionality.
Misha Brukman
2004-05-04
1
-0
/
+5
*
Add BBTrace accessor method and data member.
Brian Gaeke
2004-05-04
1
-0
/
+6
*
New header file containing profile info enums shared between the C++ analysis
Brian Gaeke
2004-05-04
1
-0
/
+28
*
Initialize member out of paranoia
Chris Lattner
2004-05-02
1
-2
/
+1
*
Chris told me to take these assertions out a few days ago, but I forgot to
Brian Gaeke
2004-05-02
1
-10
/
+0
*
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-05-01
1
-10
/
+6
[next]