aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Disable RTTI handling until we're ready.Reid Spencer
2007-05-02Add a rule to get the footprint of binaries and libraries.Reid Spencer
2007-05-02Re-install patch to enable use of PassID.Devang Patel
2007-05-02Fix build error.Lauro Ramos Venancio
2007-05-02Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov
2007-05-02Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov
2007-05-02Test that TREE_CONSTANT is being set correctly.Duncan Sands
2007-05-02Test that inline assembler compiles (llvm-gcc added an extra "uses" parameterDuncan Sands
2007-05-02update to reflect realityChris Lattner
2007-05-02add reader logic for terminator instrs.Chris Lattner
2007-05-02add reader support for a bunch of new instructionsChris Lattner
2007-05-02read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner
2007-05-02use the correct code for binop instrsChris Lattner
2007-05-02revert enough of devang's recent patches to get the tree basically working againChris Lattner
2007-05-02disable this assertion as a hack to get the build more unbroken :(Chris Lattner
2007-05-02Make sign extension work correctly for unusual bit widths.Reid Spencer
2007-05-02Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01Update doc to reflect changes I am about to install to fix PR 888.Devang Patel
2007-05-01Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng
2007-05-01Test handling of TRY_CATCH_EXPRs for which the handler is a sequence ofDuncan Sands
2007-05-01Use correct PC symbolAnton Korobeynikov
2007-05-01Adjust correct EH-related sectionsAnton Korobeynikov
2007-05-01eliminateFrameIndex() change.Evan Cheng
2007-05-01If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...Evan Cheng
2007-05-01Pass call frame setup SP adjustment along to eliminateFrameIndex().Evan Cheng
2007-05-01Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng
2007-05-01Forgot about chain result; also UNDEF cannot have multiple values.Evan Cheng
2007-05-01fix build with non-buggy compilersChris Lattner
2007-05-01handle function-level forward references, read binops.Chris Lattner
2007-05-01A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman
2007-05-01implement materializeModule, force deallocation of vector memory when weChris Lattner
2007-05-01several bitfixes to JumpToBitChris Lattner
2007-05-01The stream to read from is now an ivarChris Lattner
2007-05-01implement scafolding for lazy deserialization of function bodiesChris Lattner
2007-05-01add JumpToBit, an explicit init method, and a default ctor.Chris Lattner
2007-05-01Split target dependent test portions to target-specific directories.Reid Spencer
2007-05-01add phiChris Lattner
2007-05-01write the symbol table for function bodiesChris Lattner
2007-05-01encode all of the instructions.Chris Lattner
2007-05-01add missing opcode.Chris Lattner
2007-05-01Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng
2007-05-01Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng
2007-05-01Test a dag combiner crasher.Evan Cheng
2007-05-01* Only turn a load to UNDEF if all of its outputs have no uses (indexed loadsEvan Cheng
2007-04-30Implement review feedback.Christopher Lamb
2007-04-30Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.llChris Lattner