Test commit for new post-commit hooks.
[oota-llvm.git] / include /
2010-07-26 Michael J. SpencerMC: Add WinCOFFObjectWriter implementation.
2010-07-26 Lang HamesFactored out a bit of common code to mark VNInfos for...
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-24 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-07-24 Chris Lattneradd a new NullablePtr class which makes it more obvious...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-23 Owen AndersonFix use-after-free error.
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Dan GohmanEliminate getCanonicalInductionVariableIncrement's...
2010-07-23 Eric ChristopherRevert r109102 for now as it's causing JIT miscompilations.
2010-07-23 Eric ChristopherRevert 109220.
2010-07-23 Gabor GreifSimplifying use_iterators by dereferencing
2010-07-23 Mikhail GlushenkovStringRef'icate.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-23 Chris Lattnergive StringMap a new ctor which allows you to initialize it
2010-07-23 Chris Lattnermodernize stringset interface
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Gabor Greiffit in 80 columns
2010-07-22 Duncan SandsIncrease the max physreg size. Patch by Pekka Jääskelä...
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-22 Lang HamesIf 'other' was empty 'overlapsFrom(other, other.begin...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim Grosbachtidy up
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Daniel DunbarUse System/DataTypes.h instead of stdint.h, which isn...
2010-07-21 Dan GohmanUse TrackingVH instead of WeakVH for NamedMDNode's...
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-21 Dan GohmanDelete an obsolete comment.
2010-07-21 Gabor Greifrestore aesthetics
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Greg ClaytonAdded support to MachO.h for many defines and structure...
2010-07-20 Dan GohmanRename removeAllMetadata to clearMetadataHashEntries...
2010-07-20 Jakob Stoklund OlesenImplement loop splitting analysis.
2010-07-20 Dan GohmanRemove an obsolete comment.
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Eric ChristopherFormatting.
2010-07-20 Matt FlemingAdd the rest of the SHT_* values as defined in the...
2010-07-20 Dan GohmanRemove setDbgMetadata and getDbgMetadata; their users...
2010-07-20 Owen AndersonI just fail with SVN today.
2010-07-20 Owen AndersonOops.
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-20 Gabor Greifremove testing cruft, this can be found in unittests...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Dan GohmanMake getOrInsertCanonicalInductionVariable guarantee...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Eric ChristopherGrammar.
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Eric ChristopherConstify some arguments.
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-19 Evan ChengARM has to provide its own TargetLowering::findRepresen...
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-07-19 Owen AndersonRegenerate.
2010-07-19 Evan ChengTeach computeRegisterProperties() to compute "represent...
2010-07-19 Duncan SandsExpose BasicBlock::moveBefore and moveAfter in C API...
2010-07-19 Lang HamesRender MachineFunctions to HTML pages, with options...
2010-07-19 Duncan SandsExpose JIT::recompileAndRelinkFunction for use through...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-18 Daniel DunbarMC/AsmParser: Hide the AsmParser implementation.
2010-07-17 Lang HamesSwitched to array_pod_sort as per Chris's suggestion.
2010-07-17 Lang HamesLoopSplitter - intended to split live intervals over...
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-17 Eric ChristopherPropagate alloca alignment information via variable...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove remaining calls to TII::isMoveInstr.
2010-07-16 Chris Lattnereliminate unlockedRefineAbstractTypeTo, types are all...
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-16 Tobias GrosserAdd dump() to DominanceFrontier
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Chris Lattnerremove some unneeded overloads that were causing
2010-07-15 Eric Christopher80-col.
2010-07-15 Chris Lattneradd an accessor.
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-14 Dan GohmanDon't propagate debug locations to instructions for...
2010-07-13 Jakob Stoklund OlesenRemove vestigial decl.
2010-07-13 Evan ChengUpdate comment.
2010-07-13 Gabor Greifrotate CallInst operands
next