index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get GEP's working with packed types. Contributed by Morten Ofstad!
Chris Lattner
2004-12-01
1
-0
/
+3
*
Add method
Chris Lattner
2004-11-30
1
-2
/
+27
*
Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
Chris Lattner
2004-11-22
1
-0
/
+1
*
Fix memory leaks, patch contributed by Morten Ofstad!
Chris Lattner
2004-11-19
1
-15
/
+21
*
Add hooks to free all memory allocated by the singleton factories in these
Chris Lattner
2004-11-19
2
-0
/
+68
*
These methods are inlined
Chris Lattner
2004-11-18
1
-30
/
+0
*
Make ReturnInst accept a value of type void as the return value. The
Alkis Evlogimenos
2004-11-17
1
-0
/
+9
*
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
[next]