Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this doesn...
[oota-llvm.git] / lib /
2011-12-07 Eli FriedmanZap unnecessary isIntDivCheap() check. PR11485. No...
2011-12-07 Jim GrosbachARM tidy up and remove no longer needed InstAlias defin...
2011-12-07 Jakob Stoklund OlesenMove common expression into a method.
2011-12-07 Jim GrosbachARM Implement ARM ARM Table A7-3 via TokenAlias.
2011-12-07 Jakob Stoklund OlesenGroup BBSizes and BBOffsets into a single vector<BasicB...
2011-12-07 Jakob Stoklund OlesenAdd missing check.
2011-12-07 Jim GrosbachARM: NEON SHLL instruction immediate operand range...
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-07 Jakob Stoklund OlesenAdd MachineOperand IsInternalRead flag.
2011-12-07 Eli FriedmanFix an optimization involving EXTRACT_SUBVECTOR in...
2011-12-07 Jakub StaszakRemove unneeded type.
2011-12-07 Jim GrosbachARM: Parameterize the immediate operand type for NEON...
2011-12-06 Jakub Staszak- Remove unneeded #includes.
2011-12-06 Jakob Stoklund OlesenRevert r145971: "Use conservative size estimate for...
2011-12-06 Bill WendlingRe-enable compact unwind. It seems to work now. <rdar...
2011-12-06 Bill WendlingExplicitly check for the different SUB instructions.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenUse conservative size estimate for tBR_JTr.
2011-12-06 Jakob Stoklund OlesenRemove alignment from deserted constant islands.
2011-12-06 Bill WendlingEncode the total stack if there isn't a frame.
2011-12-06 Bill Wendling* Add a macro to remove a magic number.
2011-12-06 Jakob Stoklund OlesenPretty-print basic block alignment.
2011-12-06 Hal Finkeladd RESTORE_CR and support CR unspills
2011-12-06 Hal Finkelremove old FIXME
2011-12-06 Bill WendlingCheck the correct value for small stack sizes. Also...
2011-12-06 Bill WendlingFor a small sized stack, we encode that value directly...
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Justin HolewinskiPTX: Encode registers as unsigned values in the MC...
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-06 Benjamin KramerSimplify common predecessor finding.
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-06 Craig TopperAdd X86ISD::HADD/HSUB to getTargetNodeName
2011-12-06 Craig TopperFix a bunch of SSE/AVX patterns to use v2i64/v4i64...
2011-12-06 Craig TopperMerge floating point and integer UNPCK X86ISD node...
2011-12-06 Craig TopperClean up some of the shuffle decoding code for UNPCK...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-12-06 Jim GrosbachThumb2: MUL two-operand form encoding operand order...
2011-12-06 Craig TopperMerge isSHUFPMask and isCommutedSHUFPMask into single...
2011-12-06 Jim GrosbachThumb2 encoding choice correction for PLD.
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
2011-12-06 Bruno Cardoso LopesExplicit symbols for gnu mimicing relocations. Patch...
2011-12-06 Bruno Cardoso LopesAdd register HWR29 numbering. Patch by Jack Carter
2011-12-06 Andrew TrickLSR: prune undesirable formulae early.
2011-12-06 Evan ChengMix some minor misuse of MachineBasicBlock iterator.
2011-12-06 Pete CooperRemoved isWinToJoinCrossClass from the register coalescer.
2011-12-06 Lang HamesKill off the LoopSplitter. It's not being used or maint...
2011-12-06 Bill WendlingAdd a comment.
2011-12-06 Jim GrosbachTidy up value checking.
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Lang HamesUpdate PBQP's analysis usage to reflect the requirement...
2011-12-06 Chad Rosier[arm-fast-isel] Doublewords only require word-alignment.
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-06 Bill WendlingThe compact encoding of the registers are 3-bits each...
2011-12-06 Jim GrosbachFix ARM handling of tBcc branch relaxation.
2011-12-06 Jakob Stoklund OlesenUse an existing function.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-12-06 Chad RosierProbably not a good idea to convert a single vector...
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-12-05 Jim GrosbachSimple branch relaxation for Thumb2 Bcc instructions.
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-12-05 Chad RosierUpdate comment.
2011-12-05 Chad RosierMake the MemCpyOptimizer a bit more aggressive. I...
2011-12-05 Jim GrosbachTweak ADDrr fix. Bad check for explicit .w
2011-12-05 Jim GrosbachThumb2 prefer ADD register encoding T2 to T3 when possible.
2011-12-05 Akira HatanakaAdd definitions of 64-bit extract and insert instrucion...
2011-12-05 Akira HatanakaSplit ExtIns into two base classes and have instruction...
2011-12-05 Jim GrosbachThumb2 prefer encoding T3 to T4 for ADD/SUB immediate...
2011-12-05 Akira HatanakaHave LowerJumpTable support Mips64. Modify 2010-07...
2011-12-05 Jim GrosbachARM assembly parsing for the rest of the VMUL data...
2011-12-05 Jim GrosbachFix previous commit. Oops.
2011-12-05 Jim GrosbachTidy up. No functional change.
2011-12-05 Jim GrosbachARM assmebler parsing for two-operand VMUL instructions.
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkeldon't include CR bit subregs in callee-saved list
2011-12-05 Hal Finkeladd register pressure for CR regs
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-12-05 Craig TopperRemove some leftover remnants that once tried to create...
2011-12-05 Craig TopperClean up and optimizations to the X86 shuffle lowering...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-04 Eric ChristopherAdd inline subprogram names to the name lookup table...
2011-12-04 Bob WilsonFix 80-column issues.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-03 Venkatraman Govind... Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing...
2011-12-03 Benjamin KramerSimplify code. No functionality change.
2011-12-03 Benjamin KramerClear the new cache.
2011-12-03 Benjamin KramerAdd a "seen blocks" cache to LVI to avoid a linear...
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-12-03 Nick LewyckyCreating multiple JITs on X86 in multiple threads cause...
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-02 Jim GrosbachARM NEON VEXT aliases for data type suffices.
2011-12-02 Jim GrosbachARM VEXT tighten up operand classes a bit.
2011-12-02 Jim GrosbachARM VST1 single lane assembly parsing.
next