oota-llvm.git
2010-10-19 NAKAMURA Takumilib/Support/raw_ostream.cpp: Fix Cygwin's build.
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Chandler CarruthMove the definition of this to the source file to ancho...
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-19 Bob WilsonSupport alignment for NEON vld-lane and vst-lane instru...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Jim GrosbachARM encoding information for [SU]SAT* instructions.
2010-10-18 Dan GohmanMake the representation of AliasSets explicitly differe...
2010-10-18 Chandler CarruthAdd a virtual destructor to silence a GCC warning.
2010-10-18 Eric ChristopherRevert r116220 - thus turning arm fast isel back on...
2010-10-18 Jason W KimGet rid of unneeded FormatOutput global variable
2010-10-18 Daniel DunbarCrashRecoveryContext: Add missing return, so that the...
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Mikhail GlushenkovTrailing whitespace.
2010-10-18 Dan GohmanAdd a basic testcase for TBAA-aware LICM.
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Dan GohmanMake AliasSetTracker TBAA-aware, enabling TBAA-enabled...
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaReenable assert.
2010-10-18 Devang PatelTransfer debug loc to lowered call.
2010-10-18 Dan GohmanAdd TypeBasedAliasAnalysis to the standard pass lists...
2010-10-18 Dan GohmanRun tbaa before basicaa, since that's how it's expected...
2010-10-18 Dan GohmanFix BasicAA to pass TBAAInfo through to the chained...
2010-10-18 Jim GrosbachFor Thumb2, try to use frame pointer references for...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanUse chaining in TypeBasedAliasAnalysis::pointsToConstan...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-18 Rafael EspindolaMake the bots happy.
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Jim GrosbachARM addrmode4 instructions (ldm, stm and friends) can...
2010-10-18 Jim GrosbachGrammar tweak.
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-18 Jim GrosbachTrivial grammar tweak.
2010-10-18 Kalle RaiskilaImprove lowering of sext to i128 on SPU.
2010-10-18 Eric ChristopherRemove the check for invalid calling conventions. Testi...
2010-10-18 Eric ChristopherLift arg promotion from the X86 backend. This should...
2010-10-17 Eric ChristopherNow that we handle all allocas via a non-SP reg offset...
2010-10-17 Benjamin Kramerstd::string cleanup.
2010-10-17 Benjamin KramerFix a typo and silence unused variable warnings in...
2010-10-17 Eric ChristopherAllow more load types to be materialized through the...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-17 Eric ChristopherOptimize GEP off of intermediate allocas.
2010-10-17 Eric ChristopherFix comment.
2010-10-17 Eric ChristopherTurn on AddOperator folding in GEP.
2010-10-17 Eric ChristopherUse the i12 immediate versions of the load instructions...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Benjamin KramerHack around incompatible pointer warnings.
2010-10-16 Benjamin KramerEliminate some calls to Value::getNameStr.
2010-10-16 Benjamin KramerUnbreak test on non-COFF targets.
2010-10-16 Michael J.... MC-COFF: Add support for default-null weak externals.
2010-10-16 Michael J.... X86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J.... Whitespace!
2010-10-16 Daniel DunbarMC/AsmParser: Report .stabs directive as unsupported.
2010-10-16 Evan ChengMore machine LICM work. It now tracks register pressure...
2010-10-16 Eric ChristopherFix some funky formatting that got through.
2010-10-15 Bill WendlingARMCodeEmitter::emitMiscInstruction is dead. Long live
2010-10-15 Eric ChristopherMake sure offset is 0 for load/store register to the...
2010-10-15 Owen AndersonGeneralize MemCpyOpt's handling of call slot forwarding...
2010-10-15 Eric ChristopherFormatting.
2010-10-15 Daniel Dunbarlto: Respect LLVM_VERSION_INFO make variable, since...
2010-10-15 Eric ChristopherFix else if -> if in store machinery.
2010-10-15 Bill WendlingReformatting. No functionalogicality changes.
2010-10-15 Eric ChristopherRefactor ARM fast-isel reg + offset to be a base +...
2010-10-15 Jim GrosbachEncoding information for the various ARM saturating...
2010-10-15 Mikhail Glushenkovllvmc: Add a test for the -c flag.
2010-10-15 Jim GrosbachARM binary encoding information for RSB and RSC instruc...
2010-10-15 Jim GrosbachDon't mark argument value stores as immutable, as other...
2010-10-15 Bob WilsonUse simple RegState::Define flag instead of getDefRegSt...
2010-10-15 Rafael EspindolaRefactor alias handling to AliasedSymbol.
2010-10-15 Michael J.... KillTheDoctor: Fix 2008 build. I'm actually surprised...
2010-10-15 Eric ChristopherExpand GEP handling for constant offsets.
2010-10-15 Jakob Stoklund... Teach FileCheck to handle trailing CHECK-NOT patterns.
2010-10-15 Jim GrosbachWhen expanding the MOVsr[la]_flag pseudos, the CPSR...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Jakob Stoklund... FileCheckize
2010-10-15 Jakob Stoklund... Remove unused accessor.
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-15 Jim GrosbachEncoding info for extension instructions.
2010-10-15 Jim GrosbachGrammar.
2010-10-15 Rafael EspindolaDon't pass --export-dynamic if TOOL_NO_EXPORTS is set.
2010-10-15 Jakob Stoklund... Eliminate curli from SplitEditor. Use the LiveRangeEdit...
2010-10-15 Jakob Stoklund... Move stack slot assignments into LiveRangeEdit.
2010-10-14 Jakob Stoklund... Create a new LiveRangeEdit class to keep track of the...
2010-10-14 Jim GrosbachSimplify test file a bit.
2010-10-14 Jim GrosbachAdd testcase for RRX and ASRS (which effectively tests...
2010-10-14 Jim GrosbachAdd missing Rd encoding for MOVs instruction.
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Dan GohmanTolerate a null parent pointer.
2010-10-14 Oscar FuentesAdded basic support for CPack.
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Jakob Stoklund... Only split around a loop if the live range has uses...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
next