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
*
Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When
Chris Lattner
2007-02-07
1
-5
/
+0
*
TypeSymbolTable::rename is dead, remove it
Chris Lattner
2007-02-07
1
-4
/
+0
*
eliminate std::vector's from the bchandler interface
Chris Lattner
2007-02-07
1
-5
/
+5
*
do not let the table fill up with tombstones.
Chris Lattner
2007-02-07
1
-0
/
+2
*
Fix a really subtle bug where the entire hash table could fill with
Chris Lattner
2007-02-07
1
-2
/
+23
*
Deemed too cute to live.
Jim Laskey
2007-02-06
1
-2
/
+2
*
Support var arg intrinsics.
Jim Laskey
2007-02-06
1
-0
/
+7
*
Fix build error.
Lauro Ramos Venancio
2007-02-06
1
-0
/
+1
*
As Reid suggested, fixed some problems.
Zhou Sheng
2007-02-06
1
-182
/
+110
*
Simplify this a bit, add an assertion
Chris Lattner
2007-02-05
1
-11
/
+10
*
StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,
Chris Lattner
2007-02-05
1
-22
/
+11
*
Const method must use const_iterator.
Chris Lattner
2007-02-05
1
-2
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-14
/
+5
*
For PR411:
Reid Spencer
2007-02-05
8
-306
/
+50
*
Add a class APInt to represent arbitrary precision constant integral values.
Zhou Sheng
2007-02-05
1
-0
/
+489
*
Use unsigned char& instead of std::vector<>::reference.
Bill Wendling
2007-02-05
1
-4
/
+2
*
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
Chris Lattner
2007-02-04
1
-2
/
+2
*
Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate
Chris Lattner
2007-02-04
1
-0
/
+43
*
Add a new SDNode ctor and InitOperands method. This allows the operands for
Chris Lattner
2007-02-04
1
-37
/
+69
*
eliminate the SDNode::setValueTypes method.
Chris Lattner
2007-02-04
1
-53
/
+37
*
eliminate a bunch of duplicate ctors and helper functions.
Chris Lattner
2007-02-04
1
-83
/
+60
*
move MorphNode to out of line and merge setNodeOperands into it. There is
Chris Lattner
2007-02-04
1
-28
/
+5
*
simplify MorphNodeTo to take a VTList operand.
Chris Lattner
2007-02-04
1
-7
/
+4
*
eliminate some extraneous methods in SDNode
Chris Lattner
2007-02-04
1
-25
/
+0
*
Give each selectiondag node class a home for it's vtable and rtti info
Chris Lattner
2007-02-04
1
-0
/
+18
*
add a version of insert that takes the key and value.
Chris Lattner
2007-02-04
1
-8
/
+23
*
For PR1163:
Reid Spencer
2007-02-04
1
-4
/
+3
*
Make SmallSetVector useful
Chris Lattner
2007-02-04
1
-4
/
+5
*
Various bugfixes
Chris Lattner
2007-02-04
1
-1
/
+1
*
Convert SetVector to be a true adapter class and add SmallSetVector.
Chris Lattner
2007-02-03
1
-5
/
+22
*
For PR1072:
Reid Spencer
2007-02-03
2
-9
/
+0
*
8 buckets is way too small to start out with. This was only for testing.
Chris Lattner
2007-02-03
1
-1
/
+1
*
remove a dead header
Chris Lattner
2007-02-03
1
-273
/
+0
*
Added GetTargetRelocation method.
Bill Wendling
2007-02-03
1
-1
/
+10
*
Added some accessor methods.
Bill Wendling
2007-02-03
1
-0
/
+9
*
Moved MachORelocation to its own header file. Have a call through the
Bill Wendling
2007-02-03
1
-33
/
+14
*
New file for the MachORelocation structure. It doesn't have to be tied to the
Bill Wendling
2007-02-03
1
-0
/
+54
*
switch the sched unit map over to use a DenseMap instead of std::map. This
Chris Lattner
2007-02-03
2
-3
/
+3
*
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-03
1
-8
/
+8
*
silence annoying warning in release-asserts build
Chris Lattner
2007-02-02
1
-0
/
+1
*
add find/erase, add const iterators, fix bugs in iterators.
Chris Lattner
2007-02-02
1
-19
/
+67
*
add iterators
Chris Lattner
2007-02-02
1
-22
/
+82
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
6
-131
/
+72
*
Pretty print pass managers.
Devang Patel
2007-02-01
1
-0
/
+4
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
3
-7
/
+37
*
Fix a homonymo in a comment.
Reid Spencer
2007-02-01
1
-1
/
+1
*
Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only
Anton Korobeynikov
2007-02-01
1
-0
/
+2
*
Add a new dense hash table implementation
Chris Lattner
2007-02-01
1
-0
/
+203
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
6
-86
/
+10
*
rename DenseMap -> IndexedMap.
Chris Lattner
2007-02-01
1
-7
/
+7
[next]