aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* support > 4G stack objectsChris Lattner2007-04-252-3/+3
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-251-32/+31
* allow support for 64-bit stack objectsChris Lattner2007-04-251-1/+1
* FixDevang Patel2007-04-251-0/+12
* Be more careful about folding op(x, undef) when we have vector operands.Chris Lattner2007-04-251-9/+16
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-241-0/+6
* Update.Bill Wendling2007-04-241-0/+37
* Add the PADDQ to the list.Bill Wendling2007-04-241-0/+1
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-241-19/+101
* Remove some invalid instructions from this check.Bill Wendling2007-04-241-2/+1
* Support for the special case of a vector with the canonical form:Bill Wendling2007-04-242-2/+35
* Assertion when using a 1-element vector for an add operation. Get theBill Wendling2007-04-241-4/+7
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-243-19/+37
* fix memory leakChris Lattner2007-04-241-3/+4
* fix a memory leakChris Lattner2007-04-242-14/+15
* implement reading and writing of constant exprs.Chris Lattner2007-04-242-15/+230
* Rollback some changes that adversely affected performance. I'm currently ret...Owen Anderson2007-04-241-22/+26
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-242-5/+108
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-242-2/+80
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
* Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings aboutScott Michel2007-04-241-2/+2
* move check to the right place :)Chris Lattner2007-04-241-3/+4
* track global initsChris Lattner2007-04-242-3/+9
* Emit module-level constants.Chris Lattner2007-04-243-10/+118
* modify per review commentaryDale Johannesen2007-04-231-2/+2
* FixDevang Patel2007-04-231-5/+9
* Read global symtabChris Lattner2007-04-232-3/+59
* fix off-by oneChris Lattner2007-04-231-1/+1
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintainingDale Johannesen2007-04-231-6/+19
* add Align field, and use when generating function alignmentDale Johannesen2007-04-232-3/+13
* add isThumb (unused as yet)Dale Johannesen2007-04-232-0/+5
* Fix generic getInlineAsmLengthDale Johannesen2007-04-231-4/+18
* make EmitAlignment work the way Chris says it shouldDale Johannesen2007-04-231-1/+3
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-232-6/+13
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-232-12/+47
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* X86 TLS: optimize the implementation of "local exec" model.Lauro Ramos Venancio2007-04-231-3/+10
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-233-89/+2
* PR400 phase 2. Propagate attributed load/store information through DAGs.Christopher Lamb2007-04-223-36/+112
* X86 TLS: fix and optimize the implementation of "initial exec" model.Lauro Ramos Venancio2007-04-223-2/+11
* PR400 phase 1 implementation feedback.Christopher Lamb2007-04-221-4/+2
* Have compiler enforce this.Jeff Cohen2007-04-221-1/+0
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-221-2/+8
* RegeneratedChristopher Lamb2007-04-223-4385/+3361
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-225-13/+109
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-1/+1
* For PR1136:Reid Spencer2007-04-222-0/+40
* add llvm ir bitcode definition fileChris Lattner2007-04-221-0/+87