aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-26tsan: fix lint warningsDmitry Vyukov
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-26Fix a PassManager pointer use-after-free bug.Zhou Sheng
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-25Move the max vector width to a constant parameter. No functionality change.Nadav Rotem
2012-11-25Fix the document style.Nadav Rotem
2012-11-25Refactor the ptr runtime check generation code. No functionality change.Nadav Rotem
2012-11-25Code Custodian:Joe Abbey
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-25Move semantics are great, don't destroy the optimization opportunity with tri...Benjamin Kramer
2012-11-25Rename method. No functionality change.Nadav Rotem
2012-11-25The induction-pointer work is inspired by a research paper. This commit adds ...Nadav Rotem
2012-11-25Add support for pointer induction variables even when there is no integer ind...Nadav Rotem
2012-11-25Refactor to make helper method static.Craig Topper
2012-11-25Remove duplicate check of LimitFloatPrecision. It was already checked earlier...Craig Topper
2012-11-25Factor common code out of individual if blocks into common tail.Craig Topper
2012-11-24Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...Craig Topper
2012-11-24Refactor a bit to make some helper methods static.Craig Topper
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer
2012-11-24PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer
2012-11-24ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer
2012-11-24PPC: MCize most of the darwin PIC emission.Benjamin Kramer
2012-11-24PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer
2012-11-24PPC: Simplify code with Twines.Benjamin Kramer
2012-11-24Factor some common code out of individual if blocks.Craig Topper
2012-11-24Change the representation of MCCFIInstruction.Rafael Espindola
2012-11-24Give each MCCFIInstruction its own opcode.Rafael Espindola
2012-11-24Move a bit of duplicated code into a helper function.Rafael Espindola
2012-11-24Refactor how MCCFIInstructions are created.Rafael Espindola
2012-11-23CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer
2012-11-23Refactor a bit to make some helper functions static.Craig Topper
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-23Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund
2012-11-23Update call to the new syntax.Bill Wendling
2012-11-23Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly
2012-11-23Cleanup: Simplify loop end logic in computeRegisterProperties().Patrik Hägglund
2012-11-22Add more functions to the target library information.Meador Inge
2012-11-22llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...NAKAMURA Takumi
2012-11-22Fix 80-col violationEli Bendersky
2012-11-22IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi
2012-11-22llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather thanLang Hames
2012-11-22[asan] rip off the creation of global redzones from the main AddressSanitizer...Kostya Serebryany
2012-11-22Pull some code out into functions to make rearranging them a bit easier.Eric Christopher
2012-11-21Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs
2012-11-21Mips direct object xgot supportJack Carter