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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
3
-20
/
+20
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
5
-26
/
+3
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
2
-3
/
+3
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
6
-61
/
+77
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
8
-86
/
+108
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
12
-44
/
+41
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-0
/
+5
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-2
/
+2
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
2
-19
/
+8
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
5
-26
/
+18
*
remove some DOUTs
Chris Lattner
2009-08-23
2
-68
/
+73
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
6
-47
/
+32
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-22
/
+19
*
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
1
-16
/
+18
*
fix a gone file.
Chris Lattner
2009-08-23
1
-1
/
+0
*
remove some dead print method variants.
Chris Lattner
2009-08-23
1
-4
/
+2
*
convert the DIE printing stuff to use raw_ostream instead of std::ostream.
Chris Lattner
2009-08-23
4
-54
/
+37
*
random code cleanups.
Chris Lattner
2009-08-23
1
-19
/
+17
*
remove some random indentation stuff, yay for efficiency.
Chris Lattner
2009-08-23
2
-19
/
+6
*
remove dead PrefixPrinter class.
Chris Lattner
2009-08-23
3
-32
/
+9
*
remove a dead class.
Chris Lattner
2009-08-23
1
-5
/
+0
*
random cleanups.
Chris Lattner
2009-08-23
1
-25
/
+24
*
Add check for completeness. Note that this doesn't actually have any
Eli Friedman
2009-08-23
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
14
-298
/
+298
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+9
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-59
/
+95
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
21
-61
/
+61
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-70
/
+80
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-3
/
+5
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+9
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-32
/
+37
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-55
/
+67
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-1
/
+2
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-9
/
+8
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-30
/
+27
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-50
/
+76
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-20
/
+20
*
Normalize how the 'namespace llvm {' is used in this file.
Bill Wendling
2009-08-22
1
-4
/
+2
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+5
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-1
/
+2
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-9
/
+10
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
9
-89
/
+33
*
Reapply r79708 with the appropriate fix for the case that still requires lock...
Owen Anderson
2009-08-22
1
-2
/
+6
*
revert r79708 + r79711
Chris Lattner
2009-08-22
1
-5
/
+3
*
Actually remove unused static. Previous commit removed trailing
Eric Christopher
2009-08-22
1
-1
/
+0
*
Remove unused static.
Eric Christopher
2009-08-22
1
-20
/
+20
*
Ease contention on this lock by noticing that all writes to the VTs array will
Owen Anderson
2009-08-22
1
-2
/
+5
*
Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.
Bill Wendling
2009-08-21
1
-1
/
+1
*
Attempt to comment this code more.
Bill Wendling
2009-08-20
1
-27
/
+122
*
Suppress build warning in -Asserts
Daniel Dunbar
2009-08-20
1
-0
/
+1
[next]