oota-llvm.git
2012-03-20 Silviu Barangatest commit
2012-03-20 Richard BartonTest Commit - add a newline
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-20 Craig TopperRemove code that prevented lowering shuffles if they...
2012-03-20 Craig TopperFactor out target shuffle mask decoding from getShuffle...
2012-03-20 Craig TopperWhen combining (vextract shuffle (load ), <1,u,u,u...
2012-03-20 Eric ChristopherDo everything up to generating code to try to get a...
2012-03-20 Eric ChristopherUntabify.
2012-03-20 Eric ChristopherAdd another debugging statement here.
2012-03-20 Eric ChristopherUse lookUpRegForValue here instead of duplicating the...
2012-03-19 Chris LattnerFix two bugpoint bugs:
2012-03-19 Chris Lattnerfix PR12301 - llvm-bcanalyze should print to stdout...
2012-03-19 Pete Cooperf16 FDIV can now be legalized by promoting to f32
2012-03-19 Chris Lattnerfix a build failure with libc++
2012-03-19 Jim GrosbachARM branch relaxation for unconditional t1 branches.
2012-03-19 Jim GrosbachARM assembly, accept optional '#' on lane index number.
2012-03-19 Michael J.... [Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J.... [Object/COFF]: Expose getSectionName.
2012-03-19 Anton KorobeynikovPerform mul combine when multiplying wiht negative...
2012-03-19 Lang HamesAdd an option to the MI scheduler to cut off scheduling...
2012-03-19 Kostya Serebryany[asan] don't emit __asan_mapping_offset/__asan_mapping_...
2012-03-19 NAKAMURA Takumillvm/test/DebugInfo: Move two tests to DebugInfo/X86...
2012-03-19 Duncan SandsFix DAG combine which creates illegal vector shuffles...
2012-03-19 Preston GurdThis patch adds X86 instruction itineraries for non...
2012-03-19 Benjamin KramerAdd a note for -ffast-math optimization of vector norm.
2012-03-18 Chandler CarruthMake the formatting of this file more consistent, and...
2012-03-18 Chandler CarruthTeach InstVisitor about the UnaryInstruction layer...
2012-03-18 Nick LewyckyFactor out the multiply analysis code in ComputeMaskedB...
2012-03-18 Craig TopperisCommutedMOVLMask should only look at 128-bit vectors...
2012-03-18 Nick LewyckyThis clause (although matching parts of the implementat...
2012-03-17 Benjamin KramerCriticalAntiDepBreaker: Replace a SmallSet of regs...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-17 Benjamin KramerMachineInstr: Inline the fast path (non-bundle instruct...
2012-03-17 Craig TopperFix some copy and paste remnants of Cell and SPU in...
2012-03-17 Craig TopperFix typo in file header.
2012-03-17 Craig TopperPass TargetOptions to HexagonTargetMachine constructor...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-03-16 Bill WendlingCheck if we can handle the arguments of a call (and...
2012-03-16 Francois PichetRevert r152915. Chapuni's WinWaitReleased refactoring...
2012-03-16 Chris Lattnerclarify the coding standards a bit.
2012-03-16 Jim GrosbachARM fix silly typo in optional operand alias.
2012-03-16 Jim GrosbachARM divided syntax fmrx/fmxr mnemonics.
2012-03-16 Jim GrosbachARM ldm/stm register lists can be out of order.
2012-03-16 Bill WendlingRevert r152907.
2012-03-16 Benjamin KramerScheduleDAGInstrs: When adding uses we add them into...
2012-03-16 Benjamin KramerLimit the number of memory operands in MachineInstr...
2012-03-16 Benjamin KramerCriticalAntiDepBreaker: BasicBlock::size is an expensiv...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Check all opened_files[...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased().
2012-03-16 Bill WendlingThe alignment of the pointer part of the store instruct...
2012-03-16 Craig TopperMore const-correcting of FixedLenDecoderEmitter.
2012-03-16 Chandler CarruthRip out support for 'llvm.noinline'. This thing has...
2012-03-16 Chandler CarruthStart removing the use of an ad-hoc 'never inline'...
2012-03-16 Craig TopperConst-correct the FixedLenDecoderEmitter. Pass a few...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2012-03-16 Andrew Trickmisched: add DAG edges from vreg defs to ExitSU.
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-16 Craig TopperSpacing fixes. Mostly aligning arguments that spilled...
2012-03-16 Chad RosierRevert r152705, which reapplied r152486 as this appears...
2012-03-16 Craig TopperRemove unused field NumVariable from Filter class....
2012-03-16 Eli FriedmanIn InstCombiner::visitOr, make sure we reverse the...
2012-03-16 Jim GrosbachARM optional operand on MRC/MCR assembly instructions.
2012-03-16 Jim GrosbachARM vmrs system registers mvfr0 and mvfr1 handling.
2012-03-16 Eric ChristopherDo the right thing on NULL uint64 fields.
2012-03-16 NAKAMURA TakumiRevert r152613 (and r152614), "Inline the d'tor and...
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Jim GrosbachRemove inadvertant commit.
2012-03-15 Chad Rosier[fast-isel] Address Eli's comments for r152847. Specif...
2012-03-15 Daniel Dunbardocs: Update TestingGuide to change recommended practic...
2012-03-15 Chad Rosier[fast-isel] Don't try to encode LONG_MIN using cmn...
2012-03-15 Jim GrosbachARM case-insensitive checking for APSR_nzcv.
2012-03-15 Eric ChristopherWe actually handle AllocaInst via getRegForValue below...
2012-03-15 Eric ChristopherAdd some debugging output into fast isel as well.
2012-03-15 Eric ChristopherAdd another debug statement.
2012-03-15 Eric ChristopherTabs.
2012-03-15 Eric ChristopherTypo.
2012-03-15 Jakob Stoklund... Make MnemonicTable const again. That part of r152202...
2012-03-15 Jim GrosbachARM aliases for pre-unified syntax fcmpz[sd] mnemonics.
2012-03-15 Jakob Stoklund... Don't assume all mnemonics fit in 64k.
2012-03-15 Matt Beaumont-Gayline endings
2012-03-15 Duncan SandsType sizes and fields offsets inside structs are unsign...
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-03-15 Jakob Stoklund... Revert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-15 Jakob Stoklund... Revert r152105: "Use uint16_t to store indices into...
2012-03-15 Kristof BeylsFix VCVT decoding (between floating-point and fixed...
2012-03-15 Michael J.... Fix bug found by warning.
2012-03-15 Rafael EspindolaShort term fix for pr12270 before we change dominates...
2012-03-15 Bill WendlingUse an iterator instead of calling .size() on the workl...
2012-03-15 Michael J.... Implement relocation-overflow behavior for PE/COFF.
2012-03-15 Nadav RotemWhen optimizing certain BUILD_VECTOR nodes into other...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-15 Eli BenderskyFollow-up to r152620: restore JIT event listener tests...
2012-03-15 Bill WendlingAdd a xform to the DAG combiner.
2012-03-15 Chandler CarruthRemove the basic inliner. This was added in 2007, and...
2012-03-15 Chandler CarruthMake the swap code here a bit more obvious what its...
2012-03-15 Chandler CarruthDon't assume that the arguments are processed in some...
2012-03-15 Chad Rosier[avx] Add patterns for VINSERTF128rm.
2012-03-15 Chandler CarruthThis pass didn't want the inline cost per-se, it just...
2012-03-15 Chandler CarruthRemove all remnants of partial specialization in the...
next