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
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print functions with curly braces instead of begin/end
Chris Lattner
2002-05-06
1
-9
/
+7
*
The implementation keyword is no longer neccesary
Chris Lattner
2002-05-02
1
-1
/
+1
*
Changes so that iMemory.h doesn't include DerivedTypes.h
Chris Lattner
2002-04-29
1
-0
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Todo has been implemented, remove it
Chris Lattner
2002-04-28
1
-3
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Module's are no longer values
Chris Lattner
2002-04-28
1
-5
/
+0
*
Pull all of the getStrValue implementation cruft out of Constants.cpp and
Chris Lattner
2002-04-18
1
-24
/
+94
*
Changes to:
Chris Lattner
2002-04-16
1
-44
/
+106
*
Minor bugfix for previous checkin
Chris Lattner
2002-04-13
1
-1
/
+1
*
* Remove obselete code for unsized arrays
Chris Lattner
2002-04-13
1
-20
/
+67
*
* Clean up code to use isa & dyncast instead of poking directly into instruct...
Chris Lattner
2002-04-13
1
-9
/
+9
*
* Add comment
Chris Lattner
2002-04-12
1
-2
/
+6
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-8
/
+9
*
* Narrow AsmWriter interface
Chris Lattner
2002-04-08
1
-37
/
+40
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-9
/
+9
*
Update comments
Chris Lattner
2002-04-07
1
-4
/
+5
*
s/Method/Function
Chris Lattner
2002-03-29
1
-8
/
+8
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-28
/
+28
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-6
/
+10
*
Don't waste as much horizontal space on #uses flag when printing
Chris Lattner
2001-12-14
1
-1
/
+1
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-5
/
+5
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-8
/
+8
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+2
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+2
*
Implement support for internal methods
Chris Lattner
2001-11-26
1
-1
/
+3
*
Implement CachedWriter class to allow module level printing of various compon...
Chris Lattner
2001-11-07
1
-1
/
+36
*
Print out the abridged form of the call instruction.
Chris Lattner
2001-11-06
1
-2
/
+15
*
Give me PHI's space back
Chris Lattner
2001-11-06
1
-0
/
+1
*
Print PHI nodes with zero operands even if they are illegal
Chris Lattner
2001-11-06
1
-5
/
+4
*
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-31
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
*
Fix shift printing when using a ubyte LHS
Chris Lattner
2001-10-20
1
-0
/
+3
*
* Support writing GlobalVariables with info comments by them
Chris Lattner
2001-10-13
1
-19
/
+58
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+2
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-3
/
+3
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-7
/
+7
*
Moved DebugValue to Value.cpp.
Vikram S. Adve
2001-09-18
1
-6
/
+2
*
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-18
1
-2
/
+10
*
Add support for printing globals
Chris Lattner
2001-09-10
1
-0
/
+7
*
Implement global variable support
Chris Lattner
2001-09-10
1
-2
/
+14
*
* Assembly writer is not a module analyzer anymore
Chris Lattner
2001-09-07
1
-60
/
+81
*
* Fix bugs
Chris Lattner
2001-07-28
1
-20
/
+8
*
Don't write out constants that do not have a name, they will be inlined.
Chris Lattner
2001-07-26
1
-5
/
+5
*
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-25
1
-1
/
+6
*
Factor out WriteAsOperand.
Chris Lattner
2001-07-20
1
-16
/
+47
[next]