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
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize this code to turn any cast-to-first-element-of into a gep constexpr
Chris Lattner
2004-11-17
1
-8
/
+21
*
Minor cleanup and speedup. This reduces link-time for 252.eon from 35.5s
Chris Lattner
2004-11-16
1
-22
/
+22
*
Make this function work with non-abstract types.
Chris Lattner
2004-11-16
1
-14
/
+35
*
Remove extra space char
Misha Brukman
2004-11-15
1
-1
/
+1
*
Moved to lib/Linker
Reid Spencer
2004-11-14
1
-956
/
+0
*
GhostLinkage not allowed in LLVM AsmWriter, either
Misha Brukman
2004-11-14
1
-0
/
+6
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-3
/
+3
*
The Alpha (tm) intrinsics have never been used anywhere
Misha Brukman
2004-10-29
2
-47
/
+0
*
Gep indices must be of int, uint, long or ulong type.
Alkis Evlogimenos
2004-10-28
1
-1
/
+1
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-1
/
+1
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
3
-5
/
+8
*
Make this actually work.
Alkis Evlogimenos
2004-10-24
1
-2
/
+2
*
Add ConstantExpr::getSizeOf(Type*).
Alkis Evlogimenos
2004-10-24
1
-0
/
+9
*
We won't use automake
Reid Spencer
2004-10-22
2
-743
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
1
-0
/
+706
*
fold gep undef, ... -> undef
Chris Lattner
2004-10-17
1
-1
/
+8
*
Fix constant folding relational operators with undef operands.
Chris Lattner
2004-10-17
1
-7
/
+4
*
Implement constant folding of undef values.
Chris Lattner
2004-10-16
1
-4
/
+54
*
Add support for undef and unreachable
Chris Lattner
2004-10-16
4
-1
/
+14
*
Implement UndefValue class
Chris Lattner
2004-10-16
1
-0
/
+45
*
Move the implementation of the instructions clone methods to this file so
Chris Lattner
2004-10-15
1
-0
/
+30
*
Add a space between the type and name of value when printing error message
Misha Brukman
2004-10-15
1
-1
/
+1
*
Make sure any client of Dominators.h links in Dominators.cpp
Chris Lattner
2004-10-14
1
-0
/
+2
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
1
-4
/
+4
*
Minor tweaks
Chris Lattner
2004-10-12
1
-5
/
+5
*
Implement a new method
Chris Lattner
2004-10-12
1
-3
/
+27
*
Allow creation of GEP constantexprs with a vector of value* operands as
Chris Lattner
2004-10-11
4
-27
/
+39
*
Implement remove/eraseFromParent methods
Chris Lattner
2004-10-11
4
-2
/
+33
*
If we are trying to create a ConstantExpr cast that is really a GEP to the
Chris Lattner
2004-10-11
1
-0
/
+11
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
1
-0
/
+37
*
Unfortunately the fix for the previous bug introduced the previous
Chris Lattner
2004-10-07
1
-41
/
+67
*
Fix a bug in my previous change. Unfortunately this reverts most of the
Chris Lattner
2004-10-07
1
-3
/
+4
*
Change Type::isAbstract to have better comments, a more correct name
Chris Lattner
2004-10-06
1
-12
/
+19
*
Make sure the const bit gets inherited correctly when linking declarations
Chris Lattner
2004-10-05
1
-1
/
+15
*
Make sure to check select instructions for generic instruction properties
Chris Lattner
2004-09-29
1
-0
/
+1
*
Don't use DominatorSet::dominates for intra-block instruction dom checks.
Chris Lattner
2004-09-29
1
-1
/
+11
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-5
/
+5
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-10
/
+19
*
When creating constant arrays check that the initializer vector is the
Alkis Evlogimenos
2004-09-15
1
-0
/
+2
*
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
2
-21
/
+0
*
Don't print newlines between passes in the pass list.
Chris Lattner
2004-09-14
1
-8
/
+8
*
Don't print newlines between each library in the deplibs list.
Chris Lattner
2004-09-14
1
-6
/
+6
*
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
2
-0
/
+20
*
Implement support for dependent libraries. The "source" module's dependent
Reid Spencer
2004-09-11
1
-0
/
+21
*
Add assertion descriptiosn on type mismatches when creating
Alkis Evlogimenos
2004-09-10
1
-6
/
+8
*
Changes For Bug 352
Reid Spencer
2004-09-01
16
-24
/
+24
*
Add an assert to cature null Operands. It is better to catch it here than
Reid Spencer
2004-08-29
1
-0
/
+1
*
Give the -time-passes tool option a global storage location so that its
Reid Spencer
2004-08-24
1
-3
/
+4
*
Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB
Chris Lattner
2004-08-21
1
-6
/
+13
*
Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll
Reid Spencer
2004-08-20
1
-1
/
+5
[next]