OSDN Git Service

android-x86/external-llvm.git
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 Chris Lattnerfix a layering violation by moving SectionKind out...
2009-08-01 Dan GohmanMinor whitespace tidiness.
2009-08-01 Dan GohmanFix typos in comments.
2009-08-01 Chris Lattnerwith the previous refactoring, fixme fixed!
2009-08-01 Chris Lattnerupdate for API change.
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Chris Lattneradd a note about the build bots
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 Dan GohmanUse the default copy ctor and copy-assignment operators.
2009-08-01 Dan GohmanAdd nounwind to this test.
2009-08-01 Nick LewyckyAdd newline at end of file to remove gcc warning.
2009-08-01 Benjamin KramerRemove now empty unit test directory.
2009-08-01 Chris Lattnerdaniel says it's fine to nuke this.
2009-08-01 Chris Lattnerupdate for new api
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-08-01 Eli FriedmanHack to make this test work on platforms which aren...
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 Daniel DunbarAvoid a problem with ulimit on Solaris & friends, patch...
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Ted KremenekMake default ctor for ImmutableSet::iterator public.
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
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: Add -triple, and fix some typos
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 Mikhail GlushenkovAdd a warning.
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 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Owen AndersonFix unit tests.
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
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 Dan GohmanFix a typo in a comment.
2009-07-31 Benjamin KramerAdjust unit test for the MCSection changes.
2009-07-31 Dan GohmanDelete spurious semicolons.
2009-07-31 Benjamin KramerFix build.
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 Chris Lattnerfix some more issues where we expected GetSection to...
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 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-31 Dan GohmanSplit DenseMapInfo into a separate header file, so...
2009-07-31 Daniel DunbarNormalize target registration code.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Chris Lattnerfix a bunch of failing tests now that MCContext::GetSec...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-31 Benjamin KramerWork around a dangling pointer dereference when enumera...
2009-07-31 Benjamin KramerFix a struct/class mismatch, to silence a MSVC warning.
2009-07-31 Sanjiv Guptadefine target names for std libcalls.
2009-07-31 Daniel DunbarAdd this test back, the check pattern was too strict.
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Daniel DunbarRemove this test while I figure out why it is failing.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
next