oota-llvm.git
2010-12-17 Michael J.... Support: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Benjamin KramerSimplifyCFG: Ranges can be larger than 64 bits. Fixes...
2010-12-17 Benjamin KramerFix mismatched new[]/delete.
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
2010-12-17 Rafael EspindolaUse getFixupKindInfo to implement isFixupKindPCRel...
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-17 Daniel DunbarMC/ARM: Use aggressive symbol folding (important for...
2010-12-17 Daniel DunbarMC/Expr: Implemnt more aggressive folding during symbol...
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Jakob Stoklund... Provide 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 Jim GrosbachTrailing whitespace and 80 column fixups.
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-17 Daniel DunbarMC/Expr: Simplify.
2010-12-17 Jakob Stoklund... Complete tests for IntervalMapOverlaps.
2010-12-17 Bob WilsonFix crash compiling a QQQQ REG_SEQUENCE for a Neon...
2010-12-17 Bob WilsonUse PairDRegs to implement ConcatVectors. No functiona...
2010-12-17 Bob WilsonFix a comment typo.
2010-12-17 Bob WilsonNeon intrinsic tests need to be compiled for Cortex...
2010-12-17 Dan GohmanRevert r64460. strtol and friends cannot be marked...
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 DunbarMC: Simplify (remove unnecessary MCAssembler argument...
2010-12-17 Daniel DunbarFix 80-col viola.
2010-12-17 Daniel DunbarWrite => in a more normal form.
2010-12-17 Daniel DunbarMC/Expr: Simplify (and add a FIXME).
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
2010-12-16 Rafael EspindolaMake pushq produce signed relocations.
2010-12-16 Michael J.... llvm-dis: Fix memory leak. ParseBitcodeFile should...
2010-12-16 Jakob Stoklund... Add basic test exposing many bugs.
2010-12-16 Wesley PeckFix MBlaze backend call instructions so that arguments...
2010-12-16 Jim GrosbachPseudo-ize the Thumb1 tBfar pattern. rdar://8777974
2010-12-16 Daniel DunbarMC/Expr: Add a doxyment.
2010-12-16 Daniel DunbarOops, didn't mean to ignore .gitignore.
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Michael J.... llvm-dis: Simplify MemoryBuffer usage.
2010-12-16 Michael J.... Fix whitespace.
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarFix indentation (per style guide).
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC/Mach-O: Use fixup info instead of hard coded list.
2010-12-16 Daniel Dunbarbuild: Fix ONLY_TOOLS to not build lto etc. unless...
2010-12-16 Daniel DunbarAdd some more .gitignore entries.
2010-12-16 Frits van BommelFix a bug in the loop in JumpThreading::ProcessThreadab...
2010-12-16 Duncan SandsSpeculatively revert commit 121905 since it looks like...
2010-12-16 Daniel DunbarFix some compiler warnings.
2010-12-16 Michael J.... MemoryBuffer now return an error_code and returns a...
2010-12-16 Michael J.... Add .gitignore. I chose not to dump the svn ignore...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
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 Dan GohmanUpdate a comment.
2010-12-16 Dan Gohman-enable-tbaa is on by default now.
2010-12-16 Dan GohmanMake memcpyopt TBAA-aware.
2010-12-16 NAKAMURA Takumilib/Support/regexec.c: Let Regex LLP64-aware.
2010-12-16 Matt Beaumont-GayDelete an extra "Imm5 = ", caught by GCC's -Wsequence...
2010-12-16 Jakob Stoklund... Add IntervalMapOverlaps - An iterator for overlapping...
2010-12-16 Bill WendlingRemove fixup_arm_thumb_ldst. The code was never calling...
2010-12-16 Bill WendlingAdd tSpill and tRestore to the opcodes to replace with...
2010-12-16 Bill WendlingAdd encodings for Thumb1 Spill and Restore pseudos.
2010-12-16 Jason W KimFix elf-dump --dump-section-data for .bss section
2010-12-15 Dan GohmanEnable TBAA by default.
2010-12-15 Dan GohmanPreserve TBAA tags when doing load PRE.
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-15 Eric ChristopherDon't handle -arm-long-calls in fast isel for now.
2010-12-15 Jakob Stoklund... Start using SplitKit and MachineLoopRanges in RegAllocG...
2010-12-15 Jakob Stoklund... Add MachineLoopRanges analysis.
2010-12-15 Bill WendlingIf we're changing the frame register to a physical...
2010-12-15 Bill WendlingWhitespace cleanups.
2010-12-15 Bob WilsonTeach the Neon intrinsic generator to widen half-precis...
2010-12-15 Matt Beaumont-GayBetter fix for opt build
2010-12-15 Dan GohmanFix a typo that Bill spotted.
2010-12-15 Evan ChengOnly rr forms of ADD*_DB are commutable.
2010-12-15 Rafael EspindolaTypo.
2010-12-15 Owen AndersonAdd an InstCombine transform to recognize instances...
2010-12-15 Matt Beaumont-GayFix opt -Werror build
2010-12-15 Evan ChengTeach machine cse to commute instructions.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-15 Bob WilsonFix misspelled target triples in MC/ARM test commands.
2010-12-15 Dan GohmanReapply r121886, and also update DecomposeGEPExpression...
2010-12-15 Jakob Stoklund... Add SlotIndexes::getMBBRange() to get the range of...
2010-12-15 Dan GohmanRevert r121886. DecomposeGEPExpression needs to be...
2010-12-15 Wesley PeckLower the MBlaze target specific calling conventions...
2010-12-15 Wesley PeckAdding target specific calling conventions to support...
2010-12-15 Dan GohmanStrengthen GetUnderlyingObject using InstructionSimplify.
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-12-15 Wesley PeckAdd some special purpose register definitions to the...
2010-12-15 Owen AndersonFix typo in r121875.
2010-12-15 Jim GrosbachTweak a few pseudo-inst pattern base classes.
2010-12-15 Nick LewyckyClean up some of LVI:
2010-12-15 Jim GrosbachThe new t2LEApcrel* pseudo instructions need the size...
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Dan GohmanDocument some more AliasAnalysis infrastructure limitat...
2010-12-15 Jakob Stoklund... Fix build.
next