summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move this here from Bytecode/Archive.hChris Lattner2007-05-06
* allow zero-length arraysChris Lattner2007-05-06
* we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner2007-05-06
* add support for identifying bitcode filesChris Lattner2007-05-06
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-06
* Make code more 64-bit aware.Jeff Cohen2007-05-06
* Unbreak VC++.Jeff Cohen2007-05-06
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-06
* add inline asm codeChris Lattner2007-05-06
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-06
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-06
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-06
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-05
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-05
* minor bugfixChris Lattner2007-05-05
* add a 6-bit encoding type for strings.Chris Lattner2007-05-05
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-05
* use a template to eliminate manual code duplicationChris Lattner2007-05-04
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* add support for array abbreviations.Chris Lattner2007-05-04
* eliminate lengths from record bodiesChris Lattner2007-05-04
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-04
* refcount BitCodeAbbrev objectsChris Lattner2007-05-04
* if functiontype is going to have a pointer to a paramattr object, it betterChris Lattner2007-05-04
* add a helperChris Lattner2007-05-04
* remove unused codeChris Lattner2007-05-04
* add new codesChris Lattner2007-05-04
* add a new codeChris Lattner2007-05-03
* Unbreak VC++ build.Jeff Cohen2007-05-03
* Use iterative while loop instead of recursive function call.Devang Patel2007-05-03
* Use the explicit keyword for the SCEV class' constructor.Dan Gohman2007-05-03
* This is a patch to fix a compile error in STLExtras.h, andChris Lattner2007-05-03
* remove extraneous type qualifiersChris Lattner2007-05-03
* remove extraneous top-level semi'sChris Lattner2007-05-03
* remove two useless functions. Just inherit Type's implementation instead.Chris Lattner2007-05-03
* remove useless type qualifiersChris Lattner2007-05-03
* avoid invalid C++ token in #errorChris Lattner2007-05-03
* Drop 'const'Devang Patel2007-05-03
* Add a new option.Chris Lattner2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Re-install patch to enable use of PassID.Devang Patel2007-05-02
* update to reflect realityChris Lattner2007-05-02
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-02
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-01
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Pass call frame setup SP adjustment along to eliminateFrameIndex().Evan Cheng2007-05-01
* Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng2007-05-01
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* several bitfixes to JumpToBitChris Lattner2007-05-01
* add JumpToBit, an explicit init method, and a default ctor.Chris Lattner2007-05-01