platform/upstream/llvm.git
2009-08-01 Chris Lattnerone fewer license, yay. :)
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 Eli FriedmanAdditional AuroraUX header path.
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 Eli FriedmanDon't error on C++ linkage; if we don't support that...
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 FriedmanAdd temp C++ include path for AuroraUX; patch by Edward...
2009-08-01 Eli FriedmanHack to make this test work on platforms which aren...
2009-08-01 Daniel Dunbarlit: Add internal script execution.
2009-08-01 Daniel Dunbarlit: Two more sh lex/parse bugs (but its so simple!)
2009-08-01 Ted KremenekThis is a fairly large patch, which resulted from a...
2009-08-01 Evan ChengWorkaround a couple of Darwin assembler bugs.
2009-08-01 Daniel DunbarOk, ok, I give in. Fix tests for unused result warning.
2009-08-01 Ted KremenekTemporarily disable out-of-bounds checking. The curren...
2009-08-01 Daniel DunbarUse %S, not `pwd`, and enable a line that *does* work.
2009-08-01 Daniel Dunbarlit: Fix two sh lexing bugs.
2009-08-01 Daniel Dunbar'unset' isn't needed in these tests anymore, we always...
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-08-01 Dan GohmanDelete a redundant variable.
2009-08-01 Daniel Dunbarlit: Fix a name lookup problem, which only occurred...
2009-08-01 Daniel Dunbarlit: Pull a few more variables into the TestingConfig...
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 Daniel Dunbarlit: Don't use threads when only running one test,...
2009-08-01 Daniel DunbarMultiTestRunner: Add 'sh' parsing to ShUtil.
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Anders CarlssonMore warnings for unused expressions.
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 Mike StumpAdd beginnigs of rtti generation, wire up more of ...
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 Anders CarlssonRemove the old struct builder code.
2009-07-31 Mike StumpAnd now we can generate a simple vtable. Still a work...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Anders CarlssonMove code from EmitUnion directly into the function...
2009-07-31 Owen AndersonFix unit tests.
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Anders CarlssonUse the struct builder for unions.
2009-07-31 Mike StumpFixup spacing and 80-col violations.
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 AndersonUpdate for LLVM API change.
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 Argyrios KyrtzidisFor a CXXOperatorCallExpr, fix the order that StmtLocRe...
next