aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-7/+12
* Fixes a potential compilation error.Manuel Klimek2011-12-201-1/+10
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-25/+11
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-6/+4
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+444
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+7
* Hexagon backend supportTony Linthicum2011-12-121-0/+14
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+1
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-32/+130
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-051-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+7
* Add some missing anchors.David Blaikie2011-12-011-0/+6
* use llvm-config.h in public headerDylan Noblesmith2011-11-281-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-2/+2
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+16
* fix typo in commentSebastian Pop2011-11-211-2/+2
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-201-0/+10
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-201-1/+1
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-162-14/+29
* Remove extra ,.Michael J. Spencer2011-11-161-1/+1
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-161-3/+291
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-7/+7
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-151-1/+1
* Move WEAK marking to the declaration.Nick Lewycky2011-11-151-8/+6
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-0/+7
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-142-0/+50
* Fix pasto.Benjamin Kramer2011-11-052-4/+4
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-052-0/+30
* Add missing includes/class declaration.Eli Friedman2011-11-043-0/+7
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-041-15/+15
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-2/+2
* Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-011-0/+8
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-14/+0
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-241-10/+18
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-231-0/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-2/+16
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-171-0/+3
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+4
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-161-0/+3
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-161-10/+5
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-162-15/+23
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-162-10/+29
* Add ELF relocation types for Mips.Akira Hatanaka2011-10-141-1/+55