aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add constant folding wrapper support for select instructions.Chris Lattner2004-03-121-0/+4
* Add sccp support for select instructionsChris Lattner2004-03-121-0/+23
* Add trivial optimizations for select instructionsChris Lattner2004-03-121-0/+15
* ADd support for select instructionsChris Lattner2004-03-122-0/+24
* Write select instructions to bytecodeChris Lattner2004-03-121-1/+2
* Read select instrs from bytecodeChris Lattner2004-03-121-0/+5
* Allow parsing select instruction and constant exprChris Lattner2004-03-122-1/+16
* Add the visitSelectInst visitor methodChris Lattner2004-03-121-0/+1
* Add the SelectInst classChris Lattner2004-03-121-0/+48
* Add the Instruction::Select enumChris Lattner2004-03-121-3/+4
* Add support for select constant exprsChris Lattner2004-03-121-0/+11
* This is no longer an open projectChris Lattner2004-03-121-4/+0
* Cleanup the cast section, add the select instructionChris Lattner2004-03-121-21/+95
* New testcaseChris Lattner2004-03-121-0/+7
* Make code more readable.Misha Brukman2004-03-122-70/+62
* Fix indentation.Misha Brukman2004-03-111-2/+2
* Move implementations of functions here, which avoids #including <cstdlib> in theMisha Brukman2004-03-111-0/+86
* Move function implementations to a .cpp file, avoid #including <cstdlib> here.Misha Brukman2004-03-111-23/+21
* Forward-declare templates for fix compilation when Argument.h is included first.Misha Brukman2004-03-111-0/+4
* Doxygenified and cleand up comments.Misha Brukman2004-03-1116-443/+475
* Miscellaneous additions are a separate section.Misha Brukman2004-03-111-1/+1
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-111-0/+1
* Get rid of the abort in PhyRegAlloc::finishSavingState().Brian Gaeke2004-03-111-5/+6
* Give pass a nameBrian Gaeke2004-03-111-0/+1
* Fix compilation on Sparc: assert(0) => abort()Misha Brukman2004-03-112-10/+10
* SparcV8 removed until it grows up becomes a mature backend.Misha Brukman2004-03-112-7/+2
* Fix spelling.Alkis Evlogimenos2004-03-111-1/+1
* In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try toBrian Gaeke2004-03-112-10/+31
* Remove ghostly directory from the buildBrian Gaeke2004-03-111-1/+1
* Embed a floating frame of the bugzilla query in the page. This wayAlkis Evlogimenos2004-03-111-3/+10
* Minor additions and cleanupsChris Lattner2004-03-111-8/+9
* Move all the SaveState options and stuff inton one spot at the top of the file.Brian Gaeke2004-03-101-8/+10
* Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.Brian Gaeke2004-03-101-3/+4
* Bugz fixedChris Lattner2004-03-101-0/+2
* Fix PR284: [indvars] Induction variable analysis violates LLVM invariantsChris Lattner2004-03-101-1/+5
* New testcase for PR284: [indvars] Induction variable analysis violates LLVM i...Chris Lattner2004-03-101-0/+27
* Add link to bugzilla query of unassigned enhancements. Specific openAlkis Evlogimenos2004-03-101-1/+1
* We need a logo.Misha Brukman2004-03-101-0/+1
* Add brainstorm for a random test vector generatorBrian Gaeke2004-03-101-0/+4
* Recommend using install-bytecode targetBrian Gaeke2004-03-101-1/+1
* My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke2004-03-101-2/+4
* Add support for 'install-bytecode' target, used for ONLY installingBrian Gaeke2004-03-101-3/+8
* Fix up a seriously outdated comment.Brian Gaeke2004-03-101-2/+2
* New testcase for PR275Chris Lattner2004-03-101-0/+30
* New testcase for PR276: llvm-g++ does not mangle method names that match stdl...Chris Lattner2004-03-091-0/+8
* implement new methodChris Lattner2004-03-091-0/+24
* new methodChris Lattner2004-03-092-0/+8
* Spill explicit physical register defs as well.Alkis Evlogimenos2004-03-091-3/+11
* Now that I read it again, this part in particular strikes me as kind ofBrian Gaeke2004-03-091-1/+1
* Check if printing of implicit uses is required for all types of shiftAlkis Evlogimenos2004-03-092-0/+6