2010-07-15 |
Bill Wendling | Use std::vector instead of TargetRegisterInfo::FirstVir... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Bill Wendling | Use std::vector instead of TargetRegisterInfo::FirstVir... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Owen Anderson | Speculatively revert r108429 to fix the clang self... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Owen Anderson | Per Chris' suggestion, get rid of the select canonicali... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Owen Anderson | Remove unneeded check, and correct style. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Dan Gohman | Watch out for a constant offset cancelling out a base... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Owen Anderson | Reapply r108378, with bugfixes, testcase, and improved... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Gabor Greif | cache another dereferenced iterator |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | revert bill's patches in an attempt to fix the buildbot. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Nick Lewycky | This is a full sentence. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Nick Lewycky | Disable aliases on all platforms. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Ted Kremenek | Correctly set rpath on Mac OS X for executable tools... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | Fix PR7647, handling the case when 'To' ends up being |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | make various clients of ReplaceAndSimplifyAllUses tolerate |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Bill Wendling | Fix headers. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Bill Wendling | Use std::vector instead of a hard-coded array. The... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Bill Wendling | Use std::vector instead of a hard-coded array. The... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | see comment. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Eli Friedman | Revert r108401; it breaks bootstrap :( |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Eli Friedman | Add AssertingVH which makes PR7647 break consistently. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Eli Friedman | Random note about bswap. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | a more graceful fix for test/Other/inline-asm-newline... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Eli Friedman | Speculatively revert r108378; may be causing bootstrap... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Jakob Stoklund... | Last COPY conversion. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Remove restriction on NEON alignment values. Some... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Jakob Stoklund... | Use TargetOpcode::COPY instead of X86-native register... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Remove the entire docs directory from Apple-style builds. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Try to get embedded build of llvmCore to pass verification. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Owen Anderson | Add instcombine transforms to optimize tests of multipl... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Eric Christopher | Temporarily disable this test. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Devang Patel | Make it a .ll test case. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Make the order in which variables are described in... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Remove some broken code to check the DISABLE_EDIS flag... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Eric Christopher | Add a testcase for the vla and stack realignment warning. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Properly restore DebugLoc after leaving the local const... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dale Johannesen | Tests for llvm-gcc commit 108360. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Just use getParent() instead of getModuleFromVal when... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Rename WriteConstantInt to WriteConstantInternal, to... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Owen Anderson | Extend SimplifyCFG's common-destination folding heurist... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Factor out metadata parsing into a separate function. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | Merge lib/Target/X86/X86COFF.h into include/llvm/Suppor... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Jim Grosbach | Improve 64-subtraction of immediates when parts of... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Delete fast-isel's trivial load optimization; it breaks... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Fix test to appease the buildbots. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Add missing address register update to t2LDM_RET instru... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Duncan Sands | Rather than using an ifdef on the target to zero out... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Eli Friedman | A couple potential optimizations inspired by comment... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Evan Cheng | Fix for PR7193 was overly conservative. The only case... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Add support for NEON VMVN immediate instructions. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | The bits in the cmode field of 32-bit VMOV immediate... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | revert r108320, I see the failures now... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | reapply benjamin's instcombine patch, I don't see anyth... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Evan Cheng | Re-enable the test with fix. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | temporarily disable to test to fix buildbots. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chris Lattner | fix a bug found by a warning I added to clang this... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Evan Cheng | Teach ProcessImplicitDefs to transform more COPY instru... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Bob Wilson | Add an ARM-specific DAG combining to avoid redundant... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dan Gohman | Don't propagate debug locations to instructions for... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bruno Cardoso... | Add AVX 256-bit compare instructions and a bunch of... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jakob Stoklund... | Remove vestigial decl. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jakob Stoklund... | Print VNInfo flags. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bob Wilson | Use a target-specific VMOVIMM DAG node instead of BUILD... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bruno Cardoso... | AVX 256-bit conversion instructions |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Evan Cheng | Update comment. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Dale Johannesen | In inline asm treat indirect 'X' constraint as 'm'. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Kevin Enderby | Added a check that pusha cannot be encoded in 64-bit... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jakob Stoklund... | Add an assertion to make PR7542 fail consistently. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Dan Gohman | Fix the Named Metadata example to make it clear which... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Dan Gohman | Add support for empty named metadata too. This isn... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jakob Stoklund... | Fix LiveInterval::overlaps so it doesn't claim touching... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Dan Gohman | Add support for empty metadata nodes: !{}. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Evan Cheng | Extend the r107852 optimization which turns some fp... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Evan Cheng | Add an ARM "feature". Cortex-a8 fp comparison is very... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Greg Clayton | Patched Makefile.rules to allow objective C and objecti... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Evan Cheng | -enable-unsafe-fp-math should not imply -enable-finite... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Dale Johannesen | Fix PR number. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chandler Carruth | Switch from EXPECT_EQ({true,false, ...) to the more... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Devang Patel | Fix compile unit in example. Thanks Renato Golin! |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Duncan Sands | Handle the case of a tail recursion in which the tail... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Gabor Greif | rotate CallInst operands |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Benjamin Kramer | HTML cleanup and validation. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Duncan Sands | When doing sext/zext of constants, the target type... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | use a typedef instead of its expansion, patch by Michae... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Eric Christopher | 80-columns |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bob Wilson | Move NEON "modified immediate" encode/decode into ARMAd... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | my work on adding segment registers to LEA missed the |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bruno Cardoso... | Add AVX 256-bit packed logical forms |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bruno Cardoso... | Add AVX 256-bit unop arithmetic instructions |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Bruno Cardoso... | Since AVX is a superset of all SSE versions, only use... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Stephen Wilson | Bring ELF64 on par with ELF32, add a few magic constant... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jakob Stoklund... | Don't add memory operands to storeRegToStackSlot /... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
David Greene | Move some SIMD fragment code into X86InstrFragmentsSIMD... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Bruno Cardoso... | Add AVX 256 binary arithmetic instructions |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Bruno Cardoso... | More refactoring of basic SSE arith instructions. Open... |
commit | commitdiff | tree | snapshot |
next |