summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* On win32, process.h provides some of the traditional stuff that unistdChris Lattner2004-06-01
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-30
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-30
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-30
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-29
* Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner2004-05-28
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-28
* Add a new function for the JITChris Lattner2004-05-28
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-28
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-27
* Added a check for a new header file.John Criswell2004-05-27
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-27
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-27
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-27
* Inline trivial constructors.Alkis Evlogimenos2004-05-26
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-26
* Tighten up checking on SymbolTable interface to make it illegal to pass aReid Spencer2004-05-26
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-26
* Fix spelling of doxygen directive.Misha Brukman2004-05-26
* Part of bug 122:Reid Spencer2004-05-26
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-25
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-25
* Removed unused, useless header file.Reid Spencer2004-05-25
* Give Type its own dump() method in preparation for Type != Value.Reid Spencer2004-05-25
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-25
* Convert dump() method to call Type::dump() instead of Value::dump().Reid Spencer2004-05-25
* Add some helpersChris Lattner2004-05-25
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-24
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-24
* Changed clone to be const.Tanya Lattner2004-05-24
* Add the new GC intrinsicsChris Lattner2004-05-23
* Add a new prototypeChris Lattner2004-05-23
* Several *major* changes to the AA interfaces:Chris Lattner2004-05-23
* Add interfaces to update value numbering resultsChris Lattner2004-05-23
* Rename a methodChris Lattner2004-05-23
* Fixed up my changes to add support for cloning Machine Instructions.Tanya Lattner2004-05-23
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-23
* Adding support to clone MachineInstrTanya Lattner2004-05-23
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-23
* Add getCaller() method.Vikram S. Adve2004-05-23
* Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve2004-05-23
* Fix size/offset assertion to allow negative offsets and folded nodes.Vikram S. Adve2004-05-23
* Fix a typo in the head-of-file comment.Brian Gaeke2004-05-23
* It's not clear to me whether the old version was correct C++ code, but inChris Lattner2004-05-21
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-21
* Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos2004-05-19
* Minor aesthetic alignments; no functional changes.Misha Brukman2004-05-17
* * Minor aesthetic alignment of iterator declarationsMisha Brukman2004-05-17
* Define erase forwarding method on tracesBrian Gaeke2004-05-17
* Fix a comment.Brian Gaeke2004-05-12