aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor code just a little bit, allowing us to implement TailCallElim/return...Chris Lattner2003-12-141-51/+68
* new testChris Lattner2003-12-141-0/+19
* Finegrainify namespacificationChris Lattner2003-12-142-24/+2
* Finegrainify namespacificationChris Lattner2003-12-1418-152/+106
* Finegrainify namespacificationChris Lattner2003-12-142-9/+7
* I wonder how this didn't cause any tests to fail...Alkis Evlogimenos2003-12-141-2/+2
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-1427-185/+163
* Change preserve all claim to just preserve live variables and phielimination.Alkis Evlogimenos2003-12-142-2/+4
* Rev the release notes to 1.2Chris Lattner2003-12-141-165/+19
* Do not promote volatile alias sets into registersChris Lattner2003-12-141-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-9/+12
* Add capability to represent volatile AliasSet'sChris Lattner2003-12-141-3/+13
* Testcase for PR179Chris Lattner2003-12-141-0/+17
* When reserving a preallocated register spill the aliases of thisAlkis Evlogimenos2003-12-131-0/+16
* Ignore non-allocatable physical registers in live interval analysis.Alkis Evlogimenos2003-12-132-0/+8
* Expire any active intervals left when register allocation is done.Alkis Evlogimenos2003-12-131-0/+12
* Add instruction numbers to debugging output.Alkis Evlogimenos2003-12-131-1/+3
* Add a floating point killer pass. This pass runs before registerAlkis Evlogimenos2003-12-134-0/+120
* Handle explicit physical register defs.Alkis Evlogimenos2003-12-131-2/+5
* Remove unecessary if statements when looping on ImplicitDefs.Alkis Evlogimenos2003-12-132-10/+10
* Try rewording stuff talking about unwinding. Hopefully it will make llvm sou...Chris Lattner2003-12-121-9/+11
* Link to lists, incorporate feedback from TanyaChris Lattner2003-12-121-2/+6
* Updated configure script so that it does not configure llvm/projectJohn Criswell2003-12-121-1/+1
* Don't configure directories that don't have a configure script (i.e Stacker).John Criswell2003-12-121-1/+1
* Modified cast so that it converts the int to a long before casting toJohn Criswell2003-12-121-1/+1
* Fixed some minor typos.John Criswell2003-12-121-6/+8
* Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke2003-12-121-2/+8
* PR177 is no longer among the openChris Lattner2003-12-121-0/+6
* Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner2003-12-123-0/+29
* Implement the TargetMachine::getJITStubForFunction method for X86, finegrainifyChris Lattner2003-12-122-4/+13
* Add new getJITStubForFunction method, which may optionally be implemented byChris Lattner2003-12-121-2/+11
* Doxygenify comments, remove extraneous #includeChris Lattner2003-12-121-16/+15
* Note about bytecode formatChris Lattner2003-12-121-1/+3
* Since we are using a gep_type_iterator, we apparently must get the typeBrian Gaeke2003-12-121-2/+1
* Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke2003-12-121-1/+1
* Fix typo in commentBrian Gaeke2003-12-121-1/+1
* These aren't bugs, don't phrase them like they are.Chris Lattner2003-12-121-6/+11
* I'm a spazChris Lattner2003-12-121-0/+3
* Add note about Stacker, duh!Chris Lattner2003-12-121-2/+6
* Break lines and add space after ':' to be consistent in layout.Misha Brukman2003-12-121-4/+4
* More updates for the releaseChris Lattner2003-12-121-20/+25
* Throw better error messages, by calling strerror(errno) when weBrian Gaeke2003-12-121-4/+9
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-121-1/+2
* Update release notes for PR86 and C++ supportChris Lattner2003-12-111-7/+8
* Factor out some duplicated code, implement the rest of the cases inChris Lattner2003-12-111-43/+40
* Rename variable to avoid confusing it with the global GChris Lattner2003-12-112-2/+2
* Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...Chris Lattner2003-12-111-121/+251
* Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other know...Chris Lattner2003-12-111-2/+11
* New testcase that LICM is breaking crafty onChris Lattner2003-12-111-0/+20
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23