oota-llvm.git
2012-09-06 James MolloyOptimize codegen for VSETLNi{8,16,32} operating on...
2012-09-06 Michael LiaoRemove duplicated helper function
2012-09-06 Craig TopperUse iPTR instead of i32 for extract_subvector/insert_su...
2012-09-06 Craig TopperAdd patterns for converting stores of subvector_extract...
2012-09-06 Jim GrosbachRevert "Enable MCJIT tests on Darwin."
2012-09-06 NAKAMURA TakumiWhitespace.
2012-09-06 NAKAMURA TakumiUnix/Signals.inc: Fix a typo. Thanks to Dani Berg!
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-09-06 Jim GrosbachUpdate function names to conform to guidelines.
2012-09-06 Jim GrosbachEnable MCJIT tests on Darwin.
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-05 Jakob Stoklund... Remove predicated pseudo-instructions.
2012-09-05 Jakob Stoklund... Use predication instead of pseudo-opcodes when folding...
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-09-05 Nick LewyckyAdd missing file for test.
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Roman DivackyConstify this properly. Found by gcc48 -Wcast-qual.
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 Jan Wen VoungFix a bug.
2012-09-05 Jan Wen Voungrevert the additional stuff.
2012-09-05 Jan Wen VoungClean up llvm-bcanalyzer to print to consistent streams.
2012-09-05 Michael J.... [Docs] Fix Sphinx incremental build. Patch by Sean...
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-05 Chad RosierClean up.
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 Benjamin KramerClean up includes.
2012-09-05 Jim GrosbachUpdate CMakeList.txt for new lli sources.
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...
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 Marshall ClowRemoved Trie.h; unused in a long time
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 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... Search 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 David Blaikie[LIT] Add a clang_tools_extra_site_cfg to match the...
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 Jakub StaszakRemove unneeded code.
2012-09-04 Jakob Stoklund... Typo.
2012-09-04 Jakob Stoklund... Actually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund... Move tie checks into MachineVerifier::visitMachineOperand.
2012-09-04 Jakob Stoklund... Allow tied uses and defs in different orders.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
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] Make comment more verbose and add an...
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 Chad RosierRemove extraneous return.
2012-09-03 Chad Rosier[ms-inline asm] Return the MCOperandNum instead of...
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 Nuno Lopesescape special char when handling CXX_FOR_OCAMLOPT
2012-09-02 Nuno Lopesfix test's RUN lines
2012-09-02 Nuno Lopesadd support for ocaml 3.12
2012-09-02 Nuno Lopesreplace a couple of single-line comments with /* *...
next