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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
16
-127
/
+173
*
Remove references to the now deprecated gccas and gccld.
Reid Spencer
2007-02-12
1
-2
/
+1
*
Update for llvm-gcc v4.0 usage.
Reid Spencer
2007-02-12
2
-36
/
+16
*
add #include
Chris Lattner
2007-02-12
3
-0
/
+3
*
add new ShouldRehash method to factor out common code. Fix the dtor to not
Chris Lattner
2007-02-11
1
-12
/
+14
*
regenerate
Chris Lattner
2007-02-11
6
-8699
/
+6498
*
add #include
Chris Lattner
2007-02-11
2
-0
/
+2
*
do not allow hash table to be filled with tombstones.
Chris Lattner
2007-02-11
1
-4
/
+10
*
Add support for removing elements out of StringMap.
Chris Lattner
2007-02-11
2
-12
/
+94
*
For PR1196:
Reid Spencer
2007-02-11
1
-2
/
+3
*
Replace the ugly FindValue method with STL-like find methods.
Chris Lattner
2007-02-11
2
-5
/
+59
*
fix uninitialized variable
Chris Lattner
2007-02-11
1
-0
/
+1
*
remove support for stringmap visitors now that iterators exist.
Chris Lattner
2007-02-11
2
-23
/
+0
*
add support for iterators.
Chris Lattner
2007-02-11
1
-2
/
+9
*
add iterator support, plus support for size() and empty().
Chris Lattner
2007-02-11
1
-1
/
+75
*
simplify code by using Value::takeName
Chris Lattner
2007-02-11
4
-32
/
+26
*
Simplify code by using value::takename
Chris Lattner
2007-02-11
6
-71
/
+61
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
6
-34
/
+23
*
add an optimization for the case where the src has no name
Chris Lattner
2007-02-11
1
-0
/
+6
*
Fix comments to match names of functions.
Nick Lewycky
2007-02-11
3
-11
/
+11
*
simplify this code by using value::takename
Chris Lattner
2007-02-11
1
-8
/
+5
*
add a helper method: Value::takeName
Chris Lattner
2007-02-11
2
-12
/
+30
*
Split StringMapEntry construction out of StringMap, into StringMapEntry.
Chris Lattner
2007-02-11
1
-28
/
+55
*
Undo the last patch. It slowed down bcwriter by 1.8% but only sped up
Reid Spencer
2007-02-11
1
-67
/
+5
*
Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse
Chris Lattner
2007-02-10
1
-3
/
+5
*
modify CheckGEPInstructions to take a pointer and size instead of a vector.
Chris Lattner
2007-02-10
1
-23
/
+31
*
Assert that elements of packed are pointer/float/opaque.
Reid Spencer
2007-02-10
1
-0
/
+4
*
remove dead method.
Chris Lattner
2007-02-10
1
-7
/
+0
*
eliminate use of TargetData::getIndexedOffset that takes a vector
Chris Lattner
2007-02-10
2
-7
/
+14
*
completely eliminate a temporary vector
Chris Lattner
2007-02-10
1
-2
/
+2
*
eliminate temporary vectors.
Chris Lattner
2007-02-10
2
-4
/
+5
*
Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up
Chris Lattner
2007-02-10
1
-13
/
+31
*
add a typedef
Chris Lattner
2007-02-10
1
-9
/
+8
*
eliminate the std::vector from StructLayout, allocating the elements immediately
Chris Lattner
2007-02-10
2
-46
/
+61
*
encapsulate the rest of the StructLayout members.
Chris Lattner
2007-02-10
3
-7
/
+15
*
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-10
10
-14
/
+20
*
add helper method.
Chris Lattner
2007-02-10
1
-0
/
+3
*
Use ManagedStatic to manage LayoutInfo, instead of rolling our own.
Chris Lattner
2007-02-10
1
-27
/
+24
*
Change TargetData::getIndexedOffset interface to not require indices
Chris Lattner
2007-02-10
2
-9
/
+14
*
Allow PackedType to be constructed with an abstract type.
Reid Spencer
2007-02-10
1
-3
/
+1
*
fix a grammar ambiguity noticed by Duncan
Chris Lattner
2007-02-10
1
-1
/
+2
*
Align make log output with the rest of llvm.
Reid Spencer
2007-02-10
2
-12
/
+12
*
Compaction tables don't exist any more.
Reid Spencer
2007-02-10
2
-62
/
+0
*
For PR1194:
Reid Spencer
2007-02-10
1
-5
/
+67
*
Fix a comment.
Reid Spencer
2007-02-10
1
-1
/
+1
*
convert some vectors to smallvector.
Chris Lattner
2007-02-10
1
-2
/
+3
*
speed up the verifier 8.5% by using a smallvector instead of vector.
Chris Lattner
2007-02-10
1
-2
/
+5
*
Change an std::set to a SmallPtrSet. This speeds up the verifier on
Chris Lattner
2007-02-10
1
-1
/
+2
*
Change the table datastructure to be a vector<smallvector>, instead of
Chris Lattner
2007-02-10
3
-16
/
+14
*
Make BytecodeWriter::outputValueSymbolTable *significantly* less abusive
Chris Lattner
2007-02-10
1
-3
/
+4
[next]