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
...
*
bug 122:
Reid Spencer
2004-07-17
2
-46
/
+39
*
Add convinience constructor for function calls with two args.
Alkis Evlogimenos
2004-07-16
1
-0
/
+31
*
IA64 compat
Chris Lattner
2004-07-16
1
-1
/
+1
*
Fixes for PR341
Chris Lattner
2004-07-15
1
-11
/
+11
*
Bug fixes for PR341
Chris Lattner
2004-07-15
2
-5
/
+19
*
Implement folding of expressions like 'uint cast (int* getelementptr (int*
Chris Lattner
2004-07-15
1
-0
/
+12
*
Implement new helper methods for creating two-index GEP instructions
Chris Lattner
2004-07-14
1
-2
/
+42
*
Make Argument::print more resilient to non-verifiable IR
Chris Lattner
2004-07-13
1
-1
/
+2
*
Catch aggregates passed by value sooner rather than later.
Chris Lattner
2004-07-13
1
-0
/
+3
*
implement new helper method
Chris Lattner
2004-07-12
1
-0
/
+8
*
Fix a really nasty logic error that VC noticed.
Chris Lattner
2004-07-12
1
-2
/
+2
*
Implement new method
Chris Lattner
2004-07-12
1
-0
/
+36
*
Replace use of defunct Type::setName method with SymbolTable::insert.
Reid Spencer
2004-07-10
1
-1
/
+1
*
Remove unused method
Chris Lattner
2004-07-09
1
-5
/
+0
*
The uid mapping is no more
Chris Lattner
2004-07-08
1
-12
/
+1
*
Do not call Type::getUniqueID
Chris Lattner
2004-07-08
1
-4
/
+12
*
Eliminate the SignedType and UnsignedType classes.
Chris Lattner
2004-07-08
1
-49
/
+19
*
There is no error message to print out, end sentence with `!'
Misha Brukman
2004-07-07
1
-1
/
+1
*
Fix for bug 391.
Reid Spencer
2004-07-07
1
-1
/
+9
*
Fix regressions in these testcases:
Chris Lattner
2004-07-07
1
-1
/
+2
*
The bytecode reader wants to be able to read types that are not quite resolved
Chris Lattner
2004-07-07
1
-1
/
+2
*
When folding constant expr gep's, don't force the use of long indices.
Chris Lattner
2004-07-07
1
-3
/
+6
*
Make sure people don't make functiontypes with an invalid return type
Chris Lattner
2004-07-06
1
-0
/
+2
*
Work around apparent Apple compiler bug which was making all mangled
Brian Gaeke
2004-07-06
1
-2
/
+2
*
Find bugs sooner rather than later. In this case, don't allow the creation
Chris Lattner
2004-07-06
2
-11
/
+8
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
2
-0
/
+3
*
Correct syntax typo .. ; -> :
Reid Spencer
2004-07-04
1
-1
/
+1
*
- Changes for bug 122
Reid Spencer
2004-07-04
1
-21
/
+46
*
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
4
-0
/
+4
*
Constify SymbolTable's use of Type* so that it never modifies them.
Reid Spencer
2004-07-04
1
-11
/
+8
*
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
1
-1
/
+3
*
#include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
1
-2
/
+3
*
Adjust the slot machine to handle Types separately from Values. This was
Reid Spencer
2004-07-04
1
-25
/
+171
*
Fix Type::isSized() to realize that "{ opaque }" is not sized
Chris Lattner
2004-07-02
1
-0
/
+15
*
Add much better assertion checking for load and store insts.
Chris Lattner
2004-07-01
1
-0
/
+17
*
Fold iType into Value::VTy
Chris Lattner
2004-06-27
2
-7
/
+8
*
User ctor is now inline
Chris Lattner
2004-06-27
1
-4
/
+0
*
Instancevar was renamed
Chris Lattner
2004-06-26
1
-3
/
+2
*
Don't call getValueType directly. the LLVM optimizer will turn it into the s...
Chris Lattner
2004-06-26
1
-10
/
+12
*
* Capitalize `Java'
Misha Brukman
2004-06-24
1
-7
/
+7
*
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-1
/
+1
*
Use a reference instead of a pointer for the ostream. The pointer was only
Misha Brukman
2004-06-21
1
-103
/
+102
*
Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client
Chris Lattner
2004-06-21
1
-4
/
+7
*
IntrinsicLowering.cpp now lives in lib/CodeGen/
Chris Lattner
2004-06-20
1
-214
/
+0
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
compute dominator tree children in a deterministic order that does not depend
Chris Lattner
2004-06-19
1
-11
/
+12
*
Print out immediate dominators in program order, not in random order based on...
Chris Lattner
2004-06-19
1
-7
/
+5
*
Fix printing of Argument objects, problem found by Patrick Meredith
Chris Lattner
2004-06-18
1
-1
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
5
-28
/
+26
*
Minor cleanup
Chris Lattner
2004-06-17
1
-1
/
+1
[prev]
[next]