index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent assert when using '"' in names (via hexadecimal).
Daniel Dunbar
2008-10-14
1
-2
/
+1
*
Change getLLVMName to use raw_ostream & PrintLLVMName.
Daniel Dunbar
2008-10-14
1
-59
/
+15
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-1
/
+1
*
add a new form of Type::dump that takes a module for type names,
Chris Lattner
2008-10-01
1
-0
/
+8
*
Make some implicit conversions explicit, to avoid compiler warnings.
Dan Gohman
2008-10-01
1
-2
/
+2
*
Don't prepend a space character for constants in Value::print.
Dan Gohman
2008-10-01
1
-1
/
+1
*
Support inreg, zext and sext as return value attributes.
Devang Patel
2008-09-29
1
-7
/
+9
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-28
/
+0
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-10
/
+18
*
Fix missing whitespace in the printing of function notes.
Dan Gohman
2008-09-26
1
-3
/
+3
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
1
-3
/
+0
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-23
/
+23
*
Avoid a spurious extra space character when printing empty structs.
Dan Gohman
2008-09-25
1
-3
/
+4
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-3
/
+3
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-3
/
+3
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-6
/
+6
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
1
-3
/
+3
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-2
/
+2
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-15
/
+24
*
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-14
1
-30
/
+56
*
Avoid extra comma.
Devang Patel
2008-09-03
1
-3
/
+4
*
Parse and print opt_size note.
Devang Patel
2008-09-03
1
-2
/
+11
*
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
1
-3
/
+3
*
Use bitwise AND.
Devang Patel
2008-09-02
1
-2
/
+2
*
Print function notes.
Devang Patel
2008-09-02
1
-1
/
+9
*
Asmprint nameless instructions as:
Chris Lattner
2008-08-29
1
-1
/
+8
*
Fix pasto (values -> types) noticed by Josh Conner
Chris Lattner
2008-08-25
1
-5
/
+3
*
flush stream after dumping.
Chris Lattner
2008-08-25
1
-3
/
+3
*
add a hack to temporarily allow pseudo source values.
Chris Lattner
2008-08-24
1
-1
/
+2
*
minor cleanups.
Chris Lattner
2008-08-23
1
-6
/
+9
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-67
/
+87
*
more cleanups, random methods shouldn't return ostreams.
Chris Lattner
2008-08-19
1
-23
/
+30
*
more cleanup, eliminate getLLVMName when printing out
Chris Lattner
2008-08-19
1
-24
/
+18
*
random cleanups, factor some printing code for linkage and visibility
Chris Lattner
2008-08-19
1
-167
/
+187
*
Change WriteTypeSymbolic/WriteAsOperand to return void instead of
Chris Lattner
2008-08-19
1
-36
/
+25
*
rearrange code and make more legible.
Chris Lattner
2008-08-19
1
-251
/
+280
*
put SlotTracker in an anon namespace since it is private.
Chris Lattner
2008-08-19
1
-3
/
+3
*
Reid had to call this class "slot machine" out of some strange reference
Chris Lattner
2008-08-19
1
-39
/
+39
*
Fix a bug daniel pointed out to me, where asmprinter started
Chris Lattner
2008-08-18
1
-5
/
+5
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-2
/
+2
*
getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...
Chris Lattner
2008-08-17
1
-15
/
+10
*
switch valuemap's from std::map to densemap. This speeds up llvm-dis
Chris Lattner
2008-08-17
1
-11
/
+8
*
avoid an extraneous std::string construction
Chris Lattner
2008-08-17
1
-1
/
+1
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
1
-7
/
+12
*
avoid string thrashing when formatting names in output. This
Chris Lattner
2008-08-17
1
-54
/
+130
*
random cleanups.
Chris Lattner
2008-08-17
1
-53
/
+28
*
Add read/write support for X86's sseregparm.
Dale Johannesen
2008-08-13
1
-0
/
+3
*
Fix the AsmWriter to not print extra spaces after parameter attributes.
Dan Gohman
2008-08-05
1
-1
/
+1
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-3
/
+0
*
Prevent a crash in debug dumps.
Dale Johannesen
2008-06-03
1
-1
/
+5
[next]