summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-032-2/+2
* Adjust argument to match destination data typeChris Lattner2004-06-031-1/+1
* Don't use identifiers that start with an _Chris Lattner2004-06-031-2/+2
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-032-8/+10
* Fix case of doxygen directive \p.Misha Brukman2004-06-031-1/+1
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-2/+2
* Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner2004-06-021-12/+6
* Add a new CopyFile functionChris Lattner2004-06-022-2/+10
* On win32, process.h provides some of the traditional stuff that unistdChris Lattner2004-06-012-0/+8
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-301-50/+40
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-302-0/+12
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-301-4/+6
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-291-2/+0
* Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner2004-05-282-4/+4
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-281-4/+3
* Add a new function for the JITChris Lattner2004-05-282-0/+14
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-282-2/+22
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-272-0/+46
* Added a check for a new header file.John Criswell2004-05-272-0/+6
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-271-32/+0
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-271-3/+3
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-275-28/+129
* Inline trivial constructors.Alkis Evlogimenos2004-05-261-8/+28
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-261-4/+5
* Tighten up checking on SymbolTable interface to make it illegal to pass aReid Spencer2004-05-261-2/+4
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-264-10/+37
* Fix spelling of doxygen directive.Misha Brukman2004-05-261-1/+1
* Part of bug 122:Reid Spencer2004-05-262-10/+7
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-251-1/+1
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-251-0/+194
* Removed unused, useless header file.Reid Spencer2004-05-251-53/+0
* Give Type its own dump() method in preparation for Type != Value.Reid Spencer2004-05-251-0/+3
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-251-82/+335
* Convert dump() method to call Type::dump() instead of Value::dump().Reid Spencer2004-05-251-1/+1
* Add some helpersChris Lattner2004-05-251-0/+3
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-242-5/+6
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-242-3/+37
* Changed clone to be const.Tanya Lattner2004-05-241-1/+1
* Add the new GC intrinsicsChris Lattner2004-05-231-12/+17
* Add a new prototypeChris Lattner2004-05-231-2/+11
* Several *major* changes to the AA interfaces:Chris Lattner2004-05-231-11/+43
* Add interfaces to update value numbering resultsChris Lattner2004-05-231-5/+22
* Rename a methodChris Lattner2004-05-231-3/+3
* Fixed up my changes to add support for cloning Machine Instructions.Tanya Lattner2004-05-231-7/+2
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-231-2/+0
* Adding support to clone MachineInstrTanya Lattner2004-05-231-1/+13
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-232-64/+104
* Add getCaller() method.Vikram S. Adve2004-05-231-0/+5
* Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve2004-05-231-0/+176
* Fix size/offset assertion to allow negative offsets and folded nodes.Vikram S. Adve2004-05-232-2/+16