oota-llvm.git
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-09 Lang HamesPreserve physreg kills in MachineBasicBlock::SplitCriti...
2012-02-09 NAKAMURA Takumitest/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
2012-02-09 Lang HamesFix kill flags when moving instructions using LiveInter...
2012-02-09 Lang HamesRemove assertion. Not all use operands are reads.
2012-02-09 Andrew TrickImprove TargetPassConfig. No intended functionality.
2012-02-09 Andrew Trickcomment
2012-02-09 David BlaikieRemove static initializer from DataStream.cpp
2012-02-09 Jakob Stoklund... Erase dead copies that are clobbered by a call.
2012-02-09 Jakob Stoklund... Handle register masks when searching for EFLAGS clobbers.
2012-02-09 Jakob Stoklund... Never delete instructions that define reserved registers.
2012-02-08 Jakob Stoklund... Handle register masks in MachineCopyPropagation.
2012-02-08 Evan ChengCommit Andy Zhang's test for the lea patch.
2012-02-08 Chris Lattnerfix broken link
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Machi...
2012-02-08 Andrew Trickwhitespace
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Stack...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-08 Andrew Trickwhitespace
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: TailD...
2012-02-08 Jakob Stoklund... Add Register mask support to RABasic.
2012-02-08 Benjamin KramerDon't map registers to the invalid dwarf register ...
2012-02-08 Brendon CahoonUse TSFlag bit to describe instruction properties.
2012-02-08 Jakob Stoklund... Keep track of register masks in LiveIntervalAnalysis.
2012-02-08 Benjamin KramerValue initialize MCRegisterClasses. Not sure how could...
2012-02-08 Duncan SandsUse Use::set rather than finding the operand number...
2012-02-08 Benjamin KramerPathV2: Remove static StringRef ctors.
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-08 Craig TopperRemove a couple unneeded intrinsic patterns
2012-02-08 Chris LattnerNo actual functional change here, just some clarifications:
2012-02-08 Craig TopperRemove GCC builtins for vpermilp* intrinsics as clang...
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-08 Andrew TrickAdded MachineInstr::isBundled() to check if an instruct...
2012-02-08 Andrew Trickmisched: bug in debug output.
2012-02-08 Andrew Trickwhitespace
2012-02-08 Andrew Trickstale comment
2012-02-08 Chris Lattneradd an explicit section on static constructors.
2012-02-08 Kostya SerebryanyDon't use static CTORs for the Attributes constants...
2012-02-08 Eric ChristopherAdd support for a temporary forward decl type. We want...
2012-02-08 Devang PatelRemove tabs.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-07 Devang PatelRemove tabs.
2012-02-07 Evan ChengUse LEA to adjust stack ptr for Atom. Patch by Andy...
2012-02-07 Hal FinkelAllow bugpoint to recognize -bb-vectorize
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-07 Benjamin Kramerocaml bindings: landing pad is now the last opcode.
2012-02-07 Benjamin KramerAdd a unittest for rotating a really big APInt.
2012-02-07 NAKAMURA TakumiBitcode/BitstreamReader.h: Tweak for big endian hosts.
2012-02-07 Bill WendlingRephrase to add clarity.
2012-02-07 Anat Shemertest commit
2012-02-07 Evan ChengDo not fold ADD / SUB into load / store (to form pre...
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-07 Bill WendlingCache the sizes of vectors instead of calculating them...
2012-02-07 Bill WendlingReserve space in these vectors to prevent having to...
2012-02-07 Derek SchuffFix win32 build breakage from bitcode streaming patch
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-06 Andrew TrickThis is a small patch with a couple of improvements...
2012-02-06 Andrew TrickExpose TargetPassConfig to PEI Pass
2012-02-06 Andrew TrickAdd TargetPassConfig to the PassManager for use inside...
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-02-06 Nick LewyckyFix comment-rulers.
2012-02-06 Jakob Stoklund... Remove some unused functions.
2012-02-06 Jakob Stoklund... Don't explicitly renumber slot indices.
2012-02-06 Nick LewyckySystem headers after llvm headers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill WendlingDocument the 'unwind' removal.
2012-02-06 Bill Wendling[unwind removal] Remove any mention of the 'unwind...
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-02-06 Jakob Stoklund... Make sure a reserved register has a live interval befor...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-06 Bill Wendling[unwind removal] Don't write out the dead 'unwind'...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-06 Bill Wendling'unwind' is a keyword, not an instruction.
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-02-06 Derek SchuffTest commit; also removes some trailing whitespace
2012-02-06 Bill WendlingThe 'unwind' instruction is deprecated and will be...
2012-02-06 Devang PatelUpdate docs describing objective-c property encoding...
2012-02-06 Bill WendlingMention that the 'unwind' instruction is now deprecated.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-06 Peter CollingbourneUpdate ExceptionDemo to use ConstantDataArray.
2012-02-06 Benjamin KramerX86: Don't call malloc for 4 bits. No functionality...
2012-02-06 Benjamin KramerMake helper static.
2012-02-06 Benjamin KramerHexagon: Remove forbidden iostream includes (it introdu...
2012-02-06 Nick LewyckySplit part of EvaluateFunction into a new EvaluateBlock...
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-06 Craig TopperAdd shuffle decoding support for 256-bit pshufd. Merge...
2012-02-06 Sebastian Popfix indentation
2012-02-06 Sebastian Popfix typo
2012-02-05 Benjamin KramerSmallVector's construct_range is the same thing as...
next