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
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-18
/
+16
*
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
1
-11
/
+2
*
Global variables are now external if they don't have initializers, not
Chris Lattner
2002-10-06
1
-1
/
+1
*
- Print the predecessors of a basic block instead of the number of uses of
Chris Lattner
2002-10-02
1
-3
/
+17
*
Add support for printing constpointerrefs more nicely
Chris Lattner
2002-09-10
1
-0
/
+7
*
Changed parser to always use parenthesis on ConstExprs to be consistent
Chris Lattner
2002-08-16
1
-4
/
+3
*
Write constexpr casts using the cast X to Y notation, not using the implicit
Chris Lattner
2002-08-15
1
-1
/
+6
*
Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx
Chris Lattner
2002-07-31
1
-1
/
+1
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-2
/
+2
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-2
/
+4
*
Fix typeo that caused bug:
Chris Lattner
2002-07-25
1
-1
/
+1
*
Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llx
Chris Lattner
2002-07-25
1
-1
/
+1
*
Register Writer passes
Chris Lattner
2002-07-23
1
-0
/
+4
*
Added support to write out ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-4
/
+21
*
*** empty log message ***
Chris Lattner
2002-07-10
1
-5
/
+5
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-76
/
+72
*
Support opaque type printing a little bit at least
Chris Lattner
2002-05-26
1
-0
/
+2
*
Print out function name with % style instead of "" style
Chris Lattner
2002-05-22
1
-2
/
+2
*
Avoid emitting a useless comment for a basic block with no uses (which
Chris Lattner
2002-05-14
1
-3
/
+6
*
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
[next]