aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix incorrect ELF typedefs.Michael J. Spencer2011-10-131-21/+19
* Add missing ELF constants.Michael J. Spencer2011-10-131-18/+216
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-121-2/+6
* Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar2011-10-112-4/+92
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-111-0/+5
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-0/+62
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-081-0/+7
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-0/+224
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+3
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-151-3/+3
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+22
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-151-1/+1
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-1/+27
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-1/+17
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-141-1/+4
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-141-1/+9
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-141-144/+6
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-0/+1
* Add the DataExtractor utility class.Benjamin Kramer2011-09-131-0/+352
* Maintain hexadecimal order.Devang Patel2011-09-131-1/+1
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-6/+9
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-301-0/+11
* Tidy up. Whitespace.Jim Grosbach2011-08-291-5/+5
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-0/+1275
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+32
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-171-1/+1
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-171-2/+7
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-30/+40
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-161-1/+2
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-122-0/+6
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-111-1/+2
* Preserve the name for this variant of IRBuilder::CreateCallPeter Collingbourne2011-08-101-1/+1
* Remove CreateUnwind from the IRBuillder.Bill Wendling2011-08-031-4/+0