Alphabetized #includes.
[oota-llvm.git] / lib / AsmParser / LLLexer.cpp
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...