aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in a comment.Dan Gohman2007-04-261-1/+1
* Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng2007-04-261-2/+2
* Rename identifier that GCC uses as a macro, breaking llvm-gcc build.Jeff Cohen2007-04-261-22/+22
* start defining codes for instructionsChris Lattner2007-04-261-6/+34
* add a new codeChris Lattner2007-04-261-1/+4
* add alias support to bitcodeChris Lattner2007-04-261-1/+4
* Be careful when to add implicit kill / dead operands. Don't add them during /...Evan Cheng2007-04-261-14/+22
* Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...Evan Cheng2007-04-251-19/+11
* Data structure change to improve compile time (especially in debug mode).Evan Cheng2007-04-251-14/+10
* Mem2Reg does not need TargetData.Devang Patel2007-04-251-2/+1
* Remove unused function argument.Devang Patel2007-04-251-1/+1
* Add missed fileAnton Korobeynikov2007-04-251-0/+83
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-257-16/+95
* Fix for PR1306.Evan Cheng2007-04-252-3/+20
* Test if a register is sub- or super-register of another.Evan Cheng2007-04-251-0/+16
* Minor speed tweak.Evan Cheng2007-04-251-4/+3
* support for >4G framesChris Lattner2007-04-251-2/+2
* support > 4G stack objectsChris Lattner2007-04-251-6/+6
* allow 64-bit stack objectsChris Lattner2007-04-251-5/+5
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-241-0/+4
* comentateChris Lattner2007-04-241-0/+8
* add records for constant exprsChris Lattner2007-04-241-9/+46
* add codes for constants tableChris Lattner2007-04-231-3/+17
* Fix bug in isFloatingPoint()Christopher Lamb2007-04-231-1/+1
* add a missing operatorChris Lattner2007-04-231-0/+5
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-232-6/+12
* implement reading of abbrevsChris Lattner2007-04-231-6/+89
* minor cleanupsChris Lattner2007-04-231-3/+5
* finish implementation of basic abbrev writing.Chris Lattner2007-04-231-4/+69
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-233-13/+109
* promote this to being a public header.Chris Lattner2007-04-231-0/+87
* PR400 phase 2. Propagate attributed load/store information through DAGs.Christopher Lamb2007-04-222-5/+10
* PR400 phase 1 implementation feedback.Christopher Lamb2007-04-221-4/+2
* Have compiler enforce this.Jeff Cohen2007-04-221-3/+5
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-221-7/+37
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-0/+4
* For PR1136:Reid Spencer2007-04-223-21/+53
* Terminate with newline.Reid Spencer2007-04-221-2/+0
* Undo premature commit.Reid Spencer2007-04-221-4/+1
* Terminate file with newline.Reid Spencer2007-04-221-1/+4
* Implement review feedback.Jeff Cohen2007-04-221-2/+2
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-222-5/+8
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-224-0/+523
* For PR1146:Reid Spencer2007-04-222-47/+26
* X86 TLS: Implement review feedback.Lauro Ramos Venancio2007-04-211-11/+1
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-213-43/+12
* Make enum-valued bitfield large enough to avoid interpretation as negative va...Jeff Cohen2007-04-211-1/+1
* Fix breakage of bytecode reader when built with VC++.Jeff Cohen2007-04-211-2/+4
* The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...Jeff Cohen2007-04-211-2/+2
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-213-12/+43