2011-12-24 |
Chandler Carruth | Add an explicit test that we now fold cttz.i32(...... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Benjamin Kramer | InstCombine: Add a combine that turns (2^n)-1 ^ x back... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Benjamin Kramer | ComputeMaskedBits: Make knownzero computation more... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Benjamin Kramer | InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rafael Espindola | Section relative fixups are a coff concept, not a x86... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Use standard promotion for i8 CTTZ nodes and i8 CTLZ... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Add systematic testing for cttz as well, and fix the... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Add i8 and i64 testing for ctlz on x86. Also simplify... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Tidy up this rather crufty test. Put the declarations... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Benjamin Kramer | Chandler fixed this. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Expand more when we have a nice 'tzcnt' instruction... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Tidy up some of these tests. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Switch the lowering of CTLZ_ZERO_UNDEF from a .td patte... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Chandler Carruth | Cleanup this test a bit, sorting things and grouping... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Jakob Stoklund... | Fix Comments. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Akira Hatanaka | Add MachineMemOperands to instructions generated in... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Akira Hatanaka | Detect unaligned loads/stores that have been added... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Akira Hatanaka | Test case for r147232. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Akira Hatanaka | If target ABI is N64, LEA should be daddiu. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rafael Espindola | Move x86 specific bits of the COFF writer to lib/Target... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rafael Espindola | Define trivial destructor inline. |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rafael Espindola | Make GetRelocType pure virtual. |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Nick Lewycky | Fix typo "infinte". |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Nick Lewycky | Move this test from date-name to feature-name, and... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Mon P Wang | When not destroying the source, the linker is not remap... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Ted Kremenek | Use 'check_symbol_exists' instead of 'check_function_ex... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Jakob Stoklund... | Experimental support for aligned NEON spills. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Bob Wilson | Add variants of the dispatchsetup pseudo for Thumb... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Dylan Noblesmith | TableGen: add a comment |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Dylan Noblesmith | try to fix MSVC build |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Dylan Noblesmith | drop unneeded config.h includes |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Benjamin Kramer | Attempt #2 to fix mingw crossbuild. This time with... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chad Rosier | Fix 80-column violations. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Benjamin Kramer | Make the -fvisibility-inlines-hidden check more thoroug... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Move all the dependencies on X86FixupKinds.h to a singl... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | ARM VFP assembly parsing and encoding for VCVT(float... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Bob Wilson | Add missing usesCustomInserter flag on Int_eh_sjlj_setj... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Bob Wilson | Remove broken command to copy tblgen tool. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Eli Friedman | Some unittests for APInt rotates; patch by Cameron... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | Tidy up. Use predicate function a bit more liberally. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Benjamin Kramer | Reenable building with -fvisibility-inlines-hidden. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Fix incorrect relocation generation. Patch by Kristof... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chad Rosier | Add the actual code for r147175. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chad Rosier | Reinstate r146578; it doesn't appear to be the cause... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | ARM VFP add encoding of the bitcount to fixed-point... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | Remove some bogus comments. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | ARM pre-UAL aliases. fcmp[sd]. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Fix an incomplete refactoring of the ppc backend. Thank... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | ARM assembler should accept shift-by-zero for any shift... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | ARM assembly parser canonicallize on 'lsl' for shift... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | Tidy up. Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Jim Grosbach | Nuke invalid comment from copy/paste. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Benjamin Kramer | Give string constants generated by IRBuilder private... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Add configure support for kfreebsd and hurd. Patch... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chandler Carruth | Make the unreachable probability much much heavier... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Kill the monstrosity that was ELFObjectWriter.h. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Misc cleanups. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Eli Friedman | Fix APInt::rotl and APInt::rotr so that they work corre... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Move the Mips only bits of the ELF writer to lib/Target... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Make the virtual methods in ARMELFObjectWriter public. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Chad Rosier | Speculatively revert r146578 to determine if it is... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Move the MBlaze ELF writer bits to lib/Target/MBlaze. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Pete Cooper | Hoisted some loop invariant smallvector lookups out... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Fix cmake. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Pete Cooper | Changed MachineLICM to use a worklist list MachineCSE... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Move PPC bits to lib/Target/PowerPC. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Hopefully fix the cmake build. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Fix name in comments. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Akira Hatanaka | Local dynamic TLS model for direct object output. Creat... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Richard Smith | Unbreak cmake build after r147115. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | Move the ARM specific parts of the ELF writer to Target... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Rafael Espindola | getEFlags is const. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Lang Hames | Fixed typo. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM NEON mnemonic aliase for vrecpeq. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM VFP optional data type on VMOV GPR<-->SPR. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM NEON optional data type on VSWP instructions. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM NEON mnemonic aliases for vzipq and vswpq. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jakub Staszak | Revert patch from 147090. There is not point to make... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM asm parser should be more lenient w/ .thumb_func... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Dan Gohman | Fix a copy+pasto. No testcase, because the symptoms... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | Thumb2 assembly parsing of 'mov rd, rn, rrx'. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Chad Rosier | Fix 80-column violations. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | Thumb2 assembly parsing of 'mov(register shifted regist... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Nick Lewycky | Continue counting intrinsics as instructions (except... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Nick Lewycky | Fix typo and spacing, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jakub Staszak | - Change a few operator[] to lookup which is cheaper. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Lang Hames | Oops - LiveIntervalUnion.cpp file does use std::find... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Lang Hames | Remove disused STL header include. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Rafael Espindola | Switch from WriteEFlags to getEFlags in preparation... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jakob Stoklund... | Move common code into an MRI function. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Jim Grosbach | ARM NEON assmebly parsing for VLD2 to all lanes instruc... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Chad Rosier | No case stmt for BUILD_VECTOR in PerformDAGCombine... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Chad Rosier | Fix a couple of copy-n-paste bugs. Noticed by George... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Manuel Klimek | Changes the JSON parser to use the SourceMgr. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Rafael Espindola | Move the X86 specific bits of the ELF writer to the... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Rafael Espindola | Reduce the exposure of Triple::OSType in the ELF object... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Rafael Espindola | Add const. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Rafael Espindola | Small refactoring so that RelocNeedsGOT can stay in... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Manuel Klimek | Removes unused field TheError from LLLexer. |
commit | commitdiff | tree | snapshot |
next |