Add DynamicLinker support for systems that provide windows.h
[oota-llvm.git] / include /
2004-05-27 Chris LattnerAn "autoconf wrapper" for the infamous windows.h file
2004-05-27 John CriswellAdded a check for a new header file.
2004-05-27 Chris LattnerBeta-test moving a header from include/Support into...
2004-05-27 Chris LattnerMoved header from include/Support/ to include/llvm...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Alkis EvlogimenosInline trivial constructors.
2004-05-26 Reid SpencerProvide the correct patch for bug 345. The solution...
2004-05-26 Reid SpencerTighten up checking on SymbolTable interface to make...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-05-26 Misha BrukmanFix spelling of doxygen directive.
2004-05-26 Reid SpencerPart of bug 122:
2004-05-25 Reid SpencerMake the constructor explicit so we can't implicitly...
2004-05-25 Reid SpencerAdding the initial implementation of the SlotTable...
2004-05-25 Reid SpencerRemoved unused, useless header file.
2004-05-25 Reid SpencerGive Type its own dump() method in preparation for...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2004-05-25 Reid SpencerConvert dump() method to call Type::dump() instead...
2004-05-25 Chris LattnerAdd some helpers
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Chris LattnerAdd the new GC intrinsics
2004-05-23 Chris LattnerAdd a new prototype
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-05-23 Chris LattnerAdd interfaces to update value numbering results
2004-05-23 Chris LattnerRename a method
2004-05-23 Tanya LattnerFixed up my changes to add support for cloning Machine...
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-23 Tanya LattnerAdding support to clone MachineInstr
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2004-05-23 Vikram S. AdveAdd getCaller() method.
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-23 Vikram S. AdveFix size/offset assertion to allow negative offsets...
2004-05-23 Brian GaekeFix a typo in the head-of-file comment.
2004-05-21 Chris LattnerIt's not clear to me whether the old version was correc...
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-19 Alkis EvlogimenosDeclare function defined in namespace llvm as gcc-3...
2004-05-17 Misha BrukmanMinor aesthetic alignments; no functional changes.
2004-05-17 Misha Brukman* Minor aesthetic alignment of iterator declarations
2004-05-17 Brian GaekeDefine erase forwarding method on traces
2004-05-12 Brian GaekeFix a comment.
2004-05-12 Brian GaekeAdd a NextMBBNumber field w/ incrementing accessor...
2004-05-12 Brian GaekeAdd a Number field w/ accessor method, for function...
2004-05-09 Chris LattnerAdd support for inserting all prototypes up-front
2004-05-08 Tanya LattnerFixed up sched graph.
2004-05-08 Tanya LattnerRegistering the ModuloScheduling pass.
2004-05-08 Tanya LattnerChanged CPUResource to allow access to max num users...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-05-06 Alkis EvlogimenosFix for gcc3.4: invalid use of forward delacred class...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-04 Brian GaekeAdd BBTrace accessor method and data member.
2004-05-04 Brian GaekeNew header file containing profile info enums shared...
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-05-02 Brian GaekeChris told me to take these assertions out a few days...
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-30 Tanya LattnerSorry, now friend class name should be right!!
2004-04-30 Tanya LattnerFixed friend class name for ModuloScheduling.
2004-04-30 Tanya LattnerFixed friend class name for ModuloSched
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2004-04-28 Misha Brukman* Make contained ostream not public.
2004-04-28 Misha Brukman* Add ability to get and set the output stream
2004-04-28 Brian GaekeAdd pred./succ. list size methods.
2004-04-28 Brian GaekeMove private methods to end of class decl at Chris...
2004-04-28 Brian GaekeFix thinkos that Chris caught for me.
2004-04-28 Brian GaekeAdd machine-code CFG support: MachineBasicBlocks may...
2004-04-27 Chris LattnerFix warning
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-23 Brian GaekeMerged this file into the SparcV9 target.
2004-04-23 Brian GaekeAdd emitWordAt() - a quick and dirty interface that...
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerAdd a method
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-20 Chris LattnerChange it to take a callgraph, from which we can get...
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-19 Chris LattnerAdd accessor for a Loop Unswitching pass
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris Lattner* Improve file header comment
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-18 Chris LattnerAdd prototype
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-04-16 Brian GaekeInclude <string> for compatibility with gcc 3.0.x ...
2004-04-16 Misha BrukmanAssert if Instruction is being deleted before being...
2004-04-15 Misha BrukmanDon't use invalid HTML in doxygen comments.
2004-04-15 Chris LattnerAdd some helpful methods
next