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