Allow modifying an ImmutableMap without canonicalizing it immediately.
[oota-llvm.git] / include /
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-05 Andrew TrickRegPressureTracker::dump(): Remove unnecessary argument.
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Andrew TrickRegisterPressureTracker: unify virtual registers and...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Eli BenderskyRemove unused methods
2012-12-05 Michael J. SpencerUpdates to Win64EH.h structures.
2012-12-05 Eli BenderskyRemove the non-const getInst accessor. It wasn't being...
2012-12-05 Andrew TrickRemove two dead functions resulting from a bad rebase.
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Jakob Stoklund OlesenRemove unused MachineInstr constructors.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-05 Pedro Artigas- Added calls to doInitialization/doFinalization to...
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
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...
next