summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* write the symbol table for function bodiesChris Lattner2007-05-01
* encode all of the instructions.Chris Lattner2007-05-01
* add missing opcode.Chris Lattner2007-05-01
* Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng2007-05-01
* Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng2007-05-01
* Test a dag combiner crasher.Evan Cheng2007-05-01
* * Only turn a load to UNDEF if all of its outputs have no uses (indexed loadsEvan Cheng2007-05-01
* Implement review feedback.Christopher Lamb2007-04-30
* Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.llChris Lattner2007-04-30
* testcase for PR1228Chris Lattner2007-04-30
* print isLandingPad() for MBBsChris Lattner2007-04-30
* Continue refactoring inline asm code. If there is an earlyclobber outputChris Lattner2007-04-30
* testcase for PR1357Chris Lattner2007-04-30
* Header file for ELF relocations.Christopher Lamb2007-04-30
* Fix commentAnton Korobeynikov2007-04-30
* Updates.Evan Cheng2007-04-30
* refactor GetRegistersForValue to take OpInfo as an argument instead of variousChris Lattner2007-04-30
* refactor some code, no functionality changeChris Lattner2007-04-30
* Clean up multi-line asam string printing. Instead of printing:Chris Lattner2007-04-30
* Fix typo. Interesting, but old variant worked too :)Anton Korobeynikov2007-04-30
* For PR1370:Reid Spencer2007-04-30
* Remove item: thumb padding in constant islandsDale Johannesen2007-04-30
* remove unused variableDale Johannesen2007-04-30
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-30
* Enable protected visibility on ARM.Lauro Ramos Venancio2007-04-30
* Dependent libraries could be native too.Reid Spencer2007-04-30
* Augment the verbose output to print out the sub-commands executed.Reid Spencer2007-04-29
* add some helpersChris Lattner2007-04-29