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
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
35
-292
/
+298
*
Update release document with more details.
Tanya Lattner
2009-08-23
1
-12
/
+24
*
Use standard LLVM-style headers.
Owen Anderson
2009-08-23
3
-3
/
+3
*
switch a couple things off std::ostream
Chris Lattner
2009-08-23
2
-28
/
+28
*
switch from std::ostream to raw ostream, fix file header.
Chris Lattner
2009-08-23
1
-9
/
+8
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
5
-45
/
+12
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
19
-118
/
+78
*
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
9
-53
/
+35
*
simplify output file selection, fixing two FIXMEs about binary output
Chris Lattner
2009-08-23
2
-35
/
+22
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
16
-232
/
+215
*
This was supposed to go with r79803
Chris Lattner
2009-08-23
1
-0
/
+1
*
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
3
-21
/
+22
*
fix a gone file.
Chris Lattner
2009-08-23
1
-1
/
+0
*
remove some dead print method variants.
Chris Lattner
2009-08-23
3
-13
/
+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
6
-111
/
+20
*
remove a dead class.
Chris Lattner
2009-08-23
2
-37
/
+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
*
switch formattedstream to use raw_ostream::indent. This eliminates
Chris Lattner
2009-08-22
2
-15
/
+1
*
add a raw_ostream::indent method, to be used like:
Chris Lattner
2009-08-22
2
-0
/
+21
*
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-22
12
-12
/
+12
*
Update CMake build, unbreak linux build.
Benjamin Kramer
2009-08-22
3
-4
/
+4
*
fix a build error on the clang-i686-linux tester.
Chris Lattner
2009-08-22
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
50
-517
/
+517
*
mcasminfo doesn't use std::string
Chris Lattner
2009-08-22
1
-1
/
+0
*
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
13
-25
/
+25
*
Regenerate configure.
Tanya Lattner
2009-08-22
1
-3
/
+3
*
Update copyright date.
Tanya Lattner
2009-08-22
1
-2
/
+2
*
move the MCAsmInfo .cpp/.h files into the right
Chris Lattner
2009-08-22
9
-586
/
+580
*
revert 79764, my dependencies failed me again.
Chris Lattner
2009-08-22
3
-2
/
+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
-59
/
+95
*
remove dead member.
Chris Lattner
2009-08-22
2
-6
/
+2
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
120
-445
/
+446
*
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
[next]