aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-08-21Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar
2009-08-21Kill trailing whitespace.Eric Christopher
2009-08-21llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar
2009-08-21llvm-mc: Accept .fill size of 8.Daniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-21llvm-mc: Various section parsing fixes.Daniel Dunbar
2009-08-21Don't install llvm-mc by default.Daniel Dunbar
2009-08-19Fix a commento.Daniel Dunbar
2009-08-19Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer
2009-08-19Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer
2009-08-18Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky
2009-08-18"-" should write to stdout, not stderr.Chris Lattner
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-08-17give MCAsmStreamer a TargetAsmInfo.Chris Lattner
2009-08-16CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes
2009-08-14llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar
2009-08-14CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes
2009-08-14Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar
2009-08-14llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Simplify this code so that it doesn't depend on raw_ostream being copyable.Dan Gohman
2009-08-13Update llvm-prof for ProfileInfo API changes.Daniel Dunbar
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes
2009-08-11llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-11Silence MSVC warning.Benjamin Kramer
2009-08-11llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar
2009-08-11llvm-mc: Honor -o option (and add -f).Daniel Dunbar
2009-08-11llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar
2009-08-11llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner
2009-08-10add a fixmeChris Lattner
2009-08-10fix some warnings for the MSVC build, by Yonggang Luo!Chris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-08-08switch this to create coff sections for now, it doesn't really matter for Chris Lattner
2009-08-08Some ProfileInfo cleanups.Daniel Dunbar
2009-08-08More ProfileInfo improvements.Daniel Dunbar
2009-08-08Always initialize AsmConds.Benjamin Kramer
2009-08-07Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar
2009-08-06llvm-ld has a new option called -b to specify the name of bitcode output file...Sanjiv Gupta
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson