summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands2009-08-24
* remove the last *stream> #include from a public header.Chris Lattner2009-08-24
* These flushes were only needed when the code was transitioning betweenDan Gohman2009-08-24
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* simplify output file selection, fixing two FIXMEs about binary outputChris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-21
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* Kill trailing whitespace.Eric Christopher2009-08-21
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-21
* Don't install llvm-mc by default.Daniel Dunbar2009-08-21
* Fix a commento.Daniel Dunbar2009-08-19
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-19
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-19
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-18
* "-" should write to stdout, not stderr.Chris Lattner2009-08-18
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-16
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-14
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-14
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman2009-08-13
* Update llvm-prof for ProfileInfo API changes.Daniel Dunbar2009-08-13
* This void is implicit in C++.Dan Gohman2009-08-12
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Silence MSVC warning.Benjamin Kramer2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11