aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-21/+5
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-211-1/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-1/+12
* Kill trailing whitespace.Eric Christopher2009-08-211-25/+25
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-2/+2
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-4/+26
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-212-44/+84
* Don't install llvm-mc by default.Daniel Dunbar2009-08-211-0/+1
* Fix a commento.Daniel Dunbar2009-08-191-1/+1
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* "-" should write to stdout, not stderr.Chris Lattner2009-08-181-3/+3
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-185-36/+64
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-182-2/+2
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-9/+9
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-161-1/+1
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-142-5/+67
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-141-0/+22
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-142-0/+4
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-141-21/+42
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-141-4/+0
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-142-1/+12
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-134-20/+28
* Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman2009-08-131-3/+3
* Update llvm-prof for ProfileInfo API changes.Daniel Dunbar2009-08-131-8/+8
* This void is implicit in C++.Dan Gohman2009-08-121-7/+7
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-121-0/+1
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-122-4/+1
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-111-1/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-112-2/+2
* Silence MSVC warning.Benjamin Kramer2009-08-111-1/+1
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-1/+1
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-111-2/+35
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-112-0/+100
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-111-4/+14
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-3/+13
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-102-2/+2
* add a fixmeChris Lattner2009-08-101-0/+4
* fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner2009-08-101-2/+1
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-105-99/+116
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-082-5/+5
* switch this to create coff sections for now, it doesn't really matter for Chris Lattner2009-08-082-5/+5
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-081-16/+15
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-10/+25
* Always initialize AsmConds.Benjamin Kramer2009-08-081-0/+2
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-073-2/+211
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-071-1/+1
* llvm-ld has a new option called -b to specify the name of bitcode output file...Sanjiv Gupta2009-08-061-1/+1