aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some null checks to actually test the part that needs checking.Owen Anderson2007-04-211-3/+2
* Add super-register set.Evan Cheng2007-04-211-1/+13
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-1/+0
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-203-5/+31
* Add sub-registers set accessor.Evan Cheng2007-04-201-0/+8
* Add sub-register sets.Evan Cheng2007-04-201-0/+3
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-201-2/+2
* Add null checks and const-ify these accessors.Owen Anderson2007-04-201-2/+5
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-201-1/+1
* Fix some VC++ warnings.Jeff Cohen2007-04-191-4/+4
* Add accessor to get the blocks immediately dominated by a given block to ETFo...Owen Anderson2007-04-182-0/+22
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-181-4/+0
* Add an accessor to make ETForest more useful.Owen Anderson2007-04-181-0/+7
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-181-1/+1
* what's an & between friends?Chris Lattner2007-04-181-1/+1
* Copy coalescing change to prevent a physical register from being pin to aEvan Cheng2007-04-171-2/+6
* Add a register allocation preference field; add a method to compute size of a...Evan Cheng2007-04-171-1/+6
* Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng2007-04-171-2/+4
* Keep track of number of uses within the function per virtual register.Evan Cheng2007-04-171-1/+5