Add X86 MMX type to bitcode and Type.
[oota-llvm.git] / lib / AsmParser / LLLexer.cpp
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2009-12-30 Chris Lattnerrename NamedOrCustomMD -> MetadataVar to follow convent...
2009-12-30 Chris Lattnerrename lltok::Metadata -> lltok::exclaim. We name...
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-18 Chris Lattneradd some fixme's
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-16 Devang PatelParse debug info attached with an instruction.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-24 Duncan SandsFix the build with gcc-4.4 on linux: header needed
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelParse named metadata.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-02 Misha BrukmanAlphabetized #includes.
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris Lattneradd a #include to hopefully get the x86-64-linux buildb...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-19 Nick LewyckyCommit missed files from nocapture change.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-03 Devang PatelParse and print opt_size note.
2008-09-02 Devang PatelParse function notes.
2008-08-13 Dale JohannesenAdd read/write support for X86's sseregparm.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-22 Dan GohmanRecognize the "default" keyword, which is documented...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Devang PatelParse
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-16 Bill WendlingRemove spurious warnings from GCC:
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-08 Chris Lattneradd #include
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-18 Chris Lattnerautoupgrade files that use callfoo as call foo.
2007-11-18 Chris LattnerBugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen...
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...