Corrected usage synopsis.
[oota-llvm.git] / include /
2003-09-30 Chris LattnerForward declare a class
2003-09-30 Chris LattnerThis got merged into Passes.h
2003-09-30 Chris LattnerInclude the sparc register in this file
2003-09-30 Chris LattnerUpdate comment
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Chris LattnerRemove unused header
2003-09-30 Chris LattnerFix header comment
2003-09-30 Chris LattnerFix header, remove dead decl
2003-09-30 Chris LattnerFix header file comment
2003-09-30 Chris Lattnermake the header comment more useful
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-24 Brian GaekeFix a typo I happened to notice.
2003-09-22 Misha BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-09-22 Misha BrukmanConverted tabs to spaces.
2003-09-22 Misha BrukmanMaterialize the module before releasing it.
2003-09-21 Chris LattnerAdd prototype
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-20 Chris LattnerRename getEntryNode -> getEntryBlock()
2003-09-20 Chris LattnerCleanup header file
2003-09-20 Chris LattnerExpose the TCE pass
2003-09-20 Chris LattnerFix header, fix broken friend decl
2003-09-20 Chris LattnerUnsquishify
2003-09-18 Misha BrukmanAbstract interface for module providers, e.g. streaming...
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-17 Chris LattnerAdd new deleteBody method
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerFix spello
2003-09-10 Chris LattnerFix spell-o's
2003-09-10 Chris LattnerSpelling fixes
2003-09-09 Chris LattnerFix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
2003-09-08 Chris LattnerEliminate the unwind intrinsic, it is now an instruction
2003-09-08 Chris Lattneradd support for the unwind inst
2003-09-08 Chris LattnerAdd the unwind instruction class
2003-09-08 Chris LattnerAdd new unwind instruction. Happily there was a slot...
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-09-05 Brian GaekeNo longer used
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeZap some more unused static method decls
2003-09-05 Chris LattnerGet friendly
2003-09-05 Chris LattnerReshuffling of APIs
2003-09-04 Chris LattnerRemove method
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-02 Chris LattnerNew method
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-09-02 Chris LattnerThe description is no longer stored directly in the...
2003-09-01 Chris LattnerDead header file
2003-09-01 Chris LattnerAdd RPR prototype here
2003-09-01 Chris LattnerRemove dead file
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-09-01 Chris LattnerRemove header files that were privatized
2003-09-01 Chris LattnerThis file is never #included
2003-09-01 Chris LattnerThis file is just a subset of Cilkifier.h
2003-09-01 Chris LattnerOther minor cleanups while I'm in the area
2003-09-01 Chris LattnerFix spell-o
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerThis should use Support/iterator, not <iterator>
2003-08-31 Chris LattnerCleanups, move the getAnalysisUsage method to the ...
2003-08-31 Chris LattnerFix an FLAT OUT WRONG comment
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerAdd accessor function for the PruneEH pass
2003-08-31 Chris LattnerMinor simplification
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-31 Chris Lattners/Meth/F
2003-08-31 Chris LattnerAdd new helper function which makes it even easier...
2003-08-29 Chris LattnerRemove automagic support for Modules. Noone uses it...
2003-08-29 Chris LattnerMove getAnalysisToUpdate to after the definition of...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-08-29 Chris LattnerAdd new method
2003-08-28 Tanya LattnerMoved index in BB to common graph class.
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Tanya LattnerCleaned up the code (spacing, not needed headers) and...
2003-08-25 Tanya LattnerSchedGraphCommon header file. Contains class definition...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets should configure themselves based on the module...
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness.
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
next