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