Added RegisterPressureTracker::dump() for debugging.
[oota-llvm.git] / include /
2012-12-05 Andrew TrickAdded RegisterPressureTracker::dump() for debugging.
2012-12-05 Andrew TrickComment formatting.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Duncan SandsFix comment typo.
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Bill WendlingAdd a 'getCount' method to get the number of elements...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-04 Jakob Stoklund OlesenRemove VirtRegMap::getRegAllocPref().
2012-12-04 Jakob Stoklund OlesenUse MRI::getSimpleHint() instead of getRegAllocPref...
2012-12-04 Manman RenStack Alignment: move functions from header file Machin...
2012-12-03 Jakob Stoklund OlesenAdd VirtRegMap::hasKnownPreference().
2012-12-03 Nadav Rotemminor renaming, documentation and cleanups.
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Argyrios KyrtzidisAdd a getMemorySize() function for DenseSet.
2012-12-03 Jakob Stoklund OlesenAdd a new hook for providing register allocator hints...
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 James MolloyRemove bugzilla link.
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-29 Dan GohmanUpdate comment for malloc being a library call now...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Chad RosierWhitespace.
2012-11-29 Chad RosierFix 80-column violations.
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
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...
next