Revise definition of part_select. The wrapping behavior is not useful so
[oota-llvm.git] / include /
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...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnermake this file self-contained
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattneradd a default parameter
2007-04-28 Chris Lattneradd a way to make this less brittle
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-27 Jeff CohenFix prolific source of 'possible loss of data' warnings.
2007-04-26 Devang PatelMove ~Pass() from Pass.h into Pass.cpp
2007-04-26 Devang PatelDelete Analysis Resolver.
2007-04-26 Dan GohmanFix a typo in a comment.
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-26 Jeff CohenRename identifier that GCC uses as a macro, breaking...
2007-04-26 Chris Lattnerstart defining codes for instructions
2007-04-26 Chris Lattneradd a new code
next