aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide hooks to set MI flags in MachineInstrBuilderAnton Korobeynikov2011-03-051-0/+10
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-0510-3/+205
* Add FrameSetup MI flagsAnton Korobeynikov2011-03-052-13/+54
* Shorten AsmPrinterFlags filed to accomodate for future Flags fieldAnton Korobeynikov2011-03-051-3/+3
* Work around a coalescer bug.Jakob Stoklund Olesen2011-03-052-4/+23
* Remove unused conditional negate operations.Bob Wilson2011-03-055-48/+0
* InstCombine: We know the number of items initially added to the worklist map,...Benjamin Kramer2011-03-051-0/+1
* Lazily allocate DenseMaps.Benjamin Kramer2011-03-051-3/+20
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-056-2/+117
* Be explicit with abs(). Visual Studio workaround.Andrew Trick2011-03-051-4/+6
* utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi2011-03-051-5/+10
* Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi2011-03-053-20/+41
* On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi2011-03-051-0/+1
* Fix for -sched-high-latency-cycles in sched=list-ilp mode.Andrew Trick2011-03-051-1/+3
* Missing "virtual" keyword. Jakob's review.Andrew Trick2011-03-051-1/+1
* Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reducesCameron Zwarich2011-03-051-7/+22
* Missing comment.Andrew Trick2011-03-051-0/+2
* Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick2011-03-056-30/+173
* remove jeff's name (by his request)Chris Lattner2011-03-051-3/+1
* whitespaceAndrew Trick2011-03-051-51/+51
* Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw wheneverNick Lewycky2011-03-054-1/+109
* Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison intoNick Lewycky2011-03-052-0/+45
* Rework the global split cost calculation.Jakob Stoklund Olesen2011-03-051-21/+30
* test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi2011-03-051-2/+2
* test commitJin-Gu Kang2011-03-051-0/+1
* Compute the constraints for global live range splitting from an interference ...Jakob Stoklund Olesen2011-03-051-163/+67
* Teach the register scavenger to take subregs into account when finding a free...Jim Grosbach2011-03-052-6/+11
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-043-9/+25
* Fix the case where the number of jobs is less than theDavid Greene2011-03-041-3/+12
* Improve readability with some whitespace!Eric Christopher2011-03-041-1/+1
* Extract a method. No functional change.Jakob Stoklund Olesen2011-03-041-40/+52
* Initialize variable.Bill Wendling2011-03-041-1/+1
* Go back to comparing spill weights when deciding if interference can be evicted.Jakob Stoklund Olesen2011-03-041-9/+5
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-045-34/+131
* Add testcase for r127032Bruno Cardoso Lopes2011-03-041-0/+13
* Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes2011-03-043-8/+122
* When decling to reuse existing expressions that involve casts, ignoreDan Gohman2011-03-042-1/+46
* Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...Bruno Cardoso Lopes2011-03-041-37/+19
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-0417-48/+54
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-046-1/+66
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-041-3/+7
* Renumber slot indexes locally when possible.Jakob Stoklund Olesen2011-03-042-23/+36
* XFAIL for all. These tests are darwin specific anyway.Devang Patel2011-03-042-2/+2
* Revert broken srem logic from r126991.Nick Lewycky2011-03-042-24/+0
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-041-2/+2
* Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel2011-03-043-1/+8
* Expands FCOS and FSIN nodes when type is f64.Bruno Cardoso Lopes2011-03-041-0/+2
* Number SlotIndexes uniformly without looking at the number of defs on each in...Jakob Stoklund Olesen2011-03-041-24/+5
* Symbolize the default instruction distance.Jakob Stoklund Olesen2011-03-042-10/+13
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-041-9/+13