Welcome 2007.
[oota-llvm.git] / include /
2007-01-18 Reid SpencerProvide an isPowerOf2ByteWidth method for the IntegerTy...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Reid SpencerFor PR1028:
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...
2007-01-17 Devang PatelUpdate assignPassManager() signature to allow selection...
2007-01-17 Chris Lattnerdocument that BSSSection can be null.
2007-01-17 Anton KorobeynikovDocument flag
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Chris Lattnermake doxygen comment much better. Patch by B. Scott...
2007-01-17 Bill WendlingThe TargetObjInfo object goes here.
2007-01-17 Bill WendlingRemoved methods which are now in the respective TargetO...
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerFor PR1094:
2007-01-17 Reid SpencerRemove unused forward class declarations.
2007-01-16 Devang PatelUndo last check-in.
2007-01-16 Devang PatelSetup pass manager before scheduling required analysis.
2007-01-16 Bill WendlingFix for PR1095:
2007-01-16 Devang PatelCode refactoring.
2007-01-15 Devang PatelRemove extra white spaces. Fix comments.
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-14 Reid SpencerPrimitive types don't include integers any more, adjust.
2007-01-14 Chris Lattneradd accessors
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2007-01-12 Jim Laskeyvirtual not needed.
2007-01-12 Reid SpencerDon't #include DerivedTypes.h in this header. Make...
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
2007-01-12 Evan ChengSilence a bogus compiler warning.
2007-01-12 Chris Lattnerinline isIntegral to make this method look like classof...
2007-01-12 Devang Patels/addPassToManager/add/g
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Devang PatelMove PMTopLevelManager, PMDataManager and FPPassManger...
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-12 Evan ChengStore default libgcc routine names and allow them to...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFixed a bug in ConstantInt::Inverted().
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Devang PatelAdd PassManagerType enum.
2007-01-11 Devang PatelRobustify assingPassManager() for Module, Function...
2007-01-08 Devang PatelAdd PMStack, a Pass Manager stack.
2007-01-07 Chris Lattnerremove an old instrumentation pass that is not used...
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-06 Chris LattnerAdd C wrappers for the LTO library (PR1081). Patch...
2007-01-06 Reid SpencerFor PR411:
2007-01-05 Evan Cheng- Remove isSetCCExpensive() etc. These are no longer...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Devang PatelRemove old pass manager.
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
2007-01-04 Chris Lattnerremove the 'protected' workaround now that we don't...
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2007-01-04 Chris LattnerAdd a new ConstantPacked::getAllOnesValue method
2007-01-04 Devang PatelEnable new pass manager, which was accidentally disabled.
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2007-01-02 Evan ChengFix naming inconsistency: calleesave -> calleesaved.
2007-01-02 Evan ChengAdd virtual method spillCalleeSaveRegisters() and resto...
2007-01-02 Reid SpencerAdd some convenience functions for getting the source...
2006-12-31 Reid SpencerConvert the intrinsic function definitions to use llvm_...
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerMake a variable private now that the conditions requiri...
2006-12-29 Reid SpencerDoxygenify a comment.
2006-12-23 Reid SpencerAdd some documentation to make Nick happy.
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Devang PatelEnable new pass manager. 2nd attempt.
2006-12-22 Devang PatelModulePass and ImmutablePass. Force out of line virtual...
2006-12-21 Jim LaskeyGrandchildren are covered by protect.
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-20 Devang PatelEnable old pass manager. New pass manager causes CBE...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 John CriswellAdded operator methods to the Statistic class; some...
2006-12-19 Devang PatelEnable new pass manager.
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-19 Devang Patels/BasicBlockPassManager/BBPassManager/g
2006-12-19 Reid SpencerCorrect the description of ConstantInt::isValueValidFor...
2006-12-19 Reid SpencerMake ConstantInt not care about sign any more. To ensur...
2006-12-19 Chris LattnerDoxgenate comments.
2006-12-18 Bill WendlingRemoved llvm_ostream and used std::ostream instead.
2006-12-18 Reid SpencerRemove the createInferredCast methods now that their...
2006-12-18 Reid SpencerRemove the two-argument (inferred cast) form of Constan...
2006-12-18 Reid SpencerDetermine if the -enable-pic option was given.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-17 Bill WendlingAccidental submission.
2006-12-17 Reid SpencerFix problems in the CBE and InstructionCombining which...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-16 Evan ChengTypo.
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Jeff CohenComplete unbreak of VC++ (Chris identified the simple...
2006-12-15 Evan ChengSilly assertion. Forgot variable_ops instructions can...
2006-12-14 Jim LaskeyFile missing from last check in.
2006-12-14 Jim Laskey1. Tidy up jump table info.
next