summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Drop 'const'Devang Patel2007-05-03
* New test.Devang Patel2007-05-03
* match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner2007-05-03
* match a reassociated form of fnmulChris Lattner2007-05-03
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-03
* Add a new option.Chris Lattner2007-05-03
* Non-algorithmic change. Moved definitions around into separate sectionsBill Wendling2007-05-02
* Properly set arguments bitwidth of EHSELECT nodeAnton Korobeynikov2007-05-02
* Update.Bill Wendling2007-05-02
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Disable RTTI handling until we're ready.Reid Spencer2007-05-02
* Add a rule to get the footprint of binaries and libraries.Reid Spencer2007-05-02
* Re-install patch to enable use of PassID.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov2007-05-02
* Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov2007-05-02
* Test that TREE_CONSTANT is being set correctly.Duncan Sands2007-05-02
* Test that inline assembler compiles (llvm-gcc added an extra "uses" parameterDuncan Sands2007-05-02
* update to reflect realityChris Lattner2007-05-02
* add reader logic for terminator instrs.Chris Lattner2007-05-02
* add reader support for a bunch of new instructionsChris Lattner2007-05-02
* read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner2007-05-02
* use the correct code for binop instrsChris Lattner2007-05-02
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-02
* disable this assertion as a hack to get the build more unbroken :(Chris Lattner2007-05-02
* Make sign extension work correctly for unusual bit widths.Reid Spencer2007-05-02
* Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen2007-05-02
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-01
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-01
* Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng2007-05-01
* Test handling of TRY_CATCH_EXPRs for which the handler is a sequence ofDuncan Sands2007-05-01
* Use correct PC symbolAnton Korobeynikov2007-05-01
* Adjust correct EH-related sectionsAnton Korobeynikov2007-05-01
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...Evan Cheng2007-05-01
* Pass call frame setup SP adjustment along to eliminateFrameIndex().Evan Cheng2007-05-01
* Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng2007-05-01
* Forgot about chain result; also UNDEF cannot have multiple values.Evan Cheng2007-05-01
* fix build with non-buggy compilersChris Lattner2007-05-01
* handle function-level forward references, read binops.Chris Lattner2007-05-01
* A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman2007-05-01
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-01
* several bitfixes to JumpToBitChris Lattner2007-05-01
* The stream to read from is now an ivarChris Lattner2007-05-01
* implement scafolding for lazy deserialization of function bodiesChris Lattner2007-05-01
* add JumpToBit, an explicit init method, and a default ctor.Chris Lattner2007-05-01
* Split target dependent test portions to target-specific directories.Reid Spencer2007-05-01
* add phiChris Lattner2007-05-01