summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Fix for PR1306.Evan Cheng2007-04-25
* Test if a register is sub- or super-register of another.Evan Cheng2007-04-25
* Minor speed tweak.Evan Cheng2007-04-25
* support for >4G framesChris Lattner2007-04-25
* support > 4G stack objectsChris Lattner2007-04-25
* allow 64-bit stack objectsChris Lattner2007-04-25
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-24
* comentateChris Lattner2007-04-24
* add records for constant exprsChris Lattner2007-04-24
* add codes for constants tableChris Lattner2007-04-23
* Fix bug in isFloatingPoint()Christopher Lamb2007-04-23
* add a missing operatorChris Lattner2007-04-23
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-23
* implement reading of abbrevsChris Lattner2007-04-23
* minor cleanupsChris Lattner2007-04-23
* finish implementation of basic abbrev writing.Chris Lattner2007-04-23
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-23
* promote this to being a public header.Chris Lattner2007-04-23
* PR400 phase 2. Propagate attributed load/store information through DAGs.Christopher Lamb2007-04-22
* PR400 phase 1 implementation feedback.Christopher Lamb2007-04-22
* Have compiler enforce this.Jeff Cohen2007-04-22
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-22
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-22
* For PR1136:Reid Spencer2007-04-22
* Terminate with newline.Reid Spencer2007-04-22