aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-05-18merge portability fix from mainlineChris Lattner
2007-05-18Merge from mainlineTanya Lattner
2007-05-07Unbreak VC++ build.Jeff Cohen
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner
2007-05-06remove bytecode headersChris Lattner
2007-05-06remove dead headerChris Lattner
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-06Move this here from Bytecode/Archive.hChris Lattner
2007-05-06allow zero-length arraysChris Lattner
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner
2007-05-06add support for identifying bitcode filesChris Lattner
2007-05-06Add a helper that either opens a file or stdin.Chris Lattner
2007-05-06Make code more 64-bit aware.Jeff Cohen
2007-05-06Unbreak VC++.Jeff Cohen
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-06implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner
2007-05-05fix a bug I introduced when I merged some code togetherChris Lattner
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-05-05minor bugfixChris Lattner
2007-05-05add a 6-bit encoding type for strings.Chris Lattner
2007-05-05Implement support for globally associating abbrevs with block IDs, whichChris Lattner
2007-05-04use a template to eliminate manual code duplicationChris Lattner
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2007-05-04add support for array abbreviations.Chris Lattner
2007-05-04eliminate lengths from record bodiesChris Lattner
2007-05-04minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner
2007-05-04refcount BitCodeAbbrev objectsChris Lattner
2007-05-04if functiontype is going to have a pointer to a paramattr object, it betterChris Lattner
2007-05-04add a helperChris Lattner
2007-05-04remove unused codeChris Lattner
2007-05-04add new codesChris Lattner
2007-05-03add a new codeChris Lattner
2007-05-03Unbreak VC++ build.Jeff Cohen
2007-05-03Use iterative while loop instead of recursive function call.Devang Patel
2007-05-03Use the explicit keyword for the SCEV class' constructor.Dan Gohman
2007-05-03This is a patch to fix a compile error in STLExtras.h, andChris Lattner
2007-05-03remove extraneous type qualifiersChris Lattner
2007-05-03remove extraneous top-level semi'sChris Lattner
2007-05-03remove two useless functions. Just inherit Type's implementation instead.Chris Lattner
2007-05-03remove useless type qualifiersChris Lattner
2007-05-03avoid invalid C++ token in #errorChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-03Add a new option.Chris Lattner
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Re-install patch to enable use of PassID.Devang Patel
2007-05-02update to reflect realityChris Lattner
2007-05-02revert enough of devang's recent patches to get the tree basically working againChris Lattner