oota-llvm.git
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 NAKAMURA Takumitest/MC: Introduce MC/MachO/ARM, and relocate relax...
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 NAKAMURA Takumitest/MC: Move relax-thumb2-branches.s from MC/MachO...
2011-12-06 Dan GohmanFix a subtle semantic issue with poison values that...
2011-12-06 Bruno Cardoso... Use branches instead of jumps + variable cleanup. Testc...
2011-12-06 Bruno Cardoso... Explicit symbols for gnu mimicing relocations. Patch...
2011-12-06 Bruno Cardoso... Add register HWR29 numbering. Patch by Jack Carter
2011-12-06 Dan GohmanLine up the comments in a code example.
2011-12-06 Dan GohmanRename "Trap Values" to "Poison Values", to better...
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 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
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... Align ARM constant pool islands via their basic block.
2011-12-06 Jakob Stoklund... Use 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... Use an existing function.
2011-12-06 Jakob Stoklund... Fix unclear wording.
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 GrosbachTidy up. Hard tabs.
2011-12-06 Nick LewyckyAll these arguments are default anyways.
2011-12-06 Jim GrosbachTidy up. 80 columns.
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 Jim GrosbachTidy up.
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 GrosbachUpdate tests for r145860. Add a few new ones.
2011-12-05 Jim GrosbachThumb2 prefer ADD register encoding T2 to T3 when possible.
2011-12-05 Bill WendlingMove 'returns_twice' definition into alphabetical place.
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 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-05 Hal FinkelAdd test case - this input used to crash because of...
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 Finkelremove wasted space for extra bit copies of CR2 subregs
2011-12-05 Hal Finkeladd register pressure for CR regs
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-12-05 NAKAMURA Takumitest/CodeGen/X86/pointer-vector.ll: Add explicit -mtrip...
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 Jakub StaszakFix table of contents.
2011-12-04 Jakub StaszakAdd 'llvm.expect' intrinsic description.
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... 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.
2011-12-02 Akira HatanakaTest cases for 64-bit multiplication and division.
2011-12-02 Akira HatanakaFix test cases to use FileCheck.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Jim GrosbachARM tests for VLD1 single lane w/ writeback.
2011-12-02 Jim GrosbachARM VLD1 single lane assembly parsing.
2011-12-02 Jim GrosbachARM encoder method needs the physical register number...
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
next