aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Re-install patch to enable use of PassID.Devang Patel
2007-05-02update to reflect realityChris Lattner
2007-05-02revert enough of devang's recent patches to get the tree basically working againChris Lattner
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01Pass call frame setup SP adjustment along to eliminateFrameIndex().Evan Cheng
2007-05-01Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman
2007-05-01several bitfixes to JumpToBitChris Lattner
2007-05-01add JumpToBit, an explicit init method, and a default ctor.Chris Lattner
2007-05-01add missing opcode.Chris Lattner
2007-05-01Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng
2007-04-30Implement review feedback.Christopher Lamb
2007-04-30Header file for ELF relocations.Christopher Lamb
2007-04-30Fix commentAnton Korobeynikov
2007-04-30If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer
2007-04-29add some helpersChris Lattner
2007-04-29compute this value correctlyChris Lattner
2007-04-29Make ARM-specific version of getInlineAsmLengthDale Johannesen
2007-04-29add a methodChris Lattner
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-29Jeff's fix was fineChris Lattner
2007-04-29add missing ctorChris Lattner
2007-04-29Fix MemoryBuffer breakage correctly.Jeff Cohen
2007-04-29make this file self-containedChris Lattner
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-29Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner
2007-04-29new method for creating a path, which does not create a temporary string.Chris Lattner
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-28add a default parameterChris Lattner
2007-04-28add a way to make this less brittleChris Lattner
2007-04-28represent indirect operands explicitly in inline asm strings.Chris Lattner
2007-04-27add a GEP helper functionChris Lattner
2007-04-27Fix prolific source of 'possible loss of data' warnings.Jeff Cohen
2007-04-26Move ~Pass() from Pass.h into Pass.cppDevang Patel
2007-04-26Delete Analysis Resolver.Devang Patel
2007-04-26Fix a typo in a comment.Dan Gohman
2007-04-26Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng
2007-04-26Rename identifier that GCC uses as a macro, breaking llvm-gcc build.Jeff Cohen
2007-04-26start defining codes for instructionsChris Lattner
2007-04-26add a new codeChris Lattner
2007-04-26add alias support to bitcodeChris Lattner
2007-04-26Be careful when to add implicit kill / dead operands. Don't add them during /...Evan Cheng
2007-04-25Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng
2007-04-25Data structure change to improve compile time (especially in debug mode).Evan Cheng
2007-04-25Mem2Reg does not need TargetData.Devang Patel
2007-04-25Remove unused function argument.Devang Patel
2007-04-25Add missed fileAnton Korobeynikov