oota-llvm.git
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Bruno Cardoso... Add new AVX vextractf128 instructions
2010-07-20 Dan GohmanFix a typo.
2010-07-20 Dan GohmanDon't look up the "dbg" metadata kind by name.
2010-07-20 Chris Lattnermake asmprinter optional, even though passing in null...
2010-07-20 Greg ClaytonAdded support to MachO.h for many defines and structure...
2010-07-20 Chris Lattnercontinue pushing dependencies around.
2010-07-20 Chris Lattnerreduce X86MCInstLower dependencies on asmprinter.
2010-07-20 Chris Lattnerpass around MF, not MMI.
2010-07-20 Dan GohmanRename removeAllMetadata to clearMetadataHashEntries...
2010-07-20 Chris Lattnercleanups.
2010-07-20 Chris Lattnermove two asmprinter methods into the asmprinter .cpp...
2010-07-20 Jakob Stoklund... Implement loop splitting analysis.
2010-07-20 Dan GohmanRemove an obsolete comment.
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-07-20 Matt FlemingInclude some tests for the recently committed ELF secti...
2010-07-20 Dale JohannesenFix test for switch statements and increase
2010-07-20 Chris Lattnerthere is now no reason to link in TARGETS_TO_BUILD...
2010-07-20 Chris Lattnerfix edis to only try to link in the x86 parts if the...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Douglas GregorFix edis makefile
2010-07-20 Chris Lattnerprune #includes a little.
2010-07-20 Matt FlemingAdd some more handlers for ELF section directives.
2010-07-20 Eric ChristopherFormatting.
2010-07-20 Chris Lattnerfix DISABLE_EDIS
2010-07-20 Matt FlemingAdd the rest of the SHT_* values as defined in the...
2010-07-20 Bob WilsonAdd support for a new Apple-style build target, Embedde...
2010-07-20 Chris Lattnerthis logic is handled by tools/makefile.
2010-07-20 Eric ChristopherTestcase for llvm-gcc commit r108910.
2010-07-20 Dan GohmanRemove setDbgMetadata and getDbgMetadata; their users...
2010-07-20 Owen AndersonLet's get those buildbots green: #include is needed...
2010-07-20 Dan GohmanUse getDebugLoc and setDebugLoc instead of getDbgMetada...
2010-07-20 Chris Lattnerapparently also missing an include.
2010-07-20 Chris Lattnerthis is in System
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-07-20 Bruno Cardoso... Add new AVX instruction vinsertf128
2010-07-20 Chris Lattnerturn this into a normal header.
2010-07-20 Chris Lattnerhopefully heal the linux builders
2010-07-20 Gabor Greiftidy up
2010-07-20 Owen AndersonI just fail with SVN today.
2010-07-20 Chris Lattnerthere is no reason to dynamically generate a static...
2010-07-20 Chris Lattnerdrop edinfo.inc into the objdir for src!=objdir builds.
2010-07-20 Owen AndersonOops.
2010-07-20 Eric ChristopherUpdate header.
2010-07-20 Owen AndersonConvert the internal PassRegistrar class into a new...
2010-07-20 Chris Lattneredis needs to link in mcdisassembler.
2010-07-20 Chris Lattnerupdate cmake.
2010-07-20 Chris Lattnerhopefully teach cmake to build the .inc file.
2010-07-20 Chris Lattneredinfo doesn't need to be built here.
2010-07-20 Chris Lattnercmake too
2010-07-20 Chris Lattnerforgot to add a file
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-20 Gabor Greifremove testing cruft, this can be found in unittests...
2010-07-20 Dan GohmanRemember that the induction variable is always a PHINod...
2010-07-20 Gabor Greifmigrate essentially everything from under #ifdef DEBUG_...
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Dan GohmanAdd a fast path for x - x.
2010-07-20 Gabor Greifextend to cast<> and cast_or_null<> tests
2010-07-20 Dan GohmanSimplify this code; LoopInfo::getCanonicalInductionVari...
2010-07-20 Dan GohmanMake getOrInsertCanonicalInductionVariable guarantee...
2010-07-20 Gabor Greifisa<> tests
2010-07-20 Dan GohmanChange an argument from an Instruction* to a Value...
2010-07-20 Gabor Greifinitial checkin for unittest to exercise Support/Casting.h
2010-07-20 Dan GohmanMinor code cleanups.
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-07-20 Jakob Stoklund... Appease the colonials.
2010-07-20 Jim GrosbachUsing BIC for immediates needs an extra bump for its...
2010-07-20 Duncan SandsThe same problem was being tracked in PR7652.
2010-07-20 Jakob Stoklund... Beginning SplitKit - utility classes for live range...
2010-07-20 Jim GrosbachRemoved un-used code.
2010-07-20 Lang HamesUpdated css classes for the pressure table legend.
2010-07-20 Lang HamesOops - I tables render poorly in Chrome without this...
2010-07-20 Lang HamesUse run-length encoding to represent identical adjacent...
2010-07-20 Lang HamesAdded support for turning HTML indentation on and off...
2010-07-20 Bruno Cardoso... Enable LLVM to compile on Mips. Fix PR5828
2010-07-20 Bruno Cardoso... Fix PR7174, a couple o Mips fixes:
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Bruno Cardoso... Fix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-20 Lang HamesSwitched to rendering after allocation (but before...
2010-07-20 Eric ChristopherGrammar.
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Eric ChristopherConstify some arguments.
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-20 Dan GohmanMinor code simplification.
2010-07-20 Dale JohannesenDon't hoist things out of a large switch inside a
2010-07-20 Bruno Cardoso... x86_32 tests for vbroadcast
2010-07-20 Bruno Cardoso... Add AVX vbroadcast new instruction
2010-07-20 Daniel DunbarUpdate CMake files.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-19 Chris Lattnersink the arm implementations of ASmPrinter and MCInstLower
2010-07-19 Chris Lattnerfix a layering problem by moving the x86 implementation
2010-07-19 Bruno Cardoso... Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Devang PatelFix memory leak reported by valgrind.
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-19 Evan ChengARM has to provide its own TargetLowering::findRepresen...
2010-07-19 Jim Grosbachlong past time I added myself to this, I suppose.
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-07-19 Bob WilsonSave a copy of the unstripped libLTO.dylib in $SYM_DIR...
next