oota-llvm.git
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Eric ChristopherHack around extracts that aren't easy to process.
2010-07-21 Jim Grosbachtidy up
2010-07-21 Bruno Cardoso... Add missing AVX convert instructions. Those instruction...
2010-07-21 Jim Grosbachtidy up.
2010-07-21 Jim Grosbach80 column and trailing whitespace cleanup
2010-07-21 Dan GohmanAdd some debug output to help diagnose PR7689.
2010-07-21 Nate BegemanFix a couple issues with Win64 ABI
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-21 Bruno Cardoso... Avoid AVX instructions to be selected instead of its...
2010-07-21 Dan GohmanNamedMDNode is never an operand.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Daniel DunbarUse System/DataTypes.h instead of stdint.h, which isn...
2010-07-21 Dan GohmanUse TrackingVH instead of WeakVH for NamedMDNode's...
2010-07-21 Dan GohmanTidy.
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-21 Dan GohmanDelete an obsolete comment.
2010-07-21 Chris Lattnerstrip out the 2.7 release notes, this really is the...
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-21 Gabor Greifappease Validator
2010-07-21 Gabor Greifadd info on operand rotation
2010-07-21 Eric ChristopherPulling out previous patch, must've run the tests in
2010-07-21 Eric ChristopherLower MEMBARRIER on x86 and support processors without...
2010-07-21 Lang HamesChanged OStream templates to functions on raw_ostream...
2010-07-21 Bruno Cardoso... Add AVX only vzeroall and vzeroupper instructions
2010-07-21 Gabor Greifrestore aesthetics
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-21 Eric ChristopherTurn this test on again after the llvm-gcc change in...
2010-07-21 Eric ChristopherUpdate this to use a "valid" alignment.
2010-07-21 Bruno Cardoso... Add new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso... Add new AVX vmaskmov instructions, and also fix the...
2010-07-20 Dan GohmanGive MDNode printing has access to the current Module...
2010-07-20 Jakob Stoklund... Change the createSpiller interface to take a MachineFun...
2010-07-20 Dan GohmanMake this code a little more readable.
2010-07-20 Dan GohmanUse DebugLocs instead of MDNodes.
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.
next