summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Simplify away redundant test, and document what's going on.Nick Lewycky2011-02-06
* Remove specialized comparison of InlineAsm objects. They're uniqued on creationNick Lewycky2011-02-06
* Fix another warning.Anders Carlsson2011-02-05
* Fix a clang warning.Anders Carlsson2011-02-05
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-05
* lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No fu...NAKAMURA Takumi2011-02-05
* lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.NAKAMURA Takumi2011-02-05
* Target/X86: Fix whitespace.NAKAMURA Takumi2011-02-05
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-05
* Fix an anti-dep breaker corner case.Andrew Trick2011-02-05
* Fix cut and paste error spotted by Jakob.Eric Christopher2011-02-05
* Be more strict about the first/last interference-free use.Jakob Stoklund Olesen2011-02-05
* Add assertions to verify that the new interval is clear of the interference.Jakob Stoklund Olesen2011-02-05
* Rewrite how the indirect call bonus is handled. This now works by:Eric Christopher2011-02-05
* [AVX] Revert 124910 until clients are ready.David Greene2011-02-05
* [AVX] Add some utilities to insert and extract 128-bit subvectors.David Greene2011-02-04
* Apparently, it is possible for a block with a landing pad successor to have n...Jakob Stoklund Olesen2011-02-04
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Mark that the return is using EAX so that we don't use it for some otherNick Lewycky2011-02-04
* Be more accurate about live range splitting at the end of blocks.Jakob Stoklund Olesen2011-02-04
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* Verify that one of the ranges produced by region splitting is allocatable.Jakob Stoklund Olesen2011-02-04
* MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar2011-02-04
* [AVX] Support VSINSERTF128 with more patterns and appropriateDavid Greene2011-02-04
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-04
* Introducing a new method of tracking register pressure. We can'tAndrew Trick2011-02-04
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-04
* Update comments.Evan Cheng2011-02-04
* Skip unused values.Jakob Stoklund Olesen2011-02-04
* Also compute interference intervals for blocks with no uses.Jakob Stoklund Olesen2011-02-04
* Verify kill flags conservatively.Jakob Stoklund Olesen2011-02-04
* Do not sign extend floating-point values in the asm parser.Bob Wilson2011-02-03
* whitespaceAndrew Trick2011-02-03
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-03
* Fix 80-column violations and whitespace.Bob Wilson2011-02-03
* Ensure that the computed interference intervals actually overlap their basic ...Jakob Stoklund Olesen2011-02-03
* Tweak debug output from SlotIndexes.Jakob Stoklund Olesen2011-02-03
* Add debug output and asserts to the phi-connecting code.Jakob Stoklund Olesen2011-02-03
* Fix coloring bug when mapping values in the middle of a live-through block.Jakob Stoklund Olesen2011-02-03
* Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen2011-02-03
* Silence an MSVC warningJakob Stoklund Olesen2011-02-03
* [AVX] VEXTRACTF128 support. This commit includes patterns forDavid Greene2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-03
* Reapply this.Eric Christopher2011-02-03
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-03
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-03