Fix a memory leak in MachOObjectFile.
[oota-llvm.git] / include /
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Jakob Stoklund OlesenUse MCPhysReg for RegisterClassInfo allocation orders.
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-28 Michael IlsemanFast-math: Extend IRBuilder to have settable FastMathFl...
2012-11-28 Michael IlsemanFast-math comments and convenience method
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 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 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherRearrange ordering of sections.
2012-11-28 Eric ChristopherMove and comment accessor routines.
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-27 Andrew KaylorFix comment formatting in RuntimeDyld.h
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Pedro ArtigasTest commit only modifying comments
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Craig TopperMake PrintReg constructor explicit to prevent weird...
2012-11-27 NAKAMURA Takumillvm/CodeGen: Remove empty files in r168659.
2012-11-27 Jakub StaszakRemove unused MachineLoopRanges analysis.
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 interfaces for Instructions
2012-11-27 Michael IlsemanFast-math flags added to FPMathOperator.
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-25 Joe AbbeyCode Custodian:
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
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-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
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 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-21 Preston Briggstest commit: added a few comments
2012-11-20 Sebastian Popremoves a few "const" qualifiers
2012-11-20 Eric ChristopherRemove some dead code.
2012-11-20 Chandler CarruthFix a place where the declaration didn't use LLVM_ENABL...
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-20 Eric Christopher80-column and whitespace fixups.
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-19 NAKAMURA TakumiPromote the constant 1 to long long, 1LL or 1ULL in...
2012-11-19 Bob WilsonClean up handling of always-inline functions in the...
2012-11-19 Bob WilsonSome comment fixes.
2012-11-17 James MolloyTypo
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-16 Eric ChristopherAdd constant definitions for fission dwarf attributes...
2012-11-16 Benjamin KramerRemove default public copy ctors.
2012-11-16 Jakub StaszakRemove trailing spaces.
2012-11-16 Andrew Tricktypo
2012-11-16 Benjamin KramerWork around a layering violation from Target to CodeGen.
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Chad Rosier[reg scavenger] Fix the isUsed/isAliasUsed functions...
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-15 Jakub StaszakUse LLVM_DELETED_FUNCTION.
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 Jakub StaszakFix comment.
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Anton KorobeynikovFix comment
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-13 Shankar EaswaranAdding convenience function to ELF Header
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-13 Evan ChengRemove virtual keyword for two routines that should...
2012-11-13 Evan ChengRevert r167759. Ben is right this isn't likely to help...
2012-11-13 Andrew Trickmisched: Don't consider artificial edges weak edges.
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
next