aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Chad Rosier2012-11-141-13/+0
* Remove DOS line endings.Jakub Staszak2012-11-141-76/+76
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-141-7/+2
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-141-4/+4
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-141-6/+7
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-142-2/+61
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-141-11/+14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-141-6/+6
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-142-9/+42
* s/assert/llvm_unreachable/Matt Beaumont-Gay2012-11-141-3/+4
* [TSan] fix indentationAlexey Samsonov2012-11-141-1/+1
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-9/+19
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-141-21/+15
* Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper2012-11-141-0/+1
* Factor out an overly replicated typecast. No functional change.Craig Topper2012-11-141-65/+66
* Set FFLOOR for vectors to expand on CellSPU to keep instruction selection fro...Craig Topper2012-11-141-1/+2
* Add newlines to end of debug messages.Craig Topper2012-11-141-6/+6
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-141-1/+12
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-148-65/+77
* Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay2012-11-141-6/+6
* [Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer2012-11-141-18/+32
* use the getSplat API. Patch by Paul Redmond.Nadav Rotem2012-11-141-7/+1
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-132-6/+3
* Revert -join-splitedges to a boolean cmd line option.Andrew Trick2012-11-131-3/+2
* The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick2012-11-131-4/+4
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-131-2/+13
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-131-2/+18
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-132-4/+4
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-132-10/+10
* 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