oota-llvm.git
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Torok Edwinbindings: tab and indentation fixes of my previous...
2011-10-14 Evan ChengA few 80-col violations.
2011-10-14 Owen AndersonDisable code/data region symbols on ELF targets, where...
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-10-14 Akira HatanakaAdd f128 to datalayout string.
2011-10-14 David GreeneFix threads/jobs Calculation
2011-10-14 David GreeneAdd Helpful Messages
2011-10-14 David GreeneAdd Option to Skip Install
2011-10-14 David GreeneAdd Option to Skip gcc Build
2011-10-14 Hal Finkelinitial test commit (remove whitespace)
2011-10-14 Jakob Stoklund... Update live-in lists when splitting critical edges.
2011-10-14 Akira HatanakaRevert r141932, r141936 and r141937.
2011-10-14 Jim GrosbachFix typo. "__sync_fetch_and-xor_4" should be "__sync_fe...
2011-10-14 Nick LewyckyAn instruction's operands aren't necessarily instructio...
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Akira HatanakaDefinition of function getMipsRegisterNumbering.
2011-10-14 Akira HatanakaAdd definition of class MipsELFWriterInfo.
2011-10-14 Akira HatanakaAdd missing relocation types.
2011-10-14 Akira HatanakaAdd ELF relocation types for Mips.
2011-10-14 Akira HatanakaFixup enumerations.
2011-10-14 Akira HatanakaAdd more Mips relocation types.
2011-10-14 Jakob Stoklund... Ban rematerializable instructions with side effects.
2011-10-14 Jakob Stoklund... V_SET0 has no side effects.
2011-10-14 Jakob Stoklund... Add value numbers when spilling dead defs.
2011-10-13 Eli FriedmanAvoid undefined behavior in negation in LSR. Patch...
2011-10-13 Eli FriedmanFix undefined shift. Patch by Ahmed Charles.
2011-10-13 Eli FriedmanSimplify assertion, and avoid undefined shift. Based...
2011-10-13 Michael J.... Support/Windows: Add support modifying memory permissio...
2011-10-13 Eli FriedmanFix undefined shifts and abs in Alpha backend. Based...
2011-10-13 Michael J.... Support/Windows: Add efficent RW mutex on Windows....
2011-10-13 Lang HamesFixed typo.
2011-10-13 Eli FriedmanAvoid undefined behavior in signed integer negation...
2011-10-13 Eli FriedmanSimplify and avoid undefined shift. Based on patch...
2011-10-13 Michael J.... ELF: Fix the section that relocations apply to. Add...
2011-10-13 Michael J.... llvm-object: Add inline relocation information to disas...
2011-10-13 Eli FriedmanEnhance the memdep interface so that users can tell...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Eric ChristopherDon't forget to reconstruct D after changing the scope...
2011-10-13 Richard OsborneUpdate IntrinsicsXCore.td with the normal LLVM notice...
2011-10-13 Michael J.... llvm-objdump: Fix whitespace.
2011-10-13 Michael J.... llvm-objdump: Fix dumping of multiple symbols with...
2011-10-13 Michael J.... COFF: Implement sectionContainsSymbol for relocatable...
2011-10-13 Andrew TrickFix memory corruption I introduced a few checkins ago.
2011-10-13 NAKAMURA Takumiconfigure: [cygming] Set --disable-embed-stdcxx by...
2011-10-13 Owen AndersonSETEND is not allowed in an IT block.
2011-10-13 Andrew TrickRevert r141870. The test case crashes on linux with...
2011-10-13 NAKAMURA Takumidocs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.
2011-10-13 Michael J.... Fix incorrect ELF typedefs.
2011-10-13 Andrew TrickLSR: Reuse the post-inc expansion of expressions.
2011-10-13 Daniel Dunbarbuild: Remove some stray LLVMC configure variables.
2011-10-13 Andrew TrickSCEV: Rewrite TrandformForPostIncUse to handle expressi...
2011-10-13 Andrew TrickSlightly more useful tracing.
2011-10-13 Benjamin KramerForce CPU type on test so it doesn't accidentally emit...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-10-13 Cameron ZwarichUse an existing method.
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-13 Craig TopperAdd 'implicit EFLAGS' to patterns for popcnt and lzcnt
2011-10-13 Nick LewyckyElf_Word is not POD! Stop using it in a DenseMap.
2011-10-13 Nick LewyckyIf MI is deleted then remove it from the set. If a...
2011-10-13 Nick LewyckyTabs to spaces.
2011-10-13 Nick LewyckyAdd missing braces to pacify GCC's -Wparentheses.
2011-10-13 Michael J.... Add missing ELF constants.
2011-10-12 Jakob Stoklund... Also inflate register classes around inline asm.
2011-10-12 Jakob Stoklund... Add MachineInstr::getRegClassConstraint().
2011-10-12 Jakob Stoklund... Extract a method for finding the inline asm flag operand.
2011-10-12 Jakob Stoklund... Encode register class constreaints in inline asm instru...
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Bill WendlingWe need to verify that the machine instruction we're...
2011-10-12 Eli FriedmanUse a utility from MathExtras to clarify a check and...
2011-10-12 Owen AndersonThe VMAs stored in the symbol table of a MachO file...
2011-10-12 Eli FriedmanUse unsigned multiply to hash integers, so we don't...
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-12 Owen AndersonDon't label a STAB debugging symbol as a function symbol.
2011-10-12 Owen AndersonsectionContainsSymbol needs to be based on VMA's rather...
2011-10-12 Eli FriedmanFix a couple hash functions so that they do not depend...
2011-10-12 Jim GrosbachARM addrmode5 represents the 'U' bit of the encoding...
2011-10-12 Eli FriedmanFix APFloat::getSmallestNormalized so the shift doesn...
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-12 Owen AndersonSection indices in MachO symbol tables begin at 1,...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Evan ChengDisable machine LICM speculation check (for profitabili...
2011-10-12 Cameron ZwarichTo find the exiting VN of a LiveInterval from a block...
2011-10-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-10-12 Nick LewyckyHoist vector.size() computation out of the loop. No...
2011-10-12 Jim Grosbachaddrmode2 is gone from these, so no need for the reg0...
2011-10-12 Jim GrosbachARM encoding tests for STC.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-12 Jim Grosbach80 columns.
2011-10-12 Jim GrosbachTidy up. Formatting.
2011-10-12 Dan GohmanFix a thinko that Nick noticed. The previous code actua...
2011-10-12 NAKAMURA Takumilib/Object/ELFObjectFile.cpp: Fix undefined behavior...
2011-10-12 Bill WendlingExpand the check for a landing pad so that it looks...
2011-10-12 Jakob Stoklund... Use an existing function.
2011-10-12 Akira HatanakaDefine base class LogicNOR and make 32-bit and 64-bit...
2011-10-12 Akira HatanakaFix encoding of 32-bit integer instructions. Change...
next