oota-llvm.git
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Anders Waldenborg[python] Add negative MemoryBuffer testcase
2012-03-22 Craig TopperRemove some unnecessary forward declarations.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-22 Hal FinkelPPC::DBG_VALUE must use Reg+Imm frame-index elimination...
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-22 Chris Lattnerdon't use "signed", just something I noticed in patches...
2012-03-22 Eric ChristopherIn erroneous inline assembly we could mistakenly try...
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-21 Michael J.... [PathV2]: Fix bug in create_directories which caused...
2012-03-21 Nick LewyckyAdd a release note for r145714.
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Kevin EnderbyFix ARM disassembly of VST1 and VST2 instructions with...
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-03-21 Nico WeberAdd a ${pathsep} variable to lit that expands to :...
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-21 Jim GrosbachChecking a build_vector for an all-ones value.
2012-03-21 Kostya Serebryany[asan] fix one more bug related to long double
2012-03-21 Joerg SonnenbergerPut Is64BitMemOperand into !defined(NDEBUG) for now.
2012-03-21 Benjamin KramerUse a signed value for this enum to avoid spuriuos...
2012-03-21 Chandler CarruthTeach instsimplify to gracefully degrade in the presenc...
2012-03-21 Anders Waldenborg[python] Add some paths where to find test binary
2012-03-21 Anders Waldenborg[python] Mark get_test_binary as not being a test
2012-03-21 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased(...
2012-03-21 Gregory SzorcFinish organizing C API docs.
2012-03-21 Joerg SonnenbergerFix generation of the address size override prefix...
2012-03-21 Andrew TrickI meant to disable this test, not XFAIL it
2012-03-21 Andrew Trickmisched: beginning to add unit tests
2012-03-21 Andrew Trickmisched: fix LiveInterval update for bottom-up scheduling
2012-03-21 Andrew Trickmisched: trace LiveIntervals after scheduling.
2012-03-21 Andrew Trickmisched: obvious iterator update fixes for bottom-up.
2012-03-21 Andrew Trickmisched: cleanup main loop
2012-03-21 Andrew Trickmisched: fix LI update for bottom-up.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-03-21 Craig TopperAdd typecast to silence -Wswitch warning introduced...
2012-03-21 Craig TopperSpacing fixes and using 'unsigned' instead of 'int...
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
2012-03-20 Eric ChristopherZap some dead code pointed out by Chandler.
2012-03-20 Anna ZaksMake sure ImmutableSet never inserts Tombstone/Entry...
2012-03-20 Sean CallananRuntimeDyldMachO has the ability to keep track of
2012-03-20 Chad RosierFix test case from r153135.
2012-03-20 Chad Rosier[avx] Add patterns for combining vextractf128 + vmovaps...
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-20 Jim GrosbachTidy up.
2012-03-20 Evan ChengChange conditional instructions definitions, e.g. ANDCC...
2012-03-20 Andrew TrickLoopSimplify bug fix. Handle indirect loop back edges.
2012-03-20 Andrew Trickwhitespace
2012-03-20 Andrew TrickLSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
2012-03-20 Andrew TrickLSR: fix IVUsers isSimplifiedLoopNest to perform a...
2012-03-20 Evan ChengReserve number of MI operands to accom,odate complex...
2012-03-20 Matt Beaumont-Gayremove unused variable
2012-03-20 Chad Rosier[avx] Add the AddedComplexity to the VINSERTI128 avx2...
2012-03-20 Bob WilsonRequire a base pointer for stack realignment when SP...
2012-03-20 Bob WilsonRemove some redundant checks.
2012-03-20 Chad RosierWhitespace.
2012-03-20 Chad Rosier[avx] Move the vextractf128 patterns closer to the...
2012-03-20 Kevin EnderbyFix assembling ARM vst2 instructions with double-spaced...
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-03-20 Chad RosierFix test.
2012-03-20 Chad Rosier[avx] Adjust the VINSERTF128rm pattern to allow for...
2012-03-20 Silviu BarangaThe ARM instructions that have an unpredictable behavio...
2012-03-20 Silviu Barangatest commit
2012-03-20 Richard BartonTest Commit - add a newline
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-20 Craig TopperRemove code that prevented lowering shuffles if they...
2012-03-20 Craig TopperFactor out target shuffle mask decoding from getShuffle...
2012-03-20 Craig TopperWhen combining (vextract shuffle (load ), <1,u,u,u...
2012-03-20 Eric ChristopherDo everything up to generating code to try to get a...
2012-03-20 Eric ChristopherUntabify.
2012-03-20 Eric ChristopherAdd another debugging statement here.
2012-03-20 Eric ChristopherUse lookUpRegForValue here instead of duplicating the...
2012-03-19 Chris LattnerFix two bugpoint bugs:
2012-03-19 Chris Lattnerfix PR12301 - llvm-bcanalyze should print to stdout...
2012-03-19 Pete Cooperf16 FDIV can now be legalized by promoting to f32
2012-03-19 Chris Lattnerfix a build failure with libc++
2012-03-19 Jim GrosbachARM branch relaxation for unconditional t1 branches.
2012-03-19 Jim GrosbachARM assembly, accept optional '#' on lane index number.
2012-03-19 Michael J.... [Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J.... [Object/COFF]: Expose getSectionName.
2012-03-19 Anton KorobeynikovPerform mul combine when multiplying wiht negative...
2012-03-19 Lang HamesAdd an option to the MI scheduler to cut off scheduling...
2012-03-19 Kostya Serebryany[asan] don't emit __asan_mapping_offset/__asan_mapping_...
2012-03-19 NAKAMURA Takumillvm/test/DebugInfo: Move two tests to DebugInfo/X86...
2012-03-19 Duncan SandsFix DAG combine which creates illegal vector shuffles...
2012-03-19 Preston GurdThis patch adds X86 instruction itineraries for non...
2012-03-19 Benjamin KramerAdd a note for -ffast-math optimization of vector norm.
2012-03-18 Chandler CarruthMake the formatting of this file more consistent, and...
2012-03-18 Chandler CarruthTeach InstVisitor about the UnaryInstruction layer...
2012-03-18 Nick LewyckyFactor out the multiply analysis code in ComputeMaskedB...
2012-03-18 Craig TopperisCommutedMOVLMask should only look at 128-bit vectors...
2012-03-18 Nick LewyckyThis clause (although matching parts of the implementat...
2012-03-17 Benjamin KramerCriticalAntiDepBreaker: Replace a SmallSet of regs...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-17 Benjamin KramerMachineInstr: Inline the fast path (non-bundle instruct...
2012-03-17 Craig TopperFix some copy and paste remnants of Cell and SPU in...
2012-03-17 Craig TopperFix typo in file header.
2012-03-17 Craig TopperPass TargetOptions to HexagonTargetMachine constructor...
next