Fixed bad test case
[oota-llvm.git] / lib /
2012-11-28 Jyotsna VermaDefine signed const-ext immediate operands and their...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-28 Benjamin KramerMCJIT depends on JIT.
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: rename ScheduleDAGILP to ScheduleDFS to prepar...
2012-11-28 Andrew Trickmisched: better alias analysis.
2012-11-28 Andrew Trickmisched: Debug output fix. Use an always valid iterator.
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-28 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherAdd comments.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-28 Jakob Stoklund OlesenMove the guts of TargetInstrInfoImpl into the TargetIns...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.
2012-11-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...
2012-11-28 Chad RosierRevert r168630, r168631, and r168633 as these are causi...
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherReapply section moving, make sure string section is...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Manman RenCSE: allow PerformTrivialCoalescing to check copies...
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Jakub StaszakRemove duplicated #includes.
2012-11-27 Benjamin KramerSCEV: Even if the latch terminator is foldable we can...
2012-11-27 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-27 Eric ChristopherRevert rearrangement of debug info sections to unblock...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-27 Jakub StaszakRemove unneeded #include.
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-27 Jakub StaszakRemove unneeded #include.
2012-11-27 NAKAMURA Takumillvm/CodeGen: Remove empty files in r168659.
2012-11-27 Joe AbbeyCode pretification
2012-11-27 Jakub StaszakRemove unused forward declaration.
2012-11-27 Jakub StaszakRemove unused MachineLoopRanges analysis.
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-27 Michael IlsemanFast-math optimization: fold multiply by zero
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-27 Eric ChristopherMake comment names match function names.
2012-11-27 Eric ChristopherAdd in sections for the fission case (no change so...
2012-11-27 Michael IlsemanFast-math interfaces for Instructions
2012-11-27 Eric ChristopherReorder section output ordering.
2012-11-27 Eric ChristopherWhitespace cleanup.
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-26 Chad RosierAdd an assertion to ensure freezeReservedRegs() is...
2012-11-26 Chad RosierNow that the X86 Maximal Stack Alignment Check pass...
2012-11-26 Chad RosierNow that the X86 Maximal Stack Alignment Check pass...
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Chad RosierRemove the X86 Maximal Stack Alignment Check pass as...
2012-11-26 Jakub StaszakDon't use iterator after being erased.
2012-11-26 Jyotsna VermaFix comments in HexagonOperands.td.
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Jakub StaszakRemove unneeded #includes.
2012-11-26 Meador IngeFix a comment bug in toascii simplifier
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Nadav RotemMove the code that uses SCEVs prior to creating the...
2012-11-26 Jakub StaszakNormalize splat 256bit vectors with 8 elements.
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Matt Beaumont-GayRemove stray trailing backslash
2012-11-26 Dmitry Vyukovtsan: fix lint warnings
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-26 Zhou ShengFix a PassManager pointer use-after-free bug.
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-25 Nadav RotemMove the max vector width to a constant parameter....
2012-11-25 Nadav RotemFix the document style.
2012-11-25 Nadav RotemRefactor the ptr runtime check generation code. No...
2012-11-25 Joe AbbeyCode Custodian:
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-25 Benjamin KramerMove semantics are great, don't destroy the optimizatio...
2012-11-25 Nadav RotemRename method. No functionality change.
2012-11-25 Nadav RotemThe induction-pointer work is inspired by a research...
2012-11-25 Nadav RotemAdd support for pointer induction variables even when...
2012-11-25 Craig TopperRefactor to make helper method static.
2012-11-25 Craig TopperRemove duplicate check of LimitFloatPrecision. It was...
2012-11-25 Craig TopperFactor common code out of individual if blocks into...
2012-11-24 Craig TopperRemove redundant calls to getCurDebugLoc in visitIntrin...
2012-11-24 Craig TopperRefactor a bit to make some helper methods static.
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-11-24 Benjamin KramerPPC: Reinstate the fatal error when trying to emit...
next