oota-llvm.git
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...
2011-10-12 Eric ChristopherMake this use a public accessor too.
2011-10-12 Nick LewyckyAdd missing space.
2011-10-12 Nick LewyckyFix indent in comment.
2011-10-12 Evan ChengFix r141744.
2011-10-12 Jakob Stoklund... Fix -widen-vmovs liveness issues.
2011-10-11 Evan ChengRefine r141689 with a tri-state variable.
2011-10-11 Akira HatanakaChange name of class to ArithOverflowR.
2011-10-11 Akira HatanakaDefine class ArithLogicI. Make 32-bit and 64-bit arithm...
2011-10-11 Bob WilsonMake this test more specific. There are 3 stats that...
2011-10-11 Eric ChristopherUse public accessors on the scope that is returned.
2011-10-11 Akira HatanakaFix comment.
2011-10-11 Akira HatanakaDefine classes ArithLogicR and ArithLogicOfR and make...
2011-10-11 Chris Lattnertarget data is a contract with the code generator,...
2011-10-11 Chris Lattnerimprove some of the documentation around target data...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Eric ChristopherFormatting.
2011-10-11 Eric ChristopherSpacing.
2011-10-11 Bill WendlingN.B. This is with the new EH scheme:
2011-10-11 Akira HatanakaFix function isUnalignedLoadStore.
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-10-11 Akira HatanakaRemove unused PatLeaf.
2011-10-11 Akira HatanakaChange the names of 64-bit logical instructions so...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-11 Akira HatanakaRemove redundancy in setcc patterns using multiclass.
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Akira HatanakaUse sltiu instead of sltu when a register operand and...
2011-10-11 Jim GrosbachUpdate test for r141704.
2011-10-11 Jim GrosbachARM addressing mode cleanup for LDC/STC.
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2011-10-11 Daniel DunbarSupport/DataTypes.h: Clean up some types and add matchi...
2011-10-11 Eli FriedmanRemove extra semicolon.
2011-10-11 Akira HatanakaAdd patterns for conditional branches with 64-bit regis...
2011-10-11 Akira HatanakaAdd support for 64-bit set-on-less-than instructions.
2011-10-11 Akira HatanakaAdd support for conditional branch instructions with...
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Lang HamesFixed docs to reflect the proper default value and...
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...
2011-10-11 Jim GrosbachARM parse alignment specifier for NEON load/store instr...
2011-10-11 Duncan SandsMention the cmake build guide on the main docs page.
2011-10-11 Jim GrosbachARM Rename operand sub-structure 'Mem' to 'Memory'...
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Richard OsborneImplement the emitFrameIndexDebugValue and getDebugValu...
2011-10-11 Kalle RaiskilaFix a iterator out of bounds error, that triggers rarely.
2011-10-11 NAKAMURA Takumillvm-objdump.cpp: Use PRIx64 as format specifier for...
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-11 NAKAMURA Takumicmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_C...
2011-10-11 Nadav RotemAdd support for legalization of vector trunc-store...
2011-10-11 Nadav RotemCleanup the trunc-store legalization code and add asserts.
2011-10-11 Bill WendlingUpdate to a newer doxygen version. PR8214. Patch by...
2011-10-11 Craig TopperAdd HasPOPCNT predicate to the POPCNT instructions...
2011-10-11 Bill WendlingMinor modifications to make the Hello World example...
2011-10-11 Craig TopperMake Ivy Bridge 16-bit floating point conversion instru...
2011-10-11 Nick LewyckyApparently, sometimes llvm-nm doesn't put the undefined...
2011-10-11 Craig TopperTest case for X86 LZCNT instruction selection.
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-11 Bill WendlingUse the proper name for "externally visible" linkage...
2011-10-11 Bill WendlingReword the SetVector description to reflect reality.
next