Mark checkSignature const, and in turn stop casting away const from
[oota-llvm.git] / lib /
2012-09-05 Roman DivackyMark checkSignature const, and in turn stop casting...
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-09-05 Roman DivackyUse const properly so that we dont remove const qualifi...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Tim NorthoverStrip old MachineInstrs *after* we know we can put...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-09-05 Benjamin KramerSwitch BasicAliasAnalysis' cache to SmallDenseMap.
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-09-05 Kostya Serebryany[asan] fix lint
2012-09-05 Silviu BarangaFixed the DAG combiner to better handle the folding...
2012-09-05 Kostya Serebryany[asan] extend the blacklist functionality to handle...
2012-09-05 Craig TopperRemove some of the patterns added in r163196. Increasin...
2012-09-05 Craig TopperAdd patterns for integer forms of VINSERTF128/VINSERTI1...
2012-09-05 Chad RosierAdd a FIXME that assumes we maintain backward compatibi...
2012-09-05 Logan ChienReorder the comments of EmitExceptionTable.
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-05 Craig TopperConvert vextracti128/vextractf128 intrinsics to extract...
2012-09-05 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-09-05 Chad Rosier[ms-inline asm] Add the nsdialect keyword to the lexer.
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Jakub StaszakBypassSlowDivision: Assign to reference, don't copy...
2012-09-04 Jakob Stoklund OlesenSearch the whole instruction for tied operands.
2012-09-04 Chad Rosier[ms-inline asm] Add the inline assembly dialect, AsmDia...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-09-04 Jakub StaszakFix my previous patch (r163164). It does now what it...
2012-09-04 Jakub StaszakReturn false if BypassSlowDivision doesn't change anything.
2012-09-04 Jakob Stoklund OlesenTypo.
2012-09-04 Jakob Stoklund OlesenActually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-04 Elena DemikhovskyThis patch optimizes shuffle instruction - generates...
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-04 Bob WilsonBe conservative about allocations that may alias the...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add a comment.
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-09-03 Chad RosierAdd braces to the case statement.
2012-09-03 Benjamin KramerIRBuilderify the SjlLjEHPrepare pass.
2012-09-03 Lang HamesWhen updating live range endpoints, make sure to preser...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chris Lattnersome peepholes that should match horizontal add/sub...
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-03 Chad RosierMove ErrorLoc decl into the scope where it's actually...
2012-09-02 Nadav RotemFix a typo.
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperOnly legalise a VSELECT in to bitwise operations if...
2012-09-01 Tim NorthoverLimit domain conversion to cases where it won't break...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Logan ChienFix typo.
2012-09-01 Benjamin KramerLoopRotation: Check some invariants of the dominator...
2012-09-01 Craig TopperTypos
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 Michael LiaoFix typo
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Craig TopperAdd selection of RegOp2MemOpTable3 to canFoldMemoryOperand
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
2012-08-31 Chad RosierAdd a comment to explain what's really going on.
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperUse CloneMachineInstr to make a new MI in commuteInstru...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-31 Benjamin KramerClean up ProfileDataLoader a bit.
2012-08-31 Bill WendlingCleanups due to feedback. No functionality change....
2012-08-31 Michael LiaoClean up AddedComplexity further after adding UseSSEx
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Chad RosierTypo.
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 NAKAMURA TakumiApply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
next