oota-llvm.git
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...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-03-16 Bill WendlingCheck if we can handle the arguments of a call (and...
2012-03-16 Francois PichetRevert r152915. Chapuni's WinWaitReleased refactoring...
2012-03-16 Chris Lattnerclarify the coding standards a bit.
2012-03-16 Jim GrosbachARM fix silly typo in optional operand alias.
2012-03-16 Jim GrosbachARM divided syntax fmrx/fmxr mnemonics.
2012-03-16 Jim GrosbachARM ldm/stm register lists can be out of order.
2012-03-16 Bill WendlingRevert r152907.
2012-03-16 Benjamin KramerScheduleDAGInstrs: When adding uses we add them into...
2012-03-16 Benjamin KramerLimit the number of memory operands in MachineInstr...
2012-03-16 Benjamin KramerCriticalAntiDepBreaker: BasicBlock::size is an expensiv...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Check all opened_files[...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased().
2012-03-16 Bill WendlingThe alignment of the pointer part of the store instruct...
2012-03-16 Craig TopperMore const-correcting of FixedLenDecoderEmitter.
2012-03-16 Chandler CarruthRip out support for 'llvm.noinline'. This thing has...
2012-03-16 Chandler CarruthStart removing the use of an ad-hoc 'never inline'...
2012-03-16 Craig TopperConst-correct the FixedLenDecoderEmitter. Pass a few...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2012-03-16 Andrew Trickmisched: add DAG edges from vreg defs to ExitSU.
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-16 Craig TopperSpacing fixes. Mostly aligning arguments that spilled...
2012-03-16 Chad RosierRevert r152705, which reapplied r152486 as this appears...
next