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
*
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
*
make the datastructure used in BytecodeWriter::outputValueSymbolTable
Chris Lattner
2007-02-10
1
-4
/
+4
*
Switch typemap over to DenseMap. No significant speedup.
Chris Lattner
2007-02-10
1
-2
/
+1
*
Switch NodeMap from an std::map to a DenseMap. This speeds up bcwriting
Chris Lattner
2007-02-10
1
-1
/
+1
*
Make find return the appropriate iterator/const_iterator
Chris Lattner
2007-02-10
1
-2
/
+8
*
use typedefs where appropriate
Chris Lattner
2007-02-10
2
-3
/
+3
*
The ModuleLevel vector is often quite sparse. Switch it to a DenseMap. This
Chris Lattner
2007-02-10
2
-18
/
+24
*
Allow DenseMAp to take an explicit DenseMapKeyInfo
Chris Lattner
2007-02-10
1
-19
/
+20
*
Make the ModuleLevel datastructure more sane. When a function-local value
Chris Lattner
2007-02-10
2
-33
/
+19
*
Only compute the module levels info once per module, instead of once
Chris Lattner
2007-02-10
1
-15
/
+7
*
Clone and specialize CreateSlotIfNeeded into CreateFunctionValueSlot to handle
Chris Lattner
2007-02-10
2
-63
/
+101
*
make getSlot/getTypeSlot inline
Chris Lattner
2007-02-10
2
-14
/
+11
*
getTypeSlot can never fail
Chris Lattner
2007-02-10
3
-62
/
+26
*
getSlot can never fail. Make it assert internally, eliminate checks in
Chris Lattner
2007-02-10
3
-63
/
+32
*
simplify getOrCreateTypeSlot, eliminat doInsertType. Eliminate post-order it...
Chris Lattner
2007-02-10
2
-32
/
+10
*
simplify and speed up recursive type processing.
Chris Lattner
2007-02-10
1
-4
/
+2
[next]