oota-llvm.git
2009-06-29 Torok EdwinSet wasRun to false here on Dan's suggestion.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Daniel DunbarSet some svn:ignore props
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 David GreeneAdd some tests of advanced TableGen list functionality.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-29 David GreeneImprove TableGen error reporting.
2009-06-29 Torok EdwinInitialize CurSection in constructor.
2009-06-29 Daniel DunbarFix order of arguments to EXPECT_EQ
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-29 Andreas BolkaRelax LDA memory instruction checks.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-06-29 Dan GohmanSimplify this code, and avoid using APInt(). This fixes
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 Douglas GregorFix CMake checks for pthread_getspecific and pthread_rw...
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-29 Andreas BolkaMissed one.
2009-06-29 Andreas BolkaFix case in LDA util function names.
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-27 Dan GohmanDon't try to split a loop when the controlling icmp...
2009-06-27 Dan GohmanRemove the block from the LoopInfo, rather than just...
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-06-27 Dan GohmanMore minor code simplifications.
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
2009-06-27 Dan GohmanConvert ScalarEvolution to use BumpPtrAllocator and...
2009-06-27 Dan GohmanRemove a redundant #include.
2009-06-27 Dan GohmanChange SCEVExpander to use an IRBuilder to emit instruc...
2009-06-27 Dan GohmanAdd a 'const' in a comment.
2009-06-27 Anton KorobeynikovSimplify a bit
2009-06-27 Anton KorobeynikovARM refactoring. Step 2: split RegisterInfo
2009-06-27 Douglas GregorAdd ThumbInstrInfo.cpp to the CMake makefiles
2009-06-27 Chris Lattnerremove a bunch of fixmes (old checking code) and common...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris Lattnersimplify some code and eliminate the symbolicAddressesA...
2009-06-27 Dan GohmanWhen a value is used multiple times within a single...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris Lattnerremove some unneeded eh info.
2009-06-27 Chris LattnerWhen doing remat, don't consider uses of non-allocatabl...
2009-06-27 Evan ChengRenaming for consistency.
2009-06-27 Chris Lattnertestcase for PR4466
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-06-27 Chris Lattnerfix a typo that GCC should have caught that causes...
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-26 Dan GohmanIncorporate the insertion point into the key of SCEVExp...
2009-06-26 Devang PatelRemove unused routines.
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-26 David GoodwinThumb-2 tests
2009-06-26 Dan GohmanFix ScalarEvolution::getAddRecExpr's code which canonic...
2009-06-26 Daniel DunbarNewNightlyTest.pl: Support -submit-aux with -no-submit...
2009-06-26 Bob WilsonAdd missing argument for vtbx intrinsic.
2009-06-26 Dan GohmanFix SCEVAddRecExpr::isLoopInvariant to test if all...
2009-06-26 Chris Lattnerremove unwind info, add test for asmprinting of jump...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Bob WilsonAdd intrinsics for ARM NEON vtbl and vtbx operations.
2009-06-26 Owen AndersonPrivatize some data.
2009-06-26 Owen AndersonConstify this value.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermake sure to propagate operand flags in SelectTLSADDRAd...
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 Jeffrey YasskinDelete LoopPass::runOnFunctionBody. It was never used...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-26 Owen AndersonMake this const.
2009-06-26 Chris Lattnerminor cleanup/framework changes.
2009-06-26 Owen AndersonPrivatize some variables.
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattnerimplement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
2009-06-26 Chris Lattneruse jump table operand flags in asm printer instead...
2009-06-26 Daniel DunbarMore spelling Count as count.
2009-06-26 Bob WilsonSwap order of arguments to vst[34]* intrinsics. This...
2009-06-26 Daniel DunbarSpell Count as count.
2009-06-26 David GoodwinAdd Thumb-2 tests.
2009-06-26 Owen AndersonUse atomic operations for accessing this global counter.
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-26 David GoodwinORN and BIC tests.
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
next