Initial commit of new FileOutputBuffer support class.
[oota-llvm.git] / test /
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Chad Rosier[x86 frame lowering] In 32-bit mode, use ESI as the...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Jakob Stoklund OlesenClear kill flags in removeCopyByCommutingDef().
2012-07-31 Manman RenReverse order of the two branches at end of a basic...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-30 Pete CooperConsider address spaces for hashing and CSEing DAG...
2012-07-30 Kevin EnderbyFix a bug in ARMMachObjectWriter::RecordRelocation...
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-29 Nick LewyckyAdd testcases for GlobalOpt changes in r160693 and...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Manman RenX86 Peephole: fix PR13475 in optimizeCompare.
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-07-27 Evan ChengTeach CodeGenPrep to look past bitcast when it's duplic...
2012-07-27 Jakob Stoklund OlesenAdd <imp-def> of super-register when lowering SUBREG_TO...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-27 Nuno Lopesfix infinite loop in instcombine in the presence of...
2012-07-26 Pete CooperSimplify demanded bits of select sources where the...
2012-07-26 Pete CooperTeach SimplifyDemandedBits how to look through fpext...
2012-07-26 Jakob Stoklund OlesenEliminate a batch of uses of sub_ss and sub_sd in the...
2012-07-26 Duncan SandsStop reassociate from looking through expressions of...
2012-07-26 Craig TopperMake l/q suffixes on AVX forms of scalar convert instru...
2012-07-26 Akira HatanakaFix call setup for PIC.
2012-07-25 Manman RenUpdate testing case for Atom when disabling remateriali...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Manman RenDisable rematerialization in TwoAddressInstructionPass.
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-25 Rafael EspindolaWhen a return struct pointer is passed in registers...
2012-07-25 Duncan SandsDon't perform an overaligned load in this test, since...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-24 Rafael EspindolaAdd a cpu to the test. Should fix the atom bot.
2012-07-24 Rafael EspindolaAdd a triple to the test.
2012-07-24 Rafael EspindolaIn order to correctly compile
2012-07-24 David ChisnallELF does not imply GNU/Linux. Do not assume GNU conven...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-23 Nadav RotemFixed DAGCombine optimizations which generate select_cc...
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Jakob Stoklund OlesenAvoid folding loads that are unsafe to move.
2012-07-20 Jakob Stoklund OlesenSplit loop exiting edges more aggressively.
2012-07-20 Richard OsborneFix assertion in jump threading (PR13405).
2012-07-20 Kostya Serebryany[asan] make sure that the crash callbacks do not get...
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-19 Preston GurdFix remaining lit tests which were failing when run...
2012-07-19 NAKAMURA Takumitest/DebugInfo/dwarfdump-test.test: Tweak expressions...
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-18 Manman RenX86: remove redundant cmp against zero.
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-07-18 Chandler CarruthFix a somewhat nasty crasher in PR13378. This crashes...
2012-07-18 Andrew TrickAdded unit test for PR13361: LSR + SCEV "hangs" on...
2012-07-18 Victor Oliveiratest commit
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-18 Andrew Trickindvars: Linear function test replace should avoid...
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-17 Evan ChengAdd test case for r160387
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-17 Nadav RotemFix a crash in the legalization of large vectors.
2012-07-17 Evan ChengImplement r160312 as target indepedenet dag combine.
2012-07-17 Evan ChengThis is another case where instcombine demanded bits...
2012-07-16 Akira HatanakaFix function select_cc_f32 in test/CodeGen/Mips/selectc...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-16 Evan ChengFor something like
2012-07-16 Nadav RotemMake ComputeDemandedBits return a deterministic result...
2012-07-16 Tom StellardRevert "test/CodeGen/R600: Add some basic tests v6"
2012-07-16 Kostya Serebryany[asan] refactor instrumentation to allow merging the...
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-16 Alexey SamsonovFix tests that failed on i686-win32 after r160248:
2012-07-16 Tom Stellardtest/CodeGen/R600: Add some basic tests v6
2012-07-16 Nadav RotemFix a bug in the 3-address conversion of LEA when one...
2012-07-16 Chandler CarruthRevert r160254 temporarily.
2012-07-16 Chandler CarruthTeach AddressSanitizer to create basic blocks in a...
2012-07-16 Chandler CarruthAdd a basic test for AddressSanitizer. This is just...
2012-07-16 Alexey SamsonovThis CL changes the function prologue and epilogue...
2012-07-15 Nadav RotemFix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
2012-07-15 Nadav RotemTeach getTargetVShiftNode about TargetConstant nodes.
2012-07-15 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-07-15 Nadav RotemRename VBROADCASTSDrm into VBROADCASTSDYrm to match...
2012-07-14 Nadav RotemAVX: Fix a bug in getTargetVShiftNode. The shift amount...
2012-07-14 Nadav RotemAdd a dagcombine optimization to convert concat_vectors...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
next