oota-llvm.git
2009-06-24 Owen AndersonGuard the listeners list. Unfortunately, this requires...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-23 Daniel DunbarAdd comments for the MCStreamer interface.
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-23 Devang PatelUse getReturnTypeName() to print return type.
2009-06-23 Devang Patelupgrade
2009-06-23 Devang PatelAdd DISubprogram::getReturnTypeName()
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Daniel DunbarSet svn:ignore for {llvm/Config/AsmPrinters,Targets...
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-23 Owen AndersonAdd atomic multiply and divide operations, built on...
2009-06-23 Douglas GregorReinstate target dependencies on Table_gen targets...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Mikhail GlushenkovTemporary copy-pasto to make examples compile.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovTypo.
2009-06-23 Mikhail GlushenkovA little bit nicer formatting.
2009-06-23 Mikhail GlushenkovTypo.
2009-06-23 Daniel DunbarStart sketching MCStreamer interface.
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Bill WendlingAdd include file to get the type for in64_t.
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-23 Lang HamesSwitched size_t to int64_t to prevent type mismatch...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengCode clean up.
2009-06-23 Evan ChengAdd IsThumb1Only to most 16-bit thumb instructions...
2009-06-23 Chris Lattneradd a simple MCImm class.
2009-06-23 Dale JohannesenThe correct values here (as defined by gcc-4.2) are
2009-06-23 Chris Lattnerrefactor a bunch of X86 specific stuff out to its own...
2009-06-23 Dale JohannesenThis test only works on ppc32 if some optimization...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Dale JohannesenSee test. Judging from PR 1278, at the time the test...
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-23 Douglas GregorEliminate some unused code in CMa'e add_llvm_target...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Chris Lattneradd an accessor.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Owen AndersonAdd an atomic add operation.
2009-06-23 Owen AndersonMake the lazy initialization of DefaultTimerGroup threa...
2009-06-23 Douglas GregorRegenerate configure script
2009-06-23 Douglas GregorWork around build problem with OpenJDK, which defines...
2009-06-23 Bob WilsonAdd myself to the list.
2009-06-23 Owen AndersonRevert r73923, which broke clang.
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.
next