minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include /
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
2007-04-26 Chris Lattneradd alias support to bitcode
2007-04-26 Evan ChengBe careful when to add implicit kill / dead operands...
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Evan ChengData structure change to improve compile time (especial...
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Devang PatelRemove unused function argument.
2007-04-25 Anton KorobeynikovAdd missed file
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Evan ChengFix for PR1306.
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-25 Evan ChengMinor speed tweak.
2007-04-25 Chris Lattnersupport for >4G frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Chris Lattnerallow 64-bit stack objects
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-24 Chris Lattnercomentate
2007-04-24 Chris Lattneradd records for constant exprs
2007-04-23 Chris Lattneradd codes for constants table
2007-04-23 Christopher LambFix bug in isFloatingPoint()
2007-04-23 Chris Lattneradd a missing operator
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Chris Lattnerimplement reading of abbrevs
2007-04-23 Chris Lattnerminor cleanups
2007-04-23 Chris Lattnerfinish implementation of basic abbrev writing.
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Chris Lattnerpromote this to being a public header.
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerTerminate with newline.
2007-04-22 Reid SpencerUndo premature commit.
2007-04-22 Reid SpencerTerminate file with newline.
2007-04-22 Jeff CohenImplement review feedback.
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...
2007-04-22 Reid SpencerFor PR1146:
next