aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure that gep_upgrade zext instructions we insert have unique names.Reid Spencer2007-01-261-1/+1
* If the constant pool value is a extern weak symbol, emit the weak reference.Lauro Ramos Venancio2007-01-261-1/+7
* extload -> zextloadEvan Cheng2007-01-261-0/+5
* Remove extraneous ; to make some versions of bison happy.Reid Spencer2007-01-261-3/+3
* Order createSimplifyLibCallsPass() after a set of function level passesDevang Patel2007-01-261-1/+1
* Files missing from LABEL check in.Jim Laskey2007-01-265-7/+34
* Remove the SignedType class and other dead code. Improve comments.Reid Spencer2007-01-262-166/+13
* Make LABEL a builtin opcode.Jim Laskey2007-01-2631-89/+60
* Clarify some constants.Jim Laskey2007-01-261-4/+5
* Work around broken binutils on alphaAndrew Lenharth2007-01-261-0/+4
* For PR1122:Reid Spencer2007-01-261-0/+14
* For PR761:Reid Spencer2007-01-26152-926/+919
* Regenerate.Reid Spencer2007-01-267-6156/+9230
* For All These Bugs:Reid Spencer2007-01-263-1948/+3459
* For PR761:Reid Spencer2007-01-264-43/+29
* For PR761:Reid Spencer2007-01-263-36/+16
* For PR761:Reid Spencer2007-01-261-3/+1
* For PR761:Reid Spencer2007-01-261-20/+0
* For PR761:Reid Spencer2007-01-261-8/+2
* Regenerate for PR645 and PR761Reid Spencer2007-01-265-3581/+3787
* For PR645:Reid Spencer2007-01-263-157/+173
* For PR645:Reid Spencer2007-01-261-93/+53
* For PR645:Reid Spencer2007-01-263-49/+0
* IntegerType is a sized DerivedType too.Reid Spencer2007-01-261-0/+3
* Clean up comments and assert messages that still refer to the old type names.Reid Spencer2007-01-261-12/+12
* Fix an assertion message.Reid Spencer2007-01-261-1/+1
* SplitBlockBeforeInstr() insert a unconditional branch to the next BB. ThisEvan Cheng2007-01-261-2/+6
* Remove dead code.Devang Patel2007-01-262-14/+0
* Need to scan the function for branches even if there aren't any constants.Evan Cheng2007-01-261-3/+2
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-265-7/+8
* Inherit FunctionPass directly from Pass.Devang Patel2007-01-261-1/+1
* Forgot to update this.Evan Cheng2007-01-251-1/+1
* Inherit BasicBlockPass directly from Pass.Devang Patel2007-01-254-6/+6
* Add comment, fix typo, reduce memory usage, etc.Evan Cheng2007-01-251-9/+14
* I am an idiot.Evan Cheng2007-01-251-1/+1
* Fix comment.Evan Cheng2007-01-251-2/+1
* Fix test case.Evan Cheng2007-01-251-1/+1
* Remove dead code.Devang Patel2007-01-251-7/+0
* - Tell PEI that PPC will handle stack frame rounding itself.Evan Cheng2007-01-252-7/+7
* Added a MRegisterInfo hook that tells PEI the target is responsible forEvan Cheng2007-01-252-2/+9
* fix fcopysign testLauro Ramos Venancio2007-01-251-4/+4
* Fix elf object definition.Lauro Ramos Venancio2007-01-251-1/+1
* Doh. Skip JT branches.Evan Cheng2007-01-251-1/+2
* Make llvm-extract preserve the callingconv of prototypes in the extractedChris Lattner2007-01-251-0/+1
* 1. Remove dwarf-verbose option (now asm-verbose.)Jim Laskey2007-01-251-36/+24
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-253-369/+444
* Added (preliminary) branch shortening capability to constantpool island pass.Evan Cheng2007-01-251-7/+130
* Getting rid uses of evil std::set<>Evan Cheng2007-01-253-17/+33
* Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifierChris Lattner2007-01-251-2/+3
* Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPCChris Lattner2007-01-251-0/+4