Make this test not depend on how the variable is named.
[oota-llvm.git] / include /
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-21 Jakob Stoklund OlesenUse IntEqClasses to compute connected components of...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Duncan SandsAdd a new convenience pass for testing InstructionSimpl...
2010-12-20 Michael J. SpencerFix spelling.
2010-12-20 Duncan SandsThere is no need for isAssociative to take the type...
2010-12-20 Duncan SandsDiscourage people from using isWeakForLinker when they...
2010-12-20 Chris Lattnerupdate comment.
2010-12-19 Nick LewyckyUse the new way of silencing this warning.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-12-19 Chris Lattnerremove dead header
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-18 Jakob Stoklund OlesenPass a Banner argument to the machine code verifier...
2010-12-17 Jakob Stoklund OlesenAvoid dereferencing end() in collectInterferingVRegs...
2010-12-17 Jakob Stoklund OlesenEnable loop splitting in RegAllocGreedy.
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Michael J. SpencerFix 80 col.
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Jakob Stoklund OlesenAdd MachineLoopRange comparators for sorting loop lists...
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Jakob Stoklund OlesenProvide LiveIntervalUnion::Query::checkLoopInterference.
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-17 Daniel DunbarMC/Expr: Simplify.
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-17 Daniel DunbarMC: Remove dead MCAssembler argument -- Rafael, can...
2010-12-17 Daniel DunbarFix 80-col viola.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-16 Daniel DunbarMC: Split MCFixupKindInfo out into its own header.
2010-12-16 Daniel DunbarMC: Remove a FIXME I no longer agree with.
2010-12-16 Jakob Stoklund OlesenAdd IntervalMapOverlaps - An iterator for overlapping...
2010-12-15 Jakob Stoklund OlesenAdd MachineLoopRanges analysis.
2010-12-15 Rafael EspindolaTypo.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-15 Jakob Stoklund OlesenAdd SlotIndexes::getMBBRange() to get the range of...
2010-12-15 Wesley PeckAdding target specific calling conventions to support...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaGeneralize an assert.
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-14 Jakob Stoklund OlesenAdd TargetRegisterInfo::printReg() to pretty-print...
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-14 Chris Lattnerremove the dead (and terrible) llvm::RemoveSuccessor...
2010-12-14 Jakob Stoklund OlesenRemove debugging code.
2010-12-10 Dan GohmanIntroduce a new PartialAlias response for AliasAnalysis...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Daniel DunbarMach-O/ARM: Add relocation type enumeration.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-10 Nick LewyckyRemove dead header.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-08 Lang HamesFixed some dependencies in RegAllocPBQP.h . Thanks...
2010-12-08 Devang PatelAdd support to create debug info for functions and...
2010-12-08 Devang PatelAdd support to create class type.
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.
2010-12-08 Devang PatelAdd support to create vector, array, enums etc...
next