aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-11-15include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi
2011-11-15Move WEAK marking to the declaration.Nick Lewycky
2011-11-15Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky
2011-11-05Fix pasto.Benjamin Kramer
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-11-04Add missing includes/class declaration.Eli Friedman
2011-11-04Delete names for unused parameters in inline function definitions in headers,...Eli Friedman
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-10-24Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer
2011-10-23Now that we have comparison on probabilities, add some static functionsChandler Carruth
2011-10-23Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer
2011-10-17Object: Add isSymbolWeak.Michael J. Spencer
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-16PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer
2011-10-16remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-14Add ELF relocation types for Mips.Akira Hatanaka
2011-10-13Fix incorrect ELF typedefs.Michael J. Spencer
2011-10-13Add missing ELF constants.Michael J. Spencer
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-10-11Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar
2011-10-11Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky
2011-10-08PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer
2011-10-04Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin
2011-09-15CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer
2011-09-15Despite what the GCC wiki says, a quick search shows thatNick Lewycky
2011-09-15Add some more DWARF extensions from:Nick Lewycky
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky
2011-09-14Update the comment for system_temp_directory() to indicate when itDouglas Gregor
2011-09-14Add a simple routine to determine the typical system directory forDouglas Gregor
2011-09-14Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer
2011-09-13Add the DataExtractor utility class.Benjamin Kramer
2011-09-13Maintain hexadecimal order.Devang Patel
2011-09-12Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-30Add load commands from Lion to Macho.h.Benjamin Kramer
2011-08-29Tidy up. Whitespace.Jim Grosbach
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-17...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose
2011-08-17Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose