aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment.Dan Gohman2007-05-151-1/+1
* Fix for PR1406:Evan Cheng2007-05-141-1/+5
* Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman2007-05-141-7/+12
* Add a addRequiredTransitiveID member function, which is toDan Gohman2007-05-141-6/+8
* update commentsChris Lattner2007-05-141-3/+2
* Add some things needed by the llvm-gcc version supporting bit accurate integerReid Spencer2007-05-131-0/+39
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-131-3/+14
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-0/+1
* Remove forward-declarations for classes that don't exist.Dan Gohman2007-05-112-3/+0
* Add explicit keywords to several constructors that now have one argument.Dan Gohman2007-05-111-5/+5
* Simplify BranchInst::getSuccessor, avoiding a conditional operator.Dan Gohman2007-05-111-2/+1
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-101-4/+3
* Eliminate MarkVirtRegAliveInBlock recursion.Evan Cheng2007-05-081-0/+2
* Add MachineBasicBlock preds / succs reverse iterators.Evan Cheng2007-05-081-0/+24
* update comments, no functionality changeChris Lattner2007-05-081-4/+4
* Unbreak VC++ build.Jeff Cohen2007-05-071-0/+1
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-061-2/+14
* remove bytecode headersChris Lattner2007-05-067-1205/+0
* remove dead headerChris Lattner2007-05-061-163/+0
* Fix typo in comment.Nick Lewycky2007-05-0612-12/+12
* Move this here from Bytecode/Archive.hChris Lattner2007-05-061-0/+562
* allow zero-length arraysChris Lattner2007-05-061-1/+1
* we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner2007-05-061-1/+3
* add support for identifying bitcode filesChris Lattner2007-05-061-0/+8
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-061-0/+11
* Make code more 64-bit aware.Jeff Cohen2007-05-061-3/+3
* Unbreak VC++.Jeff Cohen2007-05-063-8/+10
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-061-0/+5
* add inline asm codeChris Lattner2007-05-061-1/+2
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-061-1/+1
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-8/+9
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-8/+9
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-051-1/+1
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-4/+12
* minor bugfixChris Lattner2007-05-051-0/+1
* add a 6-bit encoding type for strings.Chris Lattner2007-05-053-3/+38
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-053-12/+213
* use a template to eliminate manual code duplicationChris Lattner2007-05-041-47/+2
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-0/+1
* add support for array abbreviations.Chris Lattner2007-05-043-59/+101
* eliminate lengths from record bodiesChris Lattner2007-05-041-16/+16
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-044-17/+41
* refcount BitCodeAbbrev objectsChris Lattner2007-05-043-7/+13
* if functiontype is going to have a pointer to a paramattr object, it betterChris Lattner2007-05-041-3/+3
* add a helperChris Lattner2007-05-041-0/+4
* remove unused codeChris Lattner2007-05-041-12/+11
* add new codesChris Lattner2007-05-041-5/+11
* add a new codeChris Lattner2007-05-031-1/+2
* Unbreak VC++ build.Jeff Cohen2007-05-031-1/+0
* Use iterative while loop instead of recursive function call.Devang Patel2007-05-031-1/+1