aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganize a bit. No functional change, just moving patterns up.Jim Grosbach2011-03-101-232/+233
* Pseudo-instructions are codegenonly by definition.Jim Grosbach2011-03-101-0/+1
* Memory barrier instructions don't need special handling in tblgen anymore.Jim Grosbach2011-03-101-3/+1
* InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can...Benjamin Kramer2011-03-102-1/+56
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-104-32/+86
* Try to fix the windows build.Rafael Espindola2011-03-101-2/+2
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-104-86/+32
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-105-5/+151
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-104-32/+86
* rip out llvm 2.8 release notes to make room for llvm 2.9 notes.Chris Lattner2011-03-101-666/+50
* Add an option to disable critical edge splitting in PHIElimination.Cameron Zwarich2011-03-101-4/+12
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-103-56/+257
* Change the Spiller interface to take a LiveRangeEdit reference.Jakob Stoklund Olesen2011-03-107-50/+34
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-1010-30/+25
* Unbreak the CMake build.Francois Pichet2011-03-101-0/+1
* Revert 127359; it broke lencod.Stuart Hastings2011-03-108-22/+14
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-104-3/+347
* Re-commit 127368 and 127371. They are exonerated.Evan Cheng2011-03-104-14/+29
* Revert 127368 and 127371 for now.Evan Cheng2011-03-094-29/+14
* Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng2011-03-091-1/+1
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-091-0/+3
* Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng2011-03-094-13/+28
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-097-10/+10
* Fix a pasto that broke all x86_64-elf targets.Benjamin Kramer2011-03-091-1/+1
* Tweak test to work on Linux.Stuart Hastings2011-03-091-3/+3
* Disable this test temporarily to reduce BuildBot complaints.Stuart Hastings2011-03-091-3/+3
* Preserve line number information while simplifying libcalls.Devang Patel2011-03-092-0/+27
* X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings2011-03-098-14/+22
* Add a testcase for the addc improvements introduced some commits ago. Patch b...Bruno Cardoso Lopes2011-03-091-0/+13
* Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes2011-03-091-3/+0
* try to make o32 cc tests less specific to silence some buildbots. The test is...Bruno Cardoso Lopes2011-03-091-26/+26
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-092-0/+6
* Make these options hidden to reduce the amount of text -help puts on theEric Christopher2011-03-091-2/+4
* These llvm.dbg.* constants are not used anymore.Devang Patel2011-03-091-3/+0
* Make physreg coalescing independent on the number of uses of the virtual regi...Jakob Stoklund Olesen2011-03-093-6/+37
* Delete a test case that is very sensitive to coalescer behavior.Jakob Stoklund Olesen2011-03-091-85/+0
* Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes2011-03-092-29/+334
* This test case should work with list-ilp or list-burr.Andrew Trick2011-03-091-1/+1
* Improve pre-RA-sched register pressure tracking for duplicate operands.Andrew Trick2011-03-091-1/+5
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-092-4/+18
* Missing file from previous commmit (127341) for InitializeTargetAsmParser fun...Jan Sjödin2011-03-091-0/+3
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-093-0/+16
* When SCEV can determine the loop test is X < X, set ExactBECount=0.Andrew Trick2011-03-092-1/+51
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-095-1/+29
* whitespaceAndrew Trick2011-03-091-18/+18
* Fix typo, make helper static.Benjamin Kramer2011-03-091-3/+3
* Process some link components that map to other expandable componentsOscar Fuentes2011-03-091-3/+15
* Remove unused virtual dtor.Benjamin Kramer2011-03-091-1/+0
* Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of...NAKAMURA Takumi2011-03-092-3/+38
* Makefile.rules: [PR2928] "make install" may install include files along expli...NAKAMURA Takumi2011-03-091-3/+20