2011-12-30 |
Craig Topper | Change FMA4 memory forms to use memopv* instead of... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Craig Topper | Fix load size for FMA4 SS/SD instructions. They need... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Hal Finkel | Cleanup stack/frame register define/kill states. This... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Rafael Espindola | Implement cfi_restore. Patch by Brian Anderson! |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Rafael Espindola | Rename Remember and Restore to RememberState and Restor... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Fix execution domains for PS/PD FMA3 instructions.... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Rafael Espindola | Implement .cfi_escape. Patch by Brian Anderson! |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Expose FMA3 instructions to the disassembler. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Make FMA3 imply AVX needs to be enabled. Particularly... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Change XOP detection to use the correct CPUID bit inste... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Add FeaturePOPCNT to all CPU types that lost it was... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Mark non-VEX forms of PCLMUL instructions as requiring... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Mark non-VEX forms of AES instructions as requiring... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Remove the separate explicit AES instruction patterns... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Make SSE42 and SSE4A not imply POPCNT. POPCNT should... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Make LowerBUILD_VECTOR keep node vector types consisten... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Remove some elses after returns. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Craig Topper | Remove trailing spaces. Fix an assert to use && instead... |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Rafael Espindola | Fix grammar error noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Nick Lewycky | Change CaptureTracking to pass a Use* instead of a... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Eli Friedman | Fix type-checking for load transformation which is... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bob Wilson | Update OCaml bindings for the new half float type. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Rafael Espindola | Add support for mipsel in configure. Fixes PR11669... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Nadav Rotem | PR11662. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Elena Demikhovsky | Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Nick Lewycky | Demystify this comment. |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Rafael Espindola | PR11642 has been fixed, enable -fvisibility-inlines... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Benjamin Kramer | Switch StringMap from an array of structures to a struc... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Nick Lewycky | Use false not zero, as a bool. |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Nick Lewycky | Turn cos(-x) into cos(x). Patch by Alexander Malyshev! |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Benjamin Kramer | Clean up some Release build warnings. |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Craig Topper | Add handling of x86_avx2_pmovmskb to computeMaskedBitsF... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Nick Lewycky | Teach simplifycfg to recompute branch weights when... |
commit | commitdiff | tree | snapshot |
2011-12-27 |
Nick Lewycky | Using Inst->setMetadata(..., NULL) should be safe to... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Rafael Espindola | Fix warning. |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Eli Friedman | Make sure DAGCombiner doesn't introduce multiple loads... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Nick Lewycky | Update the branch weight metadata when reversing the... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Nick Lewycky | Sort includes, canonicalize whitespace, fix typos.... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Nadav Rotem | Update the LangRef documentation: the codegen does... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Nadav Rotem | Fix a typo in the widening of vectors in PromoteIntRes... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Venkatraman... | Sparc: Implement emitFrameIndexDebugValue and getDebugV... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Bill Wendling | Add braces to remove silly warning. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
Rafael Espindola | Remove unused variables. |
commit | commitdiff | tree | snapshot |
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 |
next |