The powers that be have decided that LLVM IR should now support 16-bit
[oota-llvm.git] / include / llvm / Support /
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-28 Dylan Noblesmithuse llvm-config.h in public header
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-21 Sebastian Popfix typo in comment
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Michael J. SpencerRemove extra ,.
2011-11-16 Michael J. SpencerSupport/COFF: Add structs and enums from the standard...
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 NAKAMURA Takumiinclude/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIB...
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-05 Benjamin KramerFix pasto.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-04 Eli FriedmanAdd missing includes/class declaration.
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Daniel DunbarSupport/Compiler: Add LLVM_EXTENSION for use where...
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-14 Akira HatanakaAdd ELF relocation types for Mips.
2011-10-13 Michael J. SpencerFix incorrect ELF typedefs.
2011-10-13 Michael J. SpencerAdd missing ELF constants.
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-11 Daniel DunbarSupport/DataTypes.h: Clean up some types and add matchi...
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-08 Michael J. SpencerPathV2: Add simplified version of exists that returns...
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-09-15 Nick LewyckyDespite what the GCC wiki says, a quick search shows...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-09-13 Devang PatelMaintain hexadecimal order.
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-30 Benjamin KramerAdd load commands from Lion to Macho.h.
2011-08-29 Jim GrosbachTidy up. Whitespace.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-17 Jordy Rose...and make sure DynamicLibrary builds by removing...
2011-08-17 Jordy RoseDon't use NULL to represent an invalid library; Cygwin...
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-08-16 Devang PatelIncrement debug info version to accommodate upcoming...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-11 NAKAMURA TakumiDataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats...
2011-08-10 Peter CollingbournePreserve the name for this variant of IRBuilder::CreateCall
2011-08-03 Bill WendlingRemove CreateUnwind from the IRBuillder.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-02 Eli FriedmanFix a couple silly typos in IRBuilder in the new atomic...
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Ted KremenekAdd a generic 'capacity_in_bytes' function to allow...
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-25 Jakub StaszakFix class description.
2011-07-25 Jay FoadRemove uses of std::vector from TypeBuilder.
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
next