aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use TargetOpcode::COPY instead of X86-native register copy instructions whenJakob Stoklund Olesen2010-07-142-30/+27
* Remove the entire docs directory from Apple-style builds.Bob Wilson2010-07-141-2/+2
* Try to get embedded build of llvmCore to pass verification.Bob Wilson2010-07-142-17/+9
* 80-col.Eric Christopher2010-07-141-2/+3
* Add instcombine transforms to optimize tests of multiple bits of the same val...Owen Anderson2010-07-142-0/+43
* Temporarily disable this test.Eric Christopher2010-07-141-1/+2
* Make it a .ll test case.Devang Patel2010-07-142-50/+108
* Make the order in which variables are described in debug informationDan Gohman2010-07-142-1/+24
* fix indentationChris Lattner2010-07-141-9/+7
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-142-5/+2
* Don't pass StringRef by reference.Benjamin Kramer2010-07-1437-76/+74
* Add a testcase for the vla and stack realignment warning.Eric Christopher2010-07-141-0/+7
* Properly restore DebugLoc after leaving the local constant area.Dan Gohman2010-07-141-1/+2
* Tests for llvm-gcc commit 108360.Dale Johannesen2010-07-142-0/+41
* Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman2010-07-141-1/+1
* Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman2010-07-141-4/+5
* Extend SimplifyCFG's common-destination folding heuristic to allow a singleOwen Anderson2010-07-141-5/+67
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-142-27/+39
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-143-129/+71
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-145-13/+172
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-143-56/+0
* Fix test to appease the buildbots.Bob Wilson2010-07-141-1/+1
* Add missing address register update to t2LDM_RET instruction.Bob Wilson2010-07-141-1/+1
* Rather than using an ifdef on the target to zero out fields,Duncan Sands2010-07-141-4/+1
* A couple potential optimizations inspired by comment 4 in PR6773.Eli Friedman2010-07-141-0/+41
* Fix for PR7193 was overly conservative. The only case where sibcall calleeEvan Cheng2010-07-142-6/+25
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-144-7/+96
* The bits in the cmode field of 32-bit VMOV immediate instructions all dependBob Wilson2010-07-141-2/+2
* revert r108320, I see the failures now...Chris Lattner2010-07-142-21/+0
* reapply benjamin's instcombine patch, I don't see anything wrong with it and ...Chris Lattner2010-07-142-0/+21
* Re-enable the test with fix.Evan Cheng2010-07-141-3/+2
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-141-2/+3
* fix a bug found by a warning I added to clang this morning.Chris Lattner2010-07-141-1/+1
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-144-22/+47
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-142-0/+41
* Don't propagate debug locations to instructions for materializingDan Gohman2010-07-143-9/+17
* Add AVX 256-bit compare instructions and a bunch of testcasesBruno Cardoso Lopes2010-07-133-0/+458
* Remove vestigial decl.Jakob Stoklund Olesen2010-07-131-4/+0
* Print VNInfo flags.Jakob Stoklund Olesen2010-07-131-0/+4
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-134-193/+79
* AVX 256-bit conversion instructionsBruno Cardoso Lopes2010-07-136-15/+313
* Update comment.Evan Cheng2010-07-131-1/+1
* In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen2010-07-132-3/+23
* Added a check that pusha cannot be encoded in 64-bit mode.Kevin Enderby2010-07-131-0/+2
* Add an assertion to make PR7542 fail consistently.Jakob Stoklund Olesen2010-07-131-0/+1
* Fix the Named Metadata example to make it clear which specificDan Gohman2010-07-131-0/+2
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-132-12/+14
* Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.Jakob Stoklund Olesen2010-07-131-10/+2
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-134-4/+11
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-134-80/+302