Remove duplicated colons and spaces.
[oota-llvm.git] / lib /
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Jakob Stoklund OlesenHandle <undef> flag in machine code verifier.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerI need Triple information, 10.6 shouldn't set this...
2009-08-02 Chris LattnerARM TAI no longer needs a TM, but createTargetAsmInfo...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnermove a virtual method body to its .cpp file to avoid...
2009-08-02 Chris Lattnerturn some templated inline functions into static functions.
2009-08-02 Chris Lattneralpha TAI doesn't need TM.
2009-08-02 Chris LattnerMSP430 TAI doesn't need TM.
2009-08-02 Chris Lattnersimplify SPULinuxTargetAsmInfo, remove use of TM.
2009-08-02 Chris Lattnerxcore TAI doesn't need TM.
2009-08-02 Chris LattnerPIC16 TAI doesn't need TM
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnereliminate the TM argument to the TAI class, remove...
2009-08-02 Chris Lattnereliminate TargetMAchine argument to sparc TAI
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerremove the x86/ppc impls of getEHGlobalPrefix, which...
2009-08-02 Daniel DunbarAdd missing flush().
2009-08-02 Chris Lattnerclean up #includes of TargetAsmInfo.cpp
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-02 Chris LattnerFix some fixme's in #if 0'd code by making it dependent...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Daniel DunbarFix a possible crash on delete of an uninitialized...
2009-08-02 Dan GohmanDon't call SectionForGlobal for hasAvailableExternallyL...
2009-08-02 Chris Lattnerdon't call SectionForGlobal on declarations, you can...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-02 Chris Lattnerdon't override the default of this, the only difference...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris Lattnergive alpha its readonly section. This optimizes alpha...
2009-08-01 Chris Lattner.rdata == .rodata on mips.
2009-08-01 Chris Lattnerno need to override the default with the default.
2009-08-01 Chris LattnereXtensible Systems doesn't exist any more and Reid...
2009-08-01 Chris Lattnerloweringinfo is always non-null.
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-08-01 Chris Lattnerfix a problem Eli noticed where we would compile the...
2009-08-01 Chris Lattnerupdate for rename
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnercoff also doesn't have a ReadOnlySection yet, (!)
2009-08-01 Chris Lattnercoff doesn't set a .bss seciton, so this is dead.
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerdon't use isWeak anymore.
2009-08-01 Dan GohmanFix typos in comments.
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Dan GohmanMinor code cleanups.
2009-08-01 Dan GohmanPrint the target flags as an int instead of a char...
2009-08-01 Nick LewyckyAdd newline at end of file to remove gcc warning.
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-08-01 Evan ChengWorkaround a couple of Darwin assembler bugs.
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-08-01 Dan GohmanDelete a redundant variable.
2009-08-01 Dan GohmanMinor code simplifications.
2009-08-01 Dan GohmanMinor code simplifications.
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Dan GohmanSelectionDAGISel no longer needs to check hasAvailableE...
2009-08-01 Dan GohmanMake UnreachableMachineBlockElim preserve MachineDomina...
2009-08-01 Dan GohmanThe X86 maximal stack alignment calculator preserves...
2009-08-01 Dan GohmanX86 floating-point passes don't modify the CFG.
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-07-31 Dan GohmanUse setPreservesAll in X86CodeEmitter.
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-31 Dan GohmanSelectionDAGISel does not "preserve all", since it...
2009-07-31 Dan GohmanUse a range insert instead of an explicit loop.
2009-07-31 Daniel Dunbarllvm-mc: Fix .s output to quote section & symbol names...
2009-07-31 Owen AndersonPrivatize all but one of the remaining constant tables.
2009-07-31 Bob WilsonAllow target intrinsics that return multiple values...
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 Evan Chengt2BR_JT is mov pc, it's 2 byte long, not 4.
2009-07-31 Evan ChengThumb2 movcc need .w suffix.
2009-07-31 Chris Lattneradd some comments on how this is *supposed* to work...
2009-07-31 Chris Lattnerrearrange a conditional. Even if this weren't #if...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Dan GohmanLibCallAliasAnalysis doesn't use TargetData.
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Dan GohmanMake TargetData optional in MemoryDependenceAnalysis.
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Dan GohmanRemove an unnecessary header.
2009-07-31 Chris Lattnerremove the PPCLinuxTargetAsmInfo implementation of...
2009-07-31 Chris Lattnerremove a pointless override.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanFix GVN's debug output, now that operator<< on Value...
2009-07-31 Eric ChristopherWhitespace and 80-col cleanup.
2009-07-31 Bill Wendling- Convert the rest of the DOUTs to DEBUG+errs().
2009-07-31 Eli FriedmanPR4662: Fix a crash introduced by the recent LLVMContex...
2009-07-31 Ted KremenekUpdate CMake files.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Dan GohmanRemove Annotation.h, which is no longer used in the...
2009-07-31 Evan ChengUntil we have a "ALIGN" pseudo instruction, have asm...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Evan Cheng- Teach TBB / TBH offset limits are 510 and 131070...
2009-07-31 Dan GohmanFix printing of Alloca instructions with null operands.
2009-07-31 Dan GohmanFix some problems with ASTCallbackVH in its use as...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-31 Daniel DunbarNormalize target registration code.
next