Turn error recovery into an assert.
[oota-llvm.git] / include / llvm / Support /
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...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Jay FoadUpdate llvm-gcc-4.2 and dragonegg after converting...
2011-07-21 Jay FoadConvert ConstantFolder APIs to use ArrayRef.
2011-07-19 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-14 Devang PatelAdd dump()
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
next