Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / AsmParser /
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Add the nsdialect keyword to the lexer.
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-24 David BlaikieSilence Clang's -Wlogical-op-parentheses warning.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling'unwind' is a keyword, not an instruction.
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Pete CooperTypo
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-21 Manuel KlimekRemoves unused field TheError from LLLexer.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-27 Benjamin KramerLLLexer: Factor hex char parsing.
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-18 Duncan SandsRemove unused variable.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingAdd checks for the landingpad instruction's clause...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-03 Benjamin KramerRemove unused variables.
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 Chandler CarruthRewrite the CMake build to use explicit dependencies...
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 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
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-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrevert r133368, apparently I missed the tests to be...
2011-06-18 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-17 Matt Beaumont-GayFix -Asserts build
2011-06-17 Chris Lattnerremove another old and dead hunk of code.
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-06-04 Nick LewyckyRefactor parsing of variable names (ie., %foo and ...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
next