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
...
*
Dramatically simplify recursive type processing. Fixed a few bugs, a few sti...
Chris Lattner
2001-11-02
1
-108
/
+47
*
Implement new simpler constructors for if you don't have a index list
Chris Lattner
2001-11-01
1
-0
/
+15
*
Implement constant propogation of null pointer values.
Chris Lattner
2001-11-01
3
-1
/
+84
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
2
-0
/
+12
*
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-31
1
-0
/
+1
*
Initialize isRecursive. Found by Purify
Chris Lattner
2001-10-30
1
-1
/
+1
*
Pull method symbols over when linking. Otherwise the result of the link will...
Chris Lattner
2001-10-29
1
-0
/
+1
*
Fix blatent bugs in checkin
Chris Lattner
2001-10-29
1
-5
/
+4
*
Expose the WriteTypeSymbolic function from the library. Refactor code to make
Chris Lattner
2001-10-29
1
-119
/
+183
*
Be careful to output symbolic type name if possible for a type. This makes
Chris Lattner
2001-10-29
1
-82
/
+224
*
Remove C string capability from VMCore library. Move to Support
Chris Lattner
2001-10-29
1
-47
/
+31
*
Remove non linking related stuff
Chris Lattner
2001-10-28
1
-58
/
+0
*
Support printing control characters in standard C/assembly style,
Vikram S. Adve
2001-10-28
1
-23
/
+42
*
Added name-mangling routines for future use.
Vikram S. Adve
2001-10-28
1
-0
/
+59
*
Two things:
Chris Lattner
2001-10-24
1
-1
/
+3
*
Fix problem linking in a method prototype when a method body exists
Chris Lattner
2001-10-23
1
-4
/
+12
*
Remove unnamed prototypes that are created.
Chris Lattner
2001-10-23
1
-0
/
+6
*
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
1
-31
/
+27
*
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-23
1
-33
/
+69
*
Delete MachineCodeInfoForMethod object.
Vikram S. Adve
2001-10-22
1
-0
/
+2
*
Fix a problem occuring with type unification of symbol table entries
Chris Lattner
2001-10-22
1
-1
/
+55
*
Added MachineCodeForMethod object in class Method.
Vikram S. Adve
2001-10-22
1
-1
/
+3
*
Fix bug exposed by this testcase:
Chris Lattner
2001-10-22
1
-6
/
+27
*
Fix erroneous assertion failure on the following code:
Chris Lattner
2001-10-21
1
-1
/
+1
*
Fix shift printing when using a ubyte LHS
Chris Lattner
2001-10-20
1
-0
/
+3
*
It is valid to have unsigned arrays as constants... the linker may initialize...
Chris Lattner
2001-10-20
1
-3
/
+0
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
3
-18
/
+16
*
Implement linking of global variable constant references
Chris Lattner
2001-10-15
1
-38
/
+95
*
Oops, didn't handle hex values correctly. :(
Chris Lattner
2001-10-15
1
-4
/
+4
*
* Fix the constpoolarray -> c"" printing routines to escape things properly
Chris Lattner
2001-10-14
1
-50
/
+37
*
Implement linker. It's 95% working now.
Chris Lattner
2001-10-14
1
-1
/
+267
*
Added routine to create a char array for a string.
Vikram S. Adve
2001-10-14
1
-9
/
+74
*
Start of a linker
Chris Lattner
2001-10-13
1
-0
/
+22
*
Implement the invoke instruction
Chris Lattner
2001-10-13
1
-11
/
+50
*
* Fix a nefarious bugs: TypesEqual was wrong for varargs methods
Chris Lattner
2001-10-13
1
-16
/
+29
*
Convert a runtime check into an assertion
Chris Lattner
2001-10-13
1
-5
/
+2
*
* Add support for Module specific constants
Chris Lattner
2001-10-13
1
-4
/
+55
*
Add new TerminatorInst ctor for invoke
Chris Lattner
2001-10-13
1
-1
/
+6
*
* Fix TODO
Chris Lattner
2001-10-13
1
-16
/
+110
*
not is a keyword in ansi C++, avoid it
Chris Lattner
2001-10-13
1
-1
/
+1
*
* Support writing GlobalVariables with info comments by them
Chris Lattner
2001-10-13
1
-19
/
+58
*
Support pointers to globals happily
Chris Lattner
2001-10-13
1
-9
/
+37
*
not is a keyword in Ansi C++. Avoid it
Chris Lattner
2001-10-13
2
-4
/
+4
*
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
3
-2
/
+34
*
Rename getNullPointer to getNull
Chris Lattner
2001-10-03
1
-1
/
+13
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
4
-9
/
+14
*
First try at a horrible global value reference wrapper
Chris Lattner
2001-10-03
1
-0
/
+11
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
4
-22
/
+20
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
5
-7
/
+9
*
Add more support for new style casts
Chris Lattner
2001-10-01
5
-22
/
+18
[prev]
[next]