Remove unused method - getIDomBlock().
[oota-llvm.git] / include / llvm /
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Evan ChengConsistency.
2007-05-18 Chris Lattnerbetter portability for intptr_t.
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengFix comment.
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-05-17 Dan GohmanCorrect a name in a comment.
2007-05-17 Chris Lattnersilence some "comparison between signed and unsigned...
2007-05-17 Dan GohmanFix some sporadic segfaults that are triggered when...
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengAdd target hook to specify block size limit for if...
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Move TargetInstrIn...
2007-05-16 Chris Lattneradd missing mmx intrinsic
2007-05-16 Evan ChengFix comments.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2007-05-16 Evan ChengAdd TargetInstrInfo predication hooks.
2007-05-15 Evan ChengAdded getNumExplicitOperands and findFirstPredOperand.
2007-05-15 Evan ChengAll operands that made up of the predicate operands...
2007-05-15 Dan GohmanCorrect a comment.
2007-05-14 Evan ChengFix for PR1406:
2007-05-14 Dan GohmanUse templates for the GraphType for DefaultDOTGraphTrai...
2007-05-14 Dan GohmanAdd a addRequiredTransitiveID member function, which...
2007-05-14 Chris Lattnerupdate comments
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-11 Dan GohmanRemove forward-declarations for classes that don't...
2007-05-11 Dan GohmanAdd explicit keywords to several constructors that...
2007-05-11 Dan GohmanSimplify BranchInst::getSuccessor, avoiding a condition...
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-08 Evan ChengEliminate MarkVirtRegAliveInBlock recursion.
2007-05-08 Evan ChengAdd MachineBasicBlock preds / succs reverse iterators.
2007-05-08 Chris Lattnerupdate comments, no functionality change
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris Lattnerremove bytecode headers
2007-05-06 Chris Lattnerremove dead header
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris LattnerMove this here from Bytecode/Archive.h
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-05-06 Jeff CohenMake code more 64-bit aware.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattneradd inline asm code
2007-05-06 Chris LattnerFix a subtle bug that prevented round-tripping 470.lbm
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-05 Chris Lattnerfix a bug I introduced when I merged some code together
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-05 Chris Lattnerminor bugfix
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattneruse a template to eliminate manual code duplication
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-04 Chris Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnereliminate lengths from record bodies
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
2007-05-04 Chris Lattnerif functiontype is going to have a pointer to a paramat...
2007-05-04 Chris Lattneradd a helper
2007-05-04 Chris Lattnerremove unused code
2007-05-04 Chris Lattneradd new codes
2007-05-03 Chris Lattneradd a new code
2007-05-03 Jeff CohenUnbreak VC++ build.
2007-05-03 Devang PatelUse iterative while loop instead of recursive function...
2007-05-03 Dan GohmanUse the explicit keyword for the SCEV class' constructor.
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-05-03 Chris Lattnerremove extraneous top-level semi's
2007-05-03 Chris Lattnerremove two useless functions. Just inherit Type's...
2007-05-03 Chris Lattnerremove useless type qualifiers
2007-05-03 Chris Lattneravoid invalid C++ token in #error
2007-05-03 Devang PatelDrop 'const'
2007-05-03 Chris LattnerAdd a new option.
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Chris Lattnerupdate to reflect reality
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengPass call frame setup SP adjustment along to eliminateF...
2007-05-01 Evan ChengAdd SPAdj parameter to account for call frame setup...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Chris Lattnerseveral bitfixes to JumpToBit
2007-05-01 Chris Lattneradd JumpToBit, an explicit init method, and a default...
2007-05-01 Chris Lattneradd missing opcode.
2007-05-01 Evan ChengAdded hook hasReservedCallFrame(). It returns true...
2007-04-30 Christopher LambImplement review feedback.
2007-04-30 Christopher LambHeader file for ELF relocations.
2007-04-30 Anton KorobeynikovFix comment
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-29 Chris Lattneradd some helpers
2007-04-29 Chris Lattnercompute this value correctly
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Chris Lattneradd a method
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
next