oota-llvm.git
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-23 Chris Lattnerimplement a trivial binary expression parser, we can...
2009-06-23 Evan ChengMinor reorg.
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-23 Bruno Cardoso... Use a default alignment for data and bss sections.
2009-06-23 Chris Lattnerget a definition of strull on windows, thanks to Howard Su.
2009-06-23 Owen AndersonGuard the layout info object.
2009-06-23 Owen AndersonGuard the plugin loader.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Owen AndersonGuard the statistics table.
2009-06-22 Owen AndersonGuard the global annotation tables.
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-22 Owen AndersonRemove unneeded #include.
2009-06-22 Dan GohmanFix a few minor issues that were exposed by the removal...
2009-06-22 Bob WilsonAdd explicit types for shift count constants. This...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
2009-06-22 Owen AndersonRemove the parent pointer from SCEV, since it did not...
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Dan GohmanFix some typos that Duncan noticed.
2009-06-22 Evan ChengIt's coalescer, not coaleser.
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Dale JohannesenFix memcpy expansion so it won't generate invalid
2009-06-22 Evan ChengFix another register coalescer crash: forgot to check...
2009-06-22 Bruno Cardoso... Use different functions to emit the string and symbol...
2009-06-22 Bruno Cardoso... Add more methods to gather target specific elf stuff
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Owen AndersonBanish global state from ScalarEvolution! SCEV uniquin...
2009-06-22 Bob WilsonRecognize and handle ARM v7 target triples for Darwin.
2009-06-22 Bob WilsonFix llvm-gcc build for armv6t2 and later architectures...
2009-06-22 Dan GohmanMake use of getUMinFromMismatchedTypes when computing...
2009-06-22 Dan GohmanAdd a getUMinFromMismatchedTypes helper function.
2009-06-22 Duncan SandsInclude cstdio to get EOF, needed with gcc-4.4.
2009-06-22 Chris Lattnerprocess memory operands with a parenthesized expression...
2009-06-22 Chris LattnerImplement full support for parsing primary expressions...
2009-06-22 Chris Lattnerimplement parser support for '*' operands, as in "call...
2009-06-22 Chris Lattnerimplement memory operand parsing.
2009-06-22 Dale JohannesenTestcase for (llvm-gcc) 73873. Usually
2009-06-22 Dan GohmanFactor out code for computing umin and smin for SCEV...
2009-06-22 Chris Lattnerstart implementing some simple operand parsing.
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-22 Dan GohmanDelete an unused variable.
2009-06-22 Dan GohmanFix this code to correctly handle loops with multiple...
2009-06-21 Dan GohmanRename a variable for consistency with the ExitBlock...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnerset up the top-level parsing loop.
2009-06-21 Chris Lattnerstub out parser for asm files. Change invariant on...
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...
next