Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.
[oota-llvm.git] / include /
2010-08-04 Torok EdwinAdd a missing function.
2010-08-04 Torok EdwinFix build of DataFlow.h
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-04 Bruno Cardoso LopesFix a comment typo and add more 256-bit intrinsics
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-03 Bruno Cardoso LopesSupport x86 AVX 256-bit instruction intrinsics. Right...
2010-08-03 Dan GohmanUpdate some comments.
2010-08-03 Dan GohmanIntroduce a symbolic constant for ~0u for use with...
2010-08-03 Dan GohmanAdd a convenient form of AliasAnalysis::alias for the...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2010-07-31 Gabor Greifdoxygenize argument accessors
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-29 Gabor Greifremove a layer of cruft
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Eric ChristopherGrammar.
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-28 Owen AndersonAdd more doxygen comments for llvm::ThreadLocal.
2010-07-28 Dan GohmanMove MaximumAlignment to Value.h, now that GlobalValue...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-28 Dan GohmanAdd some extra friend declarations to fix a gcc-4.0...
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-28 Gabor Greifwe are supposed to only create proper CallSites from...
2010-07-28 Dan GohmanAdd a comment.
2010-07-27 Owen AndersonFill out the interface of DenseSet a bit.
2010-07-27 Gabor Greifreintroduce original (asserting) semantics of CallSite...
2010-07-27 Gabor Greifremove bogus assert, use static_cast for additional...
2010-07-27 Chris Lattnermake lookup failures not fatal.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-27 Duncan SandsIn commit 91421, isPod was changed from false to true...
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-27 Dan GohmanUse AssertingVH for InsertedValues and InsertedPostIncV...
2010-07-26 Dan GohmanAdd a comment.
2010-07-26 Gabor Greifre-commit r109220, the compile error has already been...
2010-07-26 Owen AndersonAdd an initial implementation of LazyValueInfo updating...
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
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...
next