2009-08-24 |
Chris Lattner | remove a few dead insertion methods. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove alloca config.h support. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | Remove this test now that the interpreter doesn't support |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Unbreak unit tests. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove include/llvm/Config/alloca.h, it is dead. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dale Johannesen | Make linkerprivate work for ARM and PPC. Testcase... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Oscar Fuentes | CMake: Updated library dependencies and list of source... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove the dead std::ostream APInt inserter |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove this test: it is testing for a "feature" I just... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove the last uses of Config/alloca.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | fix some problems with my last patch which happen when... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | just remove interpreter support for endianness mismatch... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove use of alloca.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | disuade people from using ostream. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | llvm/Support/Streams.h is now dead, zap it. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Switch SubtargetFeature off of ostreams |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix off-by-one in llvm::Format::print. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jim Grosbach | SJLJ pass needs to punt if there's no personality funct... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | clean up #includes. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Rerevert (r75663 and r76805), seems there is more non... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jakob Stoklund... | Fix PR4753. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Remove Streams.h from the targets. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Kill off more cerr/cout uses and prune includes a bit. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Speculatively revert r76823 (i.e., reapply r75663 and... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Try to fix MSVC build after r79846. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix -Asserts warnings. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Remove uses of Streams.h from CommandLine.cpp, fix... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix non-determinism in DAGISel emitter. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Fix windows build. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix some refactos for iostream changes (in -Asserts... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove uses of llvm/Support/Streams.h. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | use raw_fd_ostream instead of fstream with graphwriter, |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert LoopInfo.h and GraphWriter.h to use raw_ostream |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate DOUT and make Debug.h not include Streams... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate uses of cerr() |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the last DOUTs from the targets. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove a few DOUTs here and there. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert all the constant range EXPECT_EQ tests to use... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | Don't install the man page for FileCheck |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the std::ostream form of WriteAsOperand and... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove the std::ostream version of module and type... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | upgrade for removed functions. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some DOUTs |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | Don't install FileCheck or FileUpdate |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Tanya Lattner | Update release document with more details. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Owen Anderson | Use standard LLVM-style headers. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | switch a couple things off std::ostream |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | switch from std::ostream to raw ostream, fix file header. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | shoot a few more std::ostream print methods in the... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove various std::ostream version of printing methods... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some DOUTs |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove std::ostream versions of printing stuff for... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | simplify output file selection, fixing two FIXMEs about... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | This was supposed to go with r79803 |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert some stuff to work on raw_ostreams instead... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | fix a gone file. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some dead print method variants. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert the DIE printing stuff to use raw_ostream inste... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | random code cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some random indentation stuff, yay for efficiency. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove dead PrefixPrinter class. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove a dead class. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | random cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Eli Friedman | Add check for completeness. Note that this doesn't... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | switch formattedstream to use raw_ostream::indent.... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | add a raw_ostream::indent method, to be used like: |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Benjamin Kramer | Forgot to update some CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Benjamin Kramer | Update CMake build, unbreak linux build. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | fix a build error on the clang-i686-linux tester. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename TAI -> MAI, being careful not to make MAILJMP... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | mcasminfo doesn't use std::string |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Regenerate configure. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Update copyright date. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | move the MCAsmInfo .cpp/.h files into the right |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | revert 79764, my dependencies failed me again. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | remove dead member. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Normalize how the 'namespace llvm {' is used in this... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
next |