A few 80-col violations.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2011-10-14 Jim GrosbachFix typo. "__sync_fetch_and-xor_4" should be "__sync_fe...
2011-10-12 Jakob Stoklund OlesenEncode register class constreaints in inline asm instru...
2011-10-12 Eli FriedmanUse a utility from MathExtras to clarify a check and...
2011-10-12 Dan GohmanFix a thinko that Nick noticed. The previous code actua...
2011-10-12 Jakob Stoklund OlesenUse an existing function.
2011-10-11 Eric ChristopherFormatting.
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Nadav RotemAdd support for legalization of vector trunc-store...
2011-10-11 Nadav RotemCleanup the trunc-store legalization code and add asserts.
2011-10-07 Bill WendlingThread the chain through the eh.sjlj.setjmp intrinsic...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-05 Bill WendlingModify the mapping from landing pad to call sites to...
2011-10-05 Bill WendlingSmall refactoring. Cache the FunctionInfo->MBB into...
2011-10-05 Jakob Stoklund OlesenSimplify EXTRACT_SUBREG emission.
2011-10-05 Jakob Stoklund OlesenSimplify INSERT_SUBREG emission.
2011-10-04 Bill WendlingCreate a mapping between the landing pad basic block...
2011-10-01 Nadav RotemMoved type construction out of the loop and added an...
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-30 Nick LewyckyPromote comment to doxycomment. Adjust whitespace....
2011-09-30 Jakob Stoklund OlesenMove getCommonSubClass() into TRI.
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-29 Eric ChristopherUse the local we already set up.
2011-09-28 Bill WendlingStrip off pointer casts when looking at the eh.sjlj...
2011-09-28 Bill WendlingCreate and use an llvm.eh.sjlj.functioncontext intrinsic.
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-09-27 Nadav RotemCleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntR...
2011-09-27 Nadav RotemRevert r140463; The patch assumes that <4 x i1> is...
2011-09-25 Nadav Rotem[vector-select] Address one of the issues in pr10902...
2011-09-24 Nadav RotemImplement Duncan's suggestion to use the result of...
2011-09-24 Nadav Rotem[Vector-Select] Address one of the problems in 10902.
2011-09-23 Duncan SandsTweak the handling of MERGE_VALUES nodes: remove the...
2011-09-23 Nadav RotemVector-Select: Address one of the problems in pr10902...
2011-09-22 Dan GohmanFix SimplifySelectCC to add newly created nodes to...
2011-09-22 Jakob Stoklund OlesenConstrain register classes instead of emitting copies.
2011-09-21 Nadav Rotem[VECTOR-SELECT] Address one of the bugs in pr10902.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-20 Bruno Cardoso LopesAdd a DAGCombine for subvector extracts to remove usele...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Andrew Trickwhitespace
2011-09-18 Nadav Rotemwhite space cleanups
2011-09-15 Eli FriedmanSome legalization fixes for atomic load and store.
2011-09-14 Nadav RotemAdd integer promotion support for vselect
2011-09-13 Eli FriedmanFix check for unaligned load/store so it doesn't catch...
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-09-13 Nadav RotemFix the assertion which checks the size of the input...
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-09 Chris Lattnertidy up a bit
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-03 Owen AndersonFix a truly heinous bug in DAGCombine related to Assert...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
2011-08-31 Eli FriedmanMisc cleanup; addresses Duncan's comments on r138877.
2011-08-31 Eli FriedmanFill in type legalization for MERGE_VALUES in all the...
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-23 Bill WendlingA landingpad instruction is neither folded nor dead.
2011-08-23 Evan ChengFix 80 col violations.
2011-08-22 Nick LewyckyBe less redundant.
2011-08-19 Benjamin KramerRoll back the rest of r126557. It's a hack that will...
2011-08-19 Nick LewyckyEli points out that this is what report_fatal_error...
2011-08-19 Nick LewyckyThis is not actually unreachable, so don't use llvm_unr...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-17 Bill WendlingRevert patch. Forgot a dependent commit.
2011-08-17 Bill WendlingAdd the body of 'visitLandingPad'.
2011-08-16 Nadav RotemRevert r137562 because it caused PR10674
2011-08-13 Nadav RotemFix PR 10635. When generating integer constants, the...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Nadav RotemRevert r137310 because it does not optimize any code...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-11 Nadav Rotem[AVX] When joining two XMM registers into a YMM regist...
2011-08-11 Chris Lattnerfix PR10605 / rdar://9930964 by adding a pretty scary...
2011-08-03 Devang PatelDo not drop undef debug values. These are used as range...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-02 Eli FriedmanDon't create a ridiculous EXTRACT_ELEMENT. PR10563.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-29 Jakub StaszakRemove unneeded const_cast.
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Bill WendlingUse the pointer type size.
2011-07-29 Bill WendlingAnd now something that compiles...
2011-07-29 Bill WendlingMake sure to sext or trunc the result from the register.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Bill WendlingVisit the landingpad instruction.
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Nadav RotemCR fix: The ANY_EXTEND can be removed because the input...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-27 Dan GohmanRevert r136156, which broke several buildbots.
next