OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
android-x86/external-llvm.git
2007-02-13
Chris Lattner
new testcase for PR1197
commit
|
commitdiff
|
tree
|
snapshot
2007-02-13
Chris Lattner
Add invokeinst and callinst ctors that don't take vectors.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-13
Chris Lattner
remove some dead methods.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-13
Chris Lattner
regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-02-13
Chris Lattner
eliminate use of methods that take vectors as args
commit
|
commitdiff
|
tree
|
snapshot
2007-02-13
Andrew Lenharth
I love non-deturminism. Returning objects with referen...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
stop using me thods that take a vector
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
stop using methods that take vectors.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
more notes
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Zhou Sheng
1. Make APInt::shl work correctly and more efficiently.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Jim Laskey
Wrong value type.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
avoid creating a temporary string when reading the...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
Add new setName accessor which doesn't require creating...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Lauro Ramos...
Fix build error on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
Switch ValueSymbolTable to use StringMap<Value*> instea...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Reid Spencer
Remove references to the now deprecated gccas and gccld.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Reid Spencer
Update for llvm-gcc v4.0 usage.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-12
Chris Lattner
add #include
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add new ShouldRehash method to factor out common code...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add #include
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
do not allow hash table to be filled with tombstones.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
Add support for removing elements out of StringMap.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Reid Spencer
For PR1196:
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
Replace the ugly FindValue method with STL-like find...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
fix uninitialized variable
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
remove support for stringmap visitors now that iterator...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add support for iterators.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add iterator support, plus support for size() and empty().
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
simplify code by using Value::takeName
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
Simplify code by using value::takename
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
simplify name juggling through the use of Value::takeName.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add an optimization for the case where the src has...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Nick Lewycky
Fix comments to match names of functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
simplify this code by using value::takename
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
add a helper method: Value::takeName
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Chris Lattner
Split StringMapEntry construction out of StringMap...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-11
Reid Spencer
Undo the last patch. It slowed down bcwriter by 1.8...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Switch some std::vector's to SmallVectors. This speeds...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
modify CheckGEPInstructions to take a pointer and size...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
Assert that elements of packed are pointer/float/opaque.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
remove dead method.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
eliminate use of TargetData::getIndexedOffset that...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
completely eliminate a temporary vector
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
eliminate temporary vectors.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Switch LayoutInfo to be a DenseMap instead of an std...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
add a typedef
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
eliminate the std::vector from StructLayout, allocating...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
encapsulate the rest of the StructLayout members.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Privatize StructLayout::MemberOffsets, adding an accessor
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
add helper method.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Use ManagedStatic to manage LayoutInfo, instead of...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Change TargetData::getIndexedOffset interface to not...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
Allow PackedType to be constructed with an abstract...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
fix a grammar ambiguity noticed by Duncan
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
Align make log output with the rest of llvm.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
Compaction tables don't exist any more.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
For PR1194:
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Reid Spencer
Fix a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
convert some vectors to smallvector.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
speed up the verifier 8.5% by using a smallvector inste...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Change an std::set to a SmallPtrSet. This speeds up...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Change the table datastructure to be a vector<smallvect...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Make BytecodeWriter::outputValueSymbolTable *significan...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
make the datastructure used in BytecodeWriter::outputVa...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Switch typemap over to DenseMap. No significant speedup.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Switch NodeMap from an std::map to a DenseMap. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Make find return the appropriate iterator/const_iterator
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
use typedefs where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
The ModuleLevel vector is often quite sparse. Switch...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Allow DenseMAp to take an explicit DenseMapKeyInfo
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Make the ModuleLevel datastructure more sane. When...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Only compute the module levels info once per module...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Clone and specialize CreateSlotIfNeeded into CreateFunc...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
make getSlot/getTypeSlot inline
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
getTypeSlot can never fail
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
getSlot can never fail. Make it assert internally...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
simplify getOrCreateTypeSlot, eliminat doInsertType...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
simplify and speed up recursive type processing.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
rename getOrCreateSlot -> CreateSlotIfNeeded. Noone...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
refactor callers of insertType. inline insertType...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
simplify code.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
simplify some logic, reduce nesting
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
Remove dead ctor
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
ModuleContainsAllFunctionConstants is always true
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
only one client of getOrCreateSlot can pass a void...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
inline hasNullValue, rename some variables, simplify...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
merge insertValue into its single caller, eliminate...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
merge doInsertValue into insertValue
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
insertvalue's second operand is always false
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
remove dead 'dontIgnore' flag for insertType
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Chris Lattner
rename getSlot -> getSlotType and getOrCreateSlot ...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Evan Cheng
Add function live-ins to entry block live-in set.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Evan Cheng
Add live-ins to MachineBasicBlock.
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
Evan Cheng
Rename some variables to avoid confusion with Selection...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-09
Evan Cheng
These vectors are frequently large. Use std::vector...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-09
Chris Lattner
Fix clients like this:
commit
|
commitdiff
|
tree
|
snapshot
2007-02-09
Evan Cheng
Add reference counting to constantpool entries. Delete...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-09
Reid Spencer
Use int32_t and uint32_t to hopefully help weak compile...
commit
|
commitdiff
|
tree
|
snapshot
next