oota-llvm.git
2009-08-24 Reid KlecknerFixed double free in Kaleidoscope. Fixes PR4762.
2009-08-24 Dan GohmanCorrectly account for the Spaces array nul terminator...
2009-08-24 Chris Lattnerimprove documentation for linker_private linkage.
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-24 Dan GohmanThese flushes were only needed when the code was transi...
2009-08-24 Dan Gohmanraw_ostream::indent is used for PadToColumn which often...
2009-08-24 Chris Lattnereliminate a #include.
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-24 Chris Lattnersearch unittests.
2009-08-24 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-24 Chris LattnerRemove this test now that the interpreter doesn't support
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-24 Daniel DunbarRemove include/llvm/Config/alloca.h, it is dead.
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Oscar FuentesCMake: Updated library dependencies and list of source...
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-23 Chris Lattnerremove this test: it is testing for a "feature" I just...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris Lattnerfix some problems with my last patch which happen when...
2009-08-23 Chris Lattnerjust remove interpreter support for endianness mismatch...
2009-08-23 Chris Lattnerremove use of alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerdisuade people from using ostream.
2009-08-23 Chris Lattnerllvm/Support/Streams.h is now dead, zap it.
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Jim GrosbachSJLJ pass needs to punt if there's no personality funct...
2009-08-23 Chris Lattnerclean up #includes.
2009-08-23 Daniel DunbarRerevert (r75663 and r76805), seems there is more non...
2009-08-23 Jakob Stoklund... Fix PR4753.
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Daniel DunbarSpeculatively revert r76823 (i.e., reapply r75663 and...
2009-08-23 Benjamin KramerTry to fix MSVC build after r79846.
2009-08-23 Daniel DunbarFix -Asserts warnings.
2009-08-23 Benjamin KramerRemove uses of Streams.h from CommandLine.cpp, fix...
2009-08-23 Daniel DunbarFix non-determinism in DAGISel emitter.
2009-08-23 Benjamin KramerFix windows build.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-23 Chris Lattneruse raw_fd_ostream instead of fstream with graphwriter,
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnereliminate DOUT and make Debug.h not include Streams...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Douglas GregorDon't install the man page for FileCheck
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnerupgrade for removed functions.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Douglas GregorDon't install FileCheck or FileUpdate
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Tanya LattnerUpdate release document with more details.
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-23 Chris Lattnerswitch a couple things off std::ostream
2009-08-23 Chris Lattnerswitch from std::ostream to raw ostream, fix file header.
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris Lattnersimplify output file selection, fixing two FIXMEs about...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerfix a gone file.
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerconvert the DIE printing stuff to use raw_ostream inste...
2009-08-23 Chris Lattnerrandom code cleanups.
2009-08-23 Chris Lattnerremove some random indentation stuff, yay for efficiency.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-23 Chris Lattnerremove a dead class.
2009-08-23 Chris Lattnerrandom cleanups.
2009-08-23 Eli FriedmanAdd check for completeness. Note that this doesn't...
2009-08-22 Chris Lattnerswitch formattedstream to use raw_ostream::indent....
2009-08-22 Chris Lattneradd a raw_ostream::indent method, to be used like:
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Benjamin KramerUpdate CMake build, unbreak linux build.
2009-08-22 Chris Lattnerfix a build error on the clang-i686-linux tester.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnermcasminfo doesn't use std::string
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Tanya LattnerRegenerate configure.
2009-08-22 Tanya LattnerUpdate copyright date.
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris Lattnerrevert 79764, my dependencies failed me again.
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Chris Lattnerremove dead member.
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
next