oota-llvm.git
2007-04-25 Anton KorobeynikovAdd missed file
2007-04-25 Lauro Ramos... remember to emit weak reference in one more case.
2007-04-25 Anton KorobeynikovRegenerate
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Evan ChengFix for PR1306.
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-25 Evan ChengMinor speed tweak.
2007-04-25 Evan ChengClean up.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-25 Chris LattnerIf an alloca only has two types of uses: 1) reads 2...
2007-04-25 Chris Lattnernew testcase, should be able to eliminate the alloca...
2007-04-25 Chris Lattnersimplify some code
2007-04-25 Chris Lattnerrefactor the SROA code out into its own method, no...
2007-04-25 Chris Lattnersupport for >4G stack frames
2007-04-25 Chris Lattnersupport for >4G frames
2007-04-25 Chris Lattnersupport >4G stack frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Owen AndersonUndo my previous changes. Since my approach to this...
2007-04-25 Chris Lattnerallow support for 64-bit stack objects
2007-04-25 Chris Lattnerallow 64-bit stack objects
2007-04-25 Chris Lattnernew testcase
2007-04-25 Devang PatelFix
2007-04-25 Devang PatelNew test.
2007-04-25 Chris Lattnertestcase for PR1352
2007-04-25 Dale Johannesenfix typo
2007-04-25 Chris LattnerBe more careful about folding op(x, undef) when we...
2007-04-25 Chris Lattnernew testcase that crashes llc
2007-04-24 Dale JohannesenAdd me
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
2007-04-24 Chris Lattnertestcase for PR1351
2007-04-24 Bill WendlingTestcases for MMX.
2007-04-24 Bill WendlingUpdate.
2007-04-24 Bill WendlingAdd the PADDQ to the list.
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-24 Bill WendlingRemove some invalid instructions from this check.
2007-04-24 Bill WendlingSupport for the special case of a vector with the canon...
2007-04-24 Bill WendlingAssertion when using a 1-element vector for an add...
2007-04-24 Devang PatelNew test.
2007-04-24 Devang PatelNew test case.
2007-04-24 Devang PatelAdd myself.
2007-04-24 Chris Lattnerensure that every error return sets a message (and...
2007-04-24 Chris Lattnerfix memory leak
2007-04-24 Chris Lattnerfix a memory leak
2007-04-24 Chris Lattnercomentate
2007-04-24 Chris Lattnerimplement reading and writing of constant exprs.
2007-04-24 Chris Lattneradd records for constant exprs
2007-04-24 Owen AndersonRollback some changes that adversely affected performan...
2007-04-24 Chris Lattnerimplement support for reading aggregate constants,...
2007-04-24 Chris Lattneradd supprot for FP constants, wide integers, and fix...
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Scott MichelUse '-1U' where '-1UL' is obvious overkill, eliminating...
2007-04-24 Chris Lattnermove check to the right place :)
2007-04-24 Chris Lattnertrack global inits
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Dale Johannesenmodify per review commentary
2007-04-23 Chris Lattneradd codes for constants table
2007-04-23 Christopher... Fix bug in isFloatingPoint()
2007-04-23 Devang PatelFix
2007-04-23 Devang PatelNew test.
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerfix off-by one
2007-04-23 Reid SpencerDan is right, using "string first" would produce false...
2007-04-23 Chris Lattneradd a missing operator
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerimplement reading of abbrevs
2007-04-23 Chris Lattnerminor cleanups
2007-04-23 Chris Lattnerfinish implementation of basic abbrev writing.
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Jeff CohenUnbreak VC++ build.
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-23 Lauro Ramos... Add TLS tests.
2007-04-23 Lauro Ramos... X86 TLS: optimize the implementation of "local exec...
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-23 Chris Lattnerpromote this to being a public header.
2007-04-22 Christopher... PR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Lauro Ramos... X86 TLS: fix and optimize the implementation of "initia...
2007-04-22 Christopher... PR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher... Support alignment queries for degenerate (length 1...
2007-04-22 Andrew Lenharthsimplify this test until it can be dealt with
2007-04-22 Christopher... Regenerated
2007-04-22 Christopher... PR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Jeff CohenAdd new option to usage help.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerTerminate with newline.
2007-04-22 Reid SpencerUndo premature commit.
2007-04-22 Reid SpencerTerminate file with newline.
2007-04-22 Jeff CohenImplement review feedback.
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Jeff CohenUndo erroneous corrections.
2007-04-22 Reid SpencerFix the comparison of language names to accept any...
next