oota-llvm.git
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 Bill WendlingCorrect copy-pasto where we're talking about function...
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 Eli BenderskyRewrite test to not use a FileCheck variable and redefi...
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 Joe AbbeyRemoving SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
2012-11-26 Rafael EspindolaFix gcc's -Wunused-but-set-variable warnings.
2012-11-26 Meador IngeFix bogus comment; no functional change.
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 Rafael EspindolaFurther cleanups. Thanks for Sean Silva for noticing it.
2012-11-25 Craig TopperAdd an extra slash so doxygen comments will be properly...
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...
2012-11-24 Benjamin KramerARM: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-24 Benjamin KramerPPC: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: Simplify code with Twines.
2012-11-24 Craig TopperFactor some common code out of individual if blocks.
2012-11-24 Rafael EspindolaChange the representation of MCCFIInstruction.
2012-11-24 Rafael EspindolaGive each MCCFIInstruction its own opcode.
2012-11-24 Rafael EspindolaMove a bit of duplicated code into a helper function.
2012-11-24 Rafael EspindolaRefactor how MCCFIInstructions are created.
2012-11-23 Benjamin KramerCodeGenPrepare: Move ret duplication out of the instruc...
2012-11-23 Craig TopperRefactor a bit to make some helper functions static.
2012-11-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-23 Bill WendlingUpdate call to the new syntax.
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-11-23 Patrik HägglundCleanup: Simplify loop end logic in computeRegisterProp...
2012-11-22 Venkatraman... Added me as the owner of the Sparc backend
2012-11-22 Rafael EspindolaMark me as the owner of the gold plugin.
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-22 NAKAMURA Takumillvm/lib/Transforms/Instrumentation/AddressSanitizer...
2012-11-22 Eli BenderskyFix 80-col violation
2012-11-22 NAKAMURA TakumiIntelJITEventsWrapper.h: Prune two members, FinalizeThr...
2012-11-22 Dmitri GribenkoDocumentation: convert SourceLevelDebugging.html to...
2012-11-22 Chandler CarruthRemove 'sretpromotion' pass from the documentation...
2012-11-22 Ted KremenekGeneralize matching of add_executable to add_XXX_execut...
2012-11-22 Lang Hamesllvm.fmuladd.* lowering should be checking isOperationL...
2012-11-22 Kostya Serebryany[asan] rip off the creation of global redzones from...
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-21 Eli BenderskyFix a typo in FileCheck.rst
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-21 Akira Hatanaka[mips] Simplify lowering functions in MipsISelLowering...
2012-11-21 Akira Hatanaka[mips] Add helper functions that create nodes for compu...
2012-11-21 Akira Hatanaka[mips] Add command line option "-mxgot".
2012-11-21 Akira Hatanaka[mips] When a node which loads from a GOT is created...
2012-11-21 Jyotsna VermaAdd new predicates for the immediate operands.
2012-11-21 Akira Hatanaka[mips] Add target operand flag enums for big GOT reloca...
2012-11-21 Jyotsna VermaUse one common 'let' expression to set PrintMethod...
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-21 Preston Briggstest commit: added a few comments
2012-11-21 Andrew KaylorImplementing basic function-level profiling support...
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-11-21 Anton KorobeynikovAdd support for byval args. Patch by Job Noorman!
2012-11-21 Rafael EspindolaFinish the renaming.
2012-11-21 Jyotsna VermaRenamed HexagonImmediates.td -> HexagonOperands.td.
2012-11-21 NAKAMURA Takumillvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
2012-11-21 Rafael EspindolaUsing "not grep" is brittle as the test passes if llvm...
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-21 Craig TopperFix execution domain for packed FMA4 instructions.
2012-11-21 Craig TopperMark ISD::FMA as Legal instead of custom for x86 with...
2012-11-21 Jakub StaszakMake calcLiveInMask method static.
2012-11-21 Jakub StaszakMake isScratchReg and isFPCopy methods static.
2012-11-21 Eric ChristopherWhitespace.
next