oota-llvm.git
2007-01-23 Chris Lattneradd a trivial SmallSet class, which operates on a simil...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-23 Chris LattnerFix a bunch of inline asm failures
2007-01-22 Evan ChengMake it work for both Linux and Mac OS.
2007-01-22 Evan ChengUpdate comment.
2007-01-22 Evan ChengRemove the DoubleTy special case.
2007-01-22 Evan ChengARM AAPCS abi (Linux, etc.) requires 8-byte double...
2007-01-22 Evan ChengDouble and long preferred alignment set to 8 bytes.
2007-01-22 Evan ChengDouble and long preferred alignment is 8 byte.
2007-01-22 Evan Cheng- getTypeAlignmentShift() should be returning preferred...
2007-01-22 Evan ChengPasto
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-22 Evan ChengDouble and Long preferred alignment is 4 for Darwin...
2007-01-22 Evan ChengUse bl to call Thumb fuctions directly.
2007-01-22 Evan ChengFix test case.
2007-01-22 Jim LaskeyBring up to date.
2007-01-22 Reid SpencerCleanup checks in the load and store of casted pointer...
2007-01-21 Jeff CohenFix a bunch of missing semicolon parse errors from...
2007-01-21 Jeff CohenFix this error:
2007-01-21 Reid SpencerRun GenLibDeps.pl with the configured PERL path to...
2007-01-21 Chris Lattneradd a note
2007-01-21 Reid SpencerRegenerate.
2007-01-21 Reid SpencerFix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-21 Reid SpencerFor PR1128:
2007-01-21 Reid SpencerAdd support for the ARM target in the target configurat...
2007-01-21 Reid SpencerWhoops, fix typo in last commit.
2007-01-21 Chris Lattnernew testcase
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Reid SpencerRevise the store V, (cast P) -> store (cast V) -> P...
2007-01-20 Reid SpencerImplement a getTypeSizeInBits method. This helps in...
2007-01-20 Reid SpencerInitial template for the 2.0 Bitcode format that will...
2007-01-20 Owen AndersonTargetData assumes (and some regression tests depend...
2007-01-20 Chris Lattnertrivial cleanup
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Chris LattnerDOUT still evaluates side effects, even though it doesn...
2007-01-20 Reid SpencerFor PR808:
2007-01-20 Reid SpencerFor PR808:
2007-01-20 Reid SpencerFor PR808:
2007-01-20 Reid SpencerTry a negative number with ashr.
2007-01-20 Reid SpencerImplement the signed icmp instructions properly. To...
2007-01-20 Evan ChengRound up stack to multiple of alignment only if it...
2007-01-20 Evan ChengOne more try...
2007-01-20 Evan ChengLast check-in was bogus. There is no need to align...
2007-01-20 Evan ChengFix for PR1108: type of insert_vector_elt index operand...
2007-01-20 Owen AndersonCorrect a comment.
2007-01-20 Evan ChengRemove an unused variable.
2007-01-20 Owen AndersonFix incorrect run line.
2007-01-20 Reid SpencerImplement bit-accurate sext instruction.
2007-01-20 Reid SpencerAdd a test case for sext bug that Leo found.
2007-01-20 Reid SpencerRegenerate for Anton Korobeynikov.
2007-01-20 Anton KorobeynikovCleanup
2007-01-20 Evan ChengPrologue and epilogue bugs for non-Darwin targets.
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-20 Evan ChengBackend is reponsible for aligning the stack.
2007-01-20 Evan ChengWe not align the final stack slot but instead let the...
2007-01-19 Reid SpencerFix a #include to resolve IntegerType class.
2007-01-19 Reid SpencerAdd a #include to resolve IntegerType class.
2007-01-19 Evan ChengAdd test case extracted from lencod. Spiller was infini...
2007-01-19 Evan ChengGetRegForReload() now keeps track which registers have...
2007-01-19 Reid SpencerUnbreak Darwin.
2007-01-19 Reid SpencerHelp the lli interpreter find the stderr/stdin/stdout...
2007-01-19 Reid SpencerHandle each of stderr/stdin/stdout separately.
2007-01-19 Reid SpencerRemove dead methods in the ValTypes.
2007-01-19 Reid SpencerFor this transform: store V, (cast P) -> store (cast...
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Reid SpencerMake this test actually test what its supposed to test.
2007-01-19 Evan ChengCode clean up. Use def : pat instead of defining new...
2007-01-19 Andrew Lenharthfix build on amd64
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengRestructure code a bit to make use of continue (simplif...
2007-01-19 Evan ChengDarwin doesn't support .bss, but it does have .zerofill
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengModify emission of jump tables on darwin to emit an...
2007-01-19 Evan ChengRemove this xform:
2007-01-19 Reid SpencerAdd the check for udis86 to support disassembly.
2007-01-19 Lauro Ramos... Fix section definition.
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-19 Reid Spencericmp doesn't support comparison of packed types.
2007-01-19 Zhou ShengCover non-byte-width BATs situation.
2007-01-19 Zhou ShengCover more arithmetics for arbitrary bitwidth integers.
2007-01-19 Evan ChengARM test cases contributed by Apple.
2007-01-19 Evan ChengARM backend contribution from Apple.
2007-01-19 Nick LewyckyNeeded to build on PPC Linux.
2007-01-19 Zhou ShengAdd one test case for Arbitrary BitWidth Integers.
2007-01-19 Reid SpencerBack out last changes for dataLayout. Much more work...
2007-01-18 Reid SpencerFor PR761:
2007-01-18 Evan Cheng- Target PIC style is no longer affected by relocation...
2007-01-18 Chris Lattnerremove an execution test from llvm/test
2007-01-18 Chris LattnerFix InstCombine/2007-01-18-VectorInfLoop.ll, a case...
2007-01-18 Chris Lattnernew testcase that causes instcombine to infinitely...
2007-01-18 Reid SpencerUpdate copyright for 2007.
2007-01-18 John CriswellWelcome 2007.
2007-01-18 Reid SpencerClean up some code around the store V, (cast P) ->...
2007-01-18 Reid SpencerUse a cheaper computation.
2007-01-18 Reid SpencerFix a regression in the last patch. When constructing...
2007-01-18 Chris Lattnermove contents of PR587 to here.
2007-01-18 Reid SpencerProvide an isPowerOf2ByteWidth method for the IntegerTy...
2007-01-18 Bill WendlingThe zerofill directive needs a newline after it.
2007-01-18 Reid SpencerUse the new maskToBitWidth function to ensure that...
next