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
*
Add comparator useful for natural comparisons on collections with
Alkis Evlogimenos
2004-05-30
2
-0
/
+12
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
1
-4
/
+6
*
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-29
1
-2
/
+0
*
Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
Chris Lattner
2004-05-28
2
-4
/
+4
*
Eliminate this form of SymbolTable::remove. It ignores the type argument
Chris Lattner
2004-05-28
1
-4
/
+3
*
Add a new function for the JIT
Chris Lattner
2004-05-28
2
-0
/
+14
*
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-05-28
2
-2
/
+22
*
An "autoconf wrapper" for the infamous windows.h file
Chris Lattner
2004-05-27
2
-0
/
+46
*
Added a check for a new header file.
John Criswell
2004-05-27
2
-0
/
+6
*
Beta-test moving a header from include/Support into the llvm hierarchy:
Chris Lattner
2004-05-27
1
-32
/
+0
*
Moved header from include/Support/ to include/llvm/System
Chris Lattner
2004-05-27
1
-3
/
+3
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
5
-28
/
+129
*
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
1
-8
/
+28
*
Provide the correct patch for bug 345. The solution is to add a setTypeName
Reid Spencer
2004-05-26
1
-4
/
+5
*
Tighten up checking on SymbolTable interface to make it illegal to pass a
Reid Spencer
2004-05-26
1
-2
/
+4
*
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
[next]