oota-llvm.git
2009-06-21 Chris Lattneradd string literals.
2009-06-21 Chris Lattnerhopefully fix the build on linux.
2009-06-21 Chris Lattnersimplify some error recovery stuff.
2009-06-21 Chris Lattnerimplement enough of a lexer to get through Olden/health...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-21 Chris Lattneroh yeah, cmake needs to be told explicitly about new...
2009-06-21 Chris Lattnersome baby steps.
2009-06-21 Chris Lattnerprune #include, fix warning.
2009-06-21 Chris Lattnerstart wiring up support for asm parsing.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-21 Chris Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerindentation fix
2009-06-21 Nick LewyckyExpand this test to handle more cases (remainder and...
2009-06-21 Chris Lattnerfit in 80 cols
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-21 Chris Lattnerimplement PR4424: 0/x is always 0 for integer division.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerno need for unwind info
2009-06-20 Chris Lattnerno need for unwind info here.
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Evan ChengFix PR4419: handle defs of partial uses.
2009-06-20 Devang PatelRemove unused field.
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-20 Chris Lattnermake immediates be int64_t like machineoperand. Add...
2009-06-20 Dan GohmanTweak this test to be a little less unusual.
2009-06-20 Dan GohmanGeneralize isLoopGuardedByCond's checking to consider two
2009-06-20 Owen AndersonWorkaround for an... interesting bug in Darwin's pthrea...
2009-06-20 Dan GohmanUse ScalarEvolution's new GetMinSignBits and GetMinLead...
2009-06-20 Owen AndersonAdd debugging code to test for various locking faux...
2009-06-20 Owen AndersonForgot this file.
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Chris Lattnerallow clients of the asmprinter to opt-out of the boile...
2009-06-19 Dan GohmanFix a typo in a comment that Frits von Bommel noticed.
2009-06-19 Dan GohmanMake GetMinTrailingZeros a member function of ScalarEvo...
2009-06-19 Dan GohmanRe-apply r73718, now that the fix in r73787 is in,...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-06-19 Dan GohmanFix LSR's OptimizeSMax to ignore max operators with...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Evan ChengRevert 73718. It's breaking 254.gap.
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-19 Owen AndersonFix bad paste-o in the MSVC atomics.
2009-06-19 Owen AndersonForgot to remove some explicit locking when it became...
2009-06-19 Owen AndersonFences are expensive. Avoid doing them when we're...
2009-06-19 Dan GohmanMake ScalarEvolution::print print getSCEVAtScope values for
2009-06-19 Owen AndersonMove the memory fences out of the path for single-threa...
2009-06-19 Dan GohmanDon't (unconditionally) use getSCEVAtScope to simplify...
2009-06-19 Owen AndersonFix incorrect comment pointed out by Duncan.
2009-06-19 Bob WilsonClean up nightly tester to use Perl's File::Find.
2009-06-19 Owen AndersonFix a major typo.
2009-06-19 Chris Lattnermake jump threading handle lexically identical compare...
2009-06-19 Chris Lattnerfix the sparc codegen to not depend on the sparc asmpri...
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-06-19 Duncan SandsSince -Wno-long-long is ignored without -pedantic,
2009-06-19 Evan ChengAdd comments.
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Eli FriedmanMinor cleanup; fixes review comments for a previous...
2009-06-19 Nick LewyckyTeach jump threading to look at comparisons between...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
2009-06-19 Chris LattnerImprove tail call elim to move loads above readonly...
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Zhongxing XuInclude DataTypes.h for 'uint64_t'.
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnerfix build problem pointed out by John Thompson!
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnerminor cleanup
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Chris Lattnerfix file header
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-06-18 Chris Lattnernew testcase for rdar://6983634
2009-06-18 Owen AndersonAdd a parent pointer to SCEV, in preparation for gettin...
2009-06-18 Lang HamesImproved PHI def marking, replaced some gotos with...
2009-06-18 Evan ChengAllow user to specify separate SVN url for llvm and...
2009-06-18 Owen AndersonSimplify.
2009-06-18 Owen AndersonSimplify.
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Owen AndersonSimplify with SmartRWMutex.
next