aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Regenerate.Gordon Henriksen2008-03-101-25/+72
* Adding ocamldoc generation.Gordon Henriksen2008-03-105-6/+49
* Formatting improvements.Gordon Henriksen2008-03-101-2/+2
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-1018-66/+113
* Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray2008-03-105-38/+152
* Minor cleanup. No functionality change.Bill Wendling2008-03-101-6/+8
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-103-7/+77
* DohEvan Cheng2008-03-101-1/+2
* Add nosubmit option to control what is sent back to the results server.Tanya Lattner2008-03-101-6/+7
* Move StrongPHIElimination after live interval analysis. This will make thing...Owen Anderson2008-03-101-36/+27
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10115-3133/+2572
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-102-0/+28
* remove an execution test.Chris Lattner2008-03-101-17/+0
* switch from hard coded g++/as tools to the ones detected fromChris Lattner2008-03-103-4/+4
* Fix a typoChris Lattner2008-03-101-1/+1
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-101-2/+2
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-1011-58/+87
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-103-872/+868
* Revert accidentally committed local changes.Christopher Lamb2008-03-101-2/+2
* Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb2008-03-102-4/+10
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-1011-35/+35
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-108-58/+81
* This works on x86_64Anton Korobeynikov2008-03-091-2/+2
* Darwin PPC64 indirect call target goes in X12, not R12. This fixes theseChris Lattner2008-03-091-2/+3
* cell really does support cross-regclass moves, because R3 is in lots of diffe...Chris Lattner2008-03-091-4/+9
* make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.llChris Lattner2008-03-091-3/+5
* remove an extraneous (and ugly) default argument, thanks Duncan.Chris Lattner2008-03-091-2/+1
* Fix RUN line.Evan Cheng2008-03-091-1/+1
* Fix some compilation errors on msvc:Ted Kremenek2008-03-092-3/+4
* And again.Nick Lewycky2008-03-091-1/+2
* Braces belong here. No functionality change.Nick Lewycky2008-03-091-1/+2
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-091-0/+1
* SCCP also needs to be taught to follow unwind_toNick Lewycky2008-03-091-0/+4
* fp_round's produced by getCopyFromParts should always be exact, becauseChris Lattner2008-03-091-8/+8
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-093-16/+57
* Don't eliminate blocks that are only reachable by unwind_to.Nick Lewycky2008-03-091-2/+8
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-092-16/+32
* add some code to support cross-register class copying from Chris Lattner2008-03-091-4/+22
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0965-787/+863
* rearrange some code, no functionality change.Chris Lattner2008-03-091-58/+59
* fix 80 col violationChris Lattner2008-03-091-1/+2
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-092-5/+26
* claim ST(x) registers are 80 bits, which is true. This doesn't affect Chris Lattner2008-03-091-1/+1
* extend fp values with FP_EXTEND not FP_ROUND.Chris Lattner2008-03-091-3/+6
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-092-1/+12
* This patch cleans up the OCaml bindings so that they format nicely withGordon Henriksen2008-03-096-349/+373
* rename FP_SETRESULT -> FP_SET_ST0Chris Lattner2008-03-094-15/+15
* rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support forChris Lattner2008-03-095-46/+62
* reduce this testcase moreChris Lattner2008-03-091-14/+0
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-093-43/+29