aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01Pass call frame setup SP adjustment along to eliminateFrameIndex().Evan Cheng
2007-05-01Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman
2007-05-01several bitfixes to JumpToBitChris Lattner
2007-05-01add JumpToBit, an explicit init method, and a default ctor.Chris Lattner
2007-05-01add missing opcode.Chris Lattner
2007-05-01Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng
2007-04-30Implement review feedback.Christopher Lamb
2007-04-30Header file for ELF relocations.Christopher Lamb
2007-04-30Fix commentAnton Korobeynikov
2007-04-30If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer
2007-04-29add some helpersChris Lattner
2007-04-29compute this value correctlyChris Lattner
2007-04-29Make ARM-specific version of getInlineAsmLengthDale Johannesen
2007-04-29add a methodChris Lattner
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-29Jeff's fix was fineChris Lattner