aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* name change requested by review of previous patchDale Johannesen2007-05-221-4/+4
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-223-1/+31
* Consistency.Evan Cheng2007-05-221-3/+3
* better portability for intptr_t.Chris Lattner2007-05-182-0/+2
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-181-4/+8
* Fix comment.Evan Cheng2007-05-181-2/+2
* Move isSuccessor() offline, change it to use std::find.Evan Cheng2007-05-171-6/+1
* Correct a name in a comment.Dan Gohman2007-05-171-3/+4
* silence some "comparison between signed and unsigned integer expressions"Chris Lattner2007-05-171-3/+3
* Fix some sporadic segfaults that are triggered when SmallVector's heapDan Gohman2007-05-171-3/+3
* Remove. Not needed.Evan Cheng2007-05-171-5/+0
* Add target hook to specify block size limit for if-conversion.Evan Cheng2007-05-162-0/+21
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-161-2/+2
* Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() t...Evan Cheng2007-05-162-15/+10
* add missing mmx intrinsicChris Lattner2007-05-161-0/+4
* Fix comments.Evan Cheng2007-05-161-4/+10
* Initial commit of (very basic) if converter.Evan Cheng2007-05-161-0/+3
* Add TargetInstrInfo predication hooks.Evan Cheng2007-05-161-0/+14
* Added getNumExplicitOperands and findFirstPredOperand.Evan Cheng2007-05-151-0/+10
* All operands that made up of the predicate operands are maked M_PREDICATE_OPE...Evan Cheng2007-05-151-2/+2
* 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