aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-133-14/+15
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-133-2/+22
* X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren2012-11-131-0/+12
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-131-16/+44
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-26/+118
* Fix -join-splitedges: my previous "cleanup" broke it.Andrew Trick2012-11-131-1/+1
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-131-4/+1
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-131-3/+3
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-136-57/+81
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-131-8/+5
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-135-14/+47
* Added RegisterCoalescer support for joining global copies first.Andrew Trick2012-11-131-20/+80
* Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov2012-11-131-2/+21
* Test commit.Jyotsna Verma2012-11-131-0/+1
* BBVectorize: Remove temporary assert used for debuggingHal Finkel2012-11-131-1/+0
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-133-252/+270
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-131-0/+17
* Revert r167759. Ben is right this isn't likely to help much.Evan Cheng2012-11-131-4/+2
* misched: Don't consider artificial edges weak edges.Andrew Trick2012-11-132-9/+5
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-132-3/+6
* Cleanup the main RegisterCoalescer loop.Andrew Trick2012-11-131-23/+10
* revert r167740Shuxin Yang2012-11-131-314/+8
* Cleanup -join-splitedges. Make the loop more obvious.Andrew Trick2012-11-121-5/+2
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-121-13/+17
* Add an option to enable prototype "fission" capabilities and debug changes.Eric Christopher2012-11-122-0/+16
* Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng2012-11-121-2/+4
* Added a temporary option to avoid critical edges splitting.Andrew Trick2012-11-121-16/+55
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-124-59/+105
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-121-1/+4
* misched: rename interfaceto avoid gcc warningsAndrew Trick2012-11-121-2/+1
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-121-14/+43
* misched: Target-independent support for MacroFusion.Andrew Trick2012-11-121-5/+61
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-121-0/+2
* misched: Target-independent support for load/store clustering.Andrew Trick2012-11-122-12/+182
* This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang2012-11-121-8/+314
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-126-45/+100
* Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand2012-11-121-3/+3
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-121-3/+6
* [ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov2012-11-121-2/+3
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-123-20/+28
* Normalize memcmp constant folding results.Meador Inge2012-11-121-1/+8
* [ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov2012-11-122-2/+16
* Remove unused field.Eric Christopher2012-11-121-1/+0
* Fix PR14314Michael Liao2012-11-121-2/+2
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-124-11/+57
* Delete a stale comment. No functional change.Meador Inge2012-11-121-4/+0
* Move some helper methods to being static functions in the implementation file.Craig Topper2012-11-112-20/+7
* instcombine: Migrate memset optimizationsMeador Inge2012-11-112-27/+21
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-112-24/+22
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-112-24/+22