Return ConstantVector to 2.5 API.
[oota-llvm.git] / lib /
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Devang PatelAdd DebugInfoEnumerator to collect debug info.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-28 Andreas BolkaAdd LDA statistics.
2009-07-28 Andreas BolkaMinor factoring, naming and formatting cleanups.
2009-07-28 Bruno Cardoso LopesHandle null and file symbol on doInitialization
2009-07-28 Chris Lattnermore simplifications and cleanup. :)
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
2009-07-28 Daniel DunbarExpose Tokens to target specific assembly parsers.
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 David GreeneAdd reload and remat backscheduling. This is disabled...
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-28 Evan ChengCode clean up. No functionality changes.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-28 Chris Lattnerfix a casting problem on the llvm-x86_64-linux tester
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-28 Chris Lattnerdon't copy TargetLowering.
2009-07-28 Dan GohmanTeach instcombine to respect and preserve inbounds...
2009-07-28 Mike StumpFix a small little typo.
2009-07-28 Dan GohmanReplace dyn_castGetElementPtr with dyn_cast<GEPOperator>.
2009-07-28 Dan GohmanGrab the LLVMContext and parent Module of SI ahead...
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 Mike StumpFix a release-asserts warning. Debug functions should...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Mike StumpAvoid build warnings.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Dan GohmanAdd a comment about the "getelementptr null" trick.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Daniel DunbarUnbreak build.
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Dan GohmanAdd an assertion check to raw_ostream's destructor...
2009-07-27 David GoodwinRemove TPat. No patterns depend on just isThumb()....
2009-07-27 Bruno Cardoso Lopesfix comment
2009-07-27 Bruno Cardoso Lopesadd module identifier to the elf object file
2009-07-27 Chris LattnerSink getSectionPrefixForUniqueGlobal down into the TAI
2009-07-27 Chris Lattnerremove dead code.
2009-07-27 Bruno Cardoso LopesHandle external symbols for ELF and add some static...
2009-07-27 Evan ChengMore DCE.
2009-07-27 Evan ChengconvertToThreeAddress can't handle Thumb2 instructions...
2009-07-27 Devang PatelInitialize mdnNext.
2009-07-27 Evan ChengGet rid of more dead code.
2009-07-27 Evan ChengCosmetic change.
2009-07-27 Evan ChengClean up.
2009-07-27 Evan ChengGet rid of some more getOpcode calls.
2009-07-27 Mike StumpFix build.
2009-07-27 Sanjiv GuptaRemove duplicate entries while printing decls for exter...
2009-07-27 Douglas GregorCMake: make sure that the *.inc files for libSystem...
2009-07-27 Chris Lattneradd an explanatory comment about why we drop these...
2009-07-27 Devang PatelDo not seed mstadata into the value map.
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerdon't create default text/data sections for all targets.
2009-07-27 Chris LattnerApparently alpha doesn't use ElfTargetAsmInfo (?)
2009-07-27 David GoodwinThumb-2 does not have RSC.
2009-07-27 David GoodwinAdd ".w" suffix for wide thumb-2 instructions.
2009-07-27 Chris Lattnerinline a method.
2009-07-27 Chris Lattnerapparently we have "windows" and "coff", which are...
2009-07-27 Chris Lattnersink text/data section creation down into the target...
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-27 Dan GohmanFix wording in comments.
2009-07-27 Chris Lattner32-bit darwin targets support .literal16 too.
2009-07-27 Benjamin KramerTest commit: fix typo
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-27 Evan ChengIf CPSR is modified but the def is dead, then it's...
2009-07-27 Evan ChengUse t2LDRi12 and t2STRi12 to load / store to / from...
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-27 Sanjiv Guptafixed incorrect lowering of ISD::SUB node. SUB has...
2009-07-27 Evan ChengUse the right instructions to copy between GPR and...
2009-07-27 Evan ChengMerge isLoadFromStackSlot into one since it behaves...
2009-07-27 Evan ChengJust use a single isMoveInstr to catch all the cases.
2009-07-26 Evan ChengRename tMOVhi2lor to tMOVgpr2tgpr. It's not moving...
2009-07-26 Eli FriedmanReorganize code a bit to reduce indentation. No visibl...
2009-07-26 Daniel DunbarDon't use llvm_report_error in libSystem, this is a...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Evan ChengRefactor. Get rid of a few more getOpcode() calls.
2009-07-26 Chris Lattnerreduce indentation
2009-07-26 Sanjiv GuptaFix the breakage caused by 76950.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarMake sure getName().data() is always null terminated.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Nick LewyckyMove MSILModule and MSILWriter into the 'llvm' namespac...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnersimplify SectionFlagsForGlobal, even though I want...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnersimplify this code now that SectionKind knows if a...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnertwo files I missed in the last commit.
next