aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-062-0/+28
* Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.Oscar Fuentes2011-02-061-1/+3
* Simplify away redundant test, and document what's going on.Nick Lewycky2011-02-061-2/+5
* Remove specialized comparison of InlineAsm objects. They're uniqued on creationNick Lewycky2011-02-061-6/+2
* Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes2011-02-052-21/+21
* Fix another warning.Anders Carlsson2011-02-051-1/+1
* Fix a clang warning.Anders Carlsson2011-02-051-1/+2
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-057-60/+1585
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-057-29/+37
* lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No fu...NAKAMURA Takumi2011-02-051-3/+4
* lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.NAKAMURA Takumi2011-02-051-0/+8
* Target/X86: Fix whitespace.NAKAMURA Takumi2011-02-053-7/+7
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-051-1/+1
* Move a test that ended up in the wrong place.Bob Wilson2011-02-052-18/+18
* Fix an anti-dep breaker corner case.Andrew Trick2011-02-051-1/+0
* Fix cut and paste error spotted by Jakob.Eric Christopher2011-02-051-1/+1
* Be more strict about the first/last interference-free use.Jakob Stoklund Olesen2011-02-051-4/+25
* Add assertions to verify that the new interval is clear of the interference.Jakob Stoklund Olesen2011-02-051-7/+14
* Rewrite how the indirect call bonus is handled. This now works by:Eric Christopher2011-02-052-80/+130
* [AVX] Revert 124910 until clients are ready.David Greene2011-02-051-122/+0
* [AVX] Add some utilities to insert and extract 128-bit subvectors.David Greene2011-02-041-0/+122
* MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, whichDaniel Dunbar2011-02-041-3/+8
* Apparently, it is possible for a block with a landing pad successor to have n...Jakob Stoklund Olesen2011-02-041-1/+1
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-044-15/+864
* Mark that the return is using EAX so that we don't use it for some otherNick Lewycky2011-02-042-0/+35
* Be more accurate about live range splitting at the end of blocks.Jakob Stoklund Olesen2011-02-041-4/+17
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-043-2/+32
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-049-16/+88
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-045-1/+43
* Verify that one of the ranges produced by region splitting is allocatable.Jakob Stoklund Olesen2011-02-041-1/+15
* MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar2011-02-044-8/+23
* build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveragedDaniel Dunbar2011-02-041-0/+2
* MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar2011-02-042-1/+27
* Silence uninitialized value warnings.David Greene2011-02-041-4/+4
* [AVX] Support VSINSERTF128 with more patterns and appropriateDavid Greene2011-02-044-0/+77
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-044-6/+6
* LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes2011-02-041-4/+9
* Add the tablegenned files to the `clean' target.Oscar Fuentes2011-02-041-0/+5
* Introducing a new method of tracking register pressure. We can'tAndrew Trick2011-02-045-120/+176
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-043-22/+101
* Update comments.Evan Cheng2011-02-041-2/+3
* Skip unused values.Jakob Stoklund Olesen2011-02-041-1/+3
* Also compute interference intervals for blocks with no uses.Jakob Stoklund Olesen2011-02-041-3/+1
* Verify kill flags conservatively.Jakob Stoklund Olesen2011-02-041-18/+5
* Tidy up a bit.Jim Grosbach2011-02-031-3/+3
* Do not sign extend floating-point values in the asm parser.Bob Wilson2011-02-031-1/+1
* Remove trailing whitespaceBob Wilson2011-02-031-2/+2
* Edit a comment for consistency.Bob Wilson2011-02-031-1/+1
* whitespaceAndrew Trick2011-02-031-18/+18
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-032-6/+57