aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2011-12-21Changes the JSON parser to use the SourceMgr.Manuel Klimek
2011-12-20Fixes a potential compilation error.Manuel Klimek
2011-12-20Pulls the implementation of skip() into JSONParser.Manuel Klimek
2011-12-20Addressing style issues in JSON parser.Manuel Klimek
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-15Zap unnecessary semicolons.Eli Friedman
2011-12-13Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-12-08Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-12-05Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-01Add some missing anchors.David Blaikie
2011-11-28use llvm-config.h in public headerDylan Noblesmith
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-21fix typo in commentSebastian Pop
2011-11-20Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky
2011-11-20Make an obviously const interface actually be marked as const.Chandler Carruth
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-16Remove extra ,.Michael J. Spencer
2011-11-16Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer
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