| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | 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 | 11 | -182/+145 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 3 | -6/+6 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 1 | -21/+5 |
* | Make unit-at-a-time on by default to match the behavior of llvm-gcc. | Eric Christopher | 2009-08-21 | 1 | -1/+2 |
* | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar | 2009-08-21 | 1 | -1/+12 |
* | Kill trailing whitespace. | Eric Christopher | 2009-08-21 | 1 | -25/+25 |
* | llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes | Daniel Dunbar | 2009-08-21 | 1 | -3/+4 |
* | llvm-mc: Accept .fill size of 8. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 1 | -4/+26 |
* | llvm-mc: Various section parsing fixes. | Daniel Dunbar | 2009-08-21 | 2 | -44/+84 |
* | Don't install llvm-mc by default. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | Fix a commento. | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. | Benjamin Kramer | 2009-08-19 | 1 | -7/+2 |
* | Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren... | Benjamin Kramer | 2009-08-19 | 1 | -0/+5 |
* | Include valgrind in the steps to reproduce if valgrind was used to reproduce | Nick Lewycky | 2009-08-18 | 1 | -0/+1 |
* | "-" should write to stdout, not stderr. | Chris Lattner | 2009-08-18 | 1 | -3/+3 |
* | Change bugpoint to use Triple to make runtime decisions. | Daniel Dunbar | 2009-08-18 | 5 | -36/+64 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 2 | -2/+2 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -9/+9 |
* | CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un... | Oscar Fuentes | 2009-08-16 | 1 | -1/+1 |
* | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar | 2009-08-14 | 2 | -5/+67 |
* | CMake: Automatic regeneration of the library dependencies file. | Oscar Fuentes | 2009-08-14 | 1 | -0/+22 |
* | CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is | Oscar Fuentes | 2009-08-14 | 2 | -0/+4 |
* | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar | 2009-08-14 | 1 | -21/+42 |
* | llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. | Daniel Dunbar | 2009-08-14 | 1 | -4/+0 |
* | CMake: build llvm-config before the other tools. | Oscar Fuentes | 2009-08-14 | 2 | -1/+12 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 4 | -20/+28 |
* | Simplify this code so that it doesn't depend on raw_ostream being copyable. | Dan Gohman | 2009-08-13 | 1 | -3/+3 |
* | Update llvm-prof for ProfileInfo API changes. | Daniel Dunbar | 2009-08-13 | 1 | -8/+8 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -7/+7 |
* | CMake: Localized dependency on Perl. | Oscar Fuentes | 2009-08-12 | 1 | -0/+1 |
* | CMake: Re-enabled build of llvm-config. Removed recursive invocation | Oscar Fuentes | 2009-08-12 | 2 | -4/+1 |
* | llvm-mc: Fix a crash on invalid due to a typo in relocatable expression | Daniel Dunbar | 2009-08-11 | 1 | -1/+1 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 2 | -2/+2 |
* | Silence MSVC warning. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | llvm-mc: Accept .word as a synonym for .short | Daniel Dunbar | 2009-08-11 | 1 | -1/+1 |
* | llvm-mc: Honor -o option (and add -f). | Daniel Dunbar | 2009-08-11 | 1 | -2/+35 |
* | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar | 2009-08-11 | 2 | -0/+100 |
* | llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' | Daniel Dunbar | 2009-08-11 | 1 | -4/+14 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -3/+13 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 2 | -2/+2 |
* | add a fixme | Chris Lattner | 2009-08-10 | 1 | -0/+4 |
* | fix some warnings for the MSVC build, by Yonggang Luo! | Chris Lattner | 2009-08-10 | 1 | -2/+1 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 5 | -99/+116 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 2 | -5/+5 |
* | switch this to create coff sections for now, it doesn't really matter for | Chris Lattner | 2009-08-08 | 2 | -5/+5 |
* | Some ProfileInfo cleanups. | Daniel Dunbar | 2009-08-08 | 1 | -16/+15 |