summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix whitespace.Michael J. Spencer2010-12-16
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-16
* Fix indentation (per style guide).Daniel Dunbar2010-12-16
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-16
* MC/Mach-O: Use fixup info instead of hard coded list.Daniel Dunbar2010-12-16
* build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar2010-12-16
* Add some more .gitignore entries.Daniel Dunbar2010-12-16
* Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it cou...Frits van Bommel2010-12-16
* Speculatively revert commit 121905 since it looks like it might have broken theDuncan Sands2010-12-16
* Fix some compiler warnings.Daniel Dunbar2010-12-16
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Add .gitignore. I chose not to dump the svn ignore list into this because mostMichael J. Spencer2010-12-16
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-16
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-16
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* MC: Split MCFixupKindInfo out into its own header.Daniel Dunbar2010-12-16
* MC: Remove a FIXME I no longer agree with.Daniel Dunbar2010-12-16
* Update a comment.Dan Gohman2010-12-16
* -enable-tbaa is on by default now.Dan Gohman2010-12-16
* Make memcpyopt TBAA-aware.Dan Gohman2010-12-16
* lib/Support/regexec.c: Let Regex LLP64-aware.NAKAMURA Takumi2010-12-16
* Delete an extra "Imm5 = ", caught by GCC's -Wsequence-point but not by ClangMatt Beaumont-Gay2010-12-16
* Add IntervalMapOverlaps - An iterator for overlapping intervals in twoJakob Stoklund Olesen2010-12-16
* Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff forBill Wendling2010-12-16
* Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRiBill Wendling2010-12-16
* Add encodings for Thumb1 Spill and Restore pseudos.Bill Wendling2010-12-16
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-16
* Enable TBAA by default.Dan Gohman2010-12-15
* Preserve TBAA tags when doing load PRE.Dan Gohman2010-12-15
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-15
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-15
* Start using SplitKit and MachineLoopRanges in RegAllocGreedy in preparation ofJakob Stoklund Olesen2010-12-15
* Add MachineLoopRanges analysis.Jakob Stoklund Olesen2010-12-15
* If we're changing the frame register to a physical register other than SP, weBill Wendling2010-12-15
* Whitespace cleanups.Bill Wendling2010-12-15
* Teach the Neon intrinsic generator to widen half-precision float types.Bob Wilson2010-12-15
* Better fix for opt buildMatt Beaumont-Gay2010-12-15
* Fix a typo that Bill spotted.Dan Gohman2010-12-15
* Only rr forms of ADD*_DB are commutable.Evan Cheng2010-12-15
* Typo.Rafael Espindola2010-12-15
* Add an InstCombine transform to recognize instances of manual overflow-safe a...Owen Anderson2010-12-15
* Fix opt -Werror buildMatt Beaumont-Gay2010-12-15
* Teach machine cse to commute instructions.Evan Cheng2010-12-15
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-15
* Fix misspelled target triples in MC/ARM test commands.Bob Wilson2010-12-15
* Reapply r121886, and also update DecomposeGEPExpression to keepDan Gohman2010-12-15
* Add SlotIndexes::getMBBRange() to get the range of a basic block in a singleJakob Stoklund Olesen2010-12-15
* Revert r121886. DecomposeGEPExpression needs to be keptDan Gohman2010-12-15
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-15
* Adding target specific calling conventions to support the MBlaze GCC functionWesley Peck2010-12-15