oota-llvm.git
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Jim LaskeyClarify some constants.
2007-01-26 Andrew LenharthWork around broken binutils on alpha
2007-01-26 Reid SpencerFor PR1122:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerRegenerate.
2007-01-26 Reid SpencerFor All These Bugs:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerRegenerate for PR645 and PR761
2007-01-26 Reid SpencerFor PR645:
2007-01-26 Reid SpencerFor PR645:
2007-01-26 Reid SpencerFor PR645:
2007-01-26 Reid SpencerIntegerType is a sized DerivedType too.
2007-01-26 Reid SpencerClean up comments and assert messages that still refer...
2007-01-26 Reid SpencerFix an assertion message.
2007-01-26 Evan ChengSplitBlockBeforeInstr() insert a unconditional branch...
2007-01-26 Devang PatelRemove dead code.
2007-01-26 Evan ChengNeed to scan the function for branches even if there...
2007-01-26 Devang PatelInherit CallGraphSCCPass directly from Pass.
2007-01-26 Devang PatelInherit FunctionPass directly from Pass.
2007-01-25 Evan ChengForgot to update this.
2007-01-25 Devang PatelInherit BasicBlockPass directly from Pass.
2007-01-25 Evan ChengAdd comment, fix typo, reduce memory usage, etc.
2007-01-25 Evan ChengI am an idiot.
2007-01-25 Evan ChengFix comment.
2007-01-25 Evan ChengFix test case.
2007-01-25 Devang PatelRemove dead code.
2007-01-25 Evan Cheng- Tell PEI that PPC will handle stack frame rounding...
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-25 Lauro Ramos... fix fcopysign test
2007-01-25 Lauro Ramos... Fix elf object definition.
2007-01-25 Evan ChengDoh. Skip JT branches.
2007-01-25 Chris LattnerMake llvm-extract preserve the callingconv of prototype...
2007-01-25 Jim Laskey1. Remove dwarf-verbose option (now asm-verbose.)
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-25 Evan ChengAdded (preliminary) branch shortening capability to...
2007-01-25 Evan ChengGetting rid uses of evil std::set<>
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-25 Chris Lattnernew testcase
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2007-01-24 Jim LaskeyCall frames for intel.
2007-01-24 Jim Laskey80 columns
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Andrew LenharthFix unordered fp on alpha
2007-01-24 Chris LattnerFix a misencoding of CBW and CWD. This fixes PR1030.
2007-01-24 Jim LaskeyUse asm printer to emit alignment
2007-01-24 Evan ChengUse PC relative ldr to load from a constantpool in...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingAdded new files.
2007-01-24 Bill WendlingAdd a field for and construction of the PPCMachOWriterI...
2007-01-24 Bill WendlingMove the getJTRelocation method out of here.
2007-01-24 Bill WendlingUse the TargetMachOWriterInfo class to get this informa...
2007-01-24 Bill WendlingA virtual method to return the TargetMachOWriterInfo...
2007-01-24 Bill WendlingMoved target-specific information to the TargetMachOWri...
2007-01-24 Bill WendlingNew "TargetMachOWriterInfo" class. It holds target...
2007-01-24 Evan ChengAllow [ fi#c, imm ] as ARM load / store addresses.
2007-01-24 Evan ChengAdded some load from stack frames test cases.
2007-01-24 Evan ChengVarious Thumb mode load / store isel bug fixes.
2007-01-23 Evan ChengThumb test cases.
2007-01-23 Evan Cheng- Reorg Thumb load / store instructions. Combine each...
2007-01-23 Devang PatelFix cut-n-pasto.
2007-01-23 Evan ChengThumb test cases.
2007-01-23 Devang PatelFix typo.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-23 Evan ChengDarwin HiddenDirective is .private_extern.
2007-01-23 Evan ChengFix test case.
2007-01-23 Anton KorobeynikovOne more small fix to documentation
2007-01-23 Anton KorobeynikovUpdating documentation:
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Chris Lattnerfix typo
2007-01-23 Chris Lattnermake the SmallSet interface more std::set-like
2007-01-23 Chris LattnerSwitch this to use SmallSet to avoid mallocs in the...
2007-01-23 Chris Lattneradd a trivial SmallSet class, which operates on a simil...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-23 Chris LattnerFix a bunch of inline asm failures
2007-01-22 Evan ChengMake it work for both Linux and Mac OS.
2007-01-22 Evan ChengUpdate comment.
2007-01-22 Evan ChengRemove the DoubleTy special case.
2007-01-22 Evan ChengARM AAPCS abi (Linux, etc.) requires 8-byte double...
2007-01-22 Evan ChengDouble and long preferred alignment set to 8 bytes.
2007-01-22 Evan ChengDouble and long preferred alignment is 8 byte.
2007-01-22 Evan Cheng- getTypeAlignmentShift() should be returning preferred...
2007-01-22 Evan ChengPasto
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-22 Evan ChengDouble and Long preferred alignment is 4 for Darwin...
2007-01-22 Evan ChengUse bl to call Thumb fuctions directly.
2007-01-22 Evan ChengFix test case.
2007-01-22 Jim LaskeyBring up to date.
2007-01-22 Reid SpencerCleanup checks in the load and store of casted pointer...
2007-01-21 Jeff CohenFix a bunch of missing semicolon parse errors from...
2007-01-21 Jeff CohenFix this error:
2007-01-21 Reid SpencerRun GenLibDeps.pl with the configured PERL path to...
2007-01-21 Chris Lattneradd a note
next