aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-114-33/+36
* silence a conditional assignment -Wuninitialized warning.Chris Lattner2011-03-111-1/+1
* Make the register enum value part of the CodeGenRegister struct.Jim Grosbach2011-03-113-1/+8
* Trailing whitespace.Jim Grosbach2011-03-112-33/+33
* Trailing whitespace.Jim Grosbach2011-03-112-49/+49
* Tidy up since ARM MOVCCi and MOVCCi16 are now pseudos.Jim Grosbach2011-03-111-6/+6
* Properly pseudo-ize ARM MOVCCi and MOVCCi16.Jim Grosbach2011-03-112-26/+30
* Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher2011-03-116-6/+11
* Avoid replacing the value of a directly stored load with the stored value if ...Evan Cheng2011-03-112-2/+48
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-104-32/+41
* RecursivelyDeleteTriviallyDeadInstructions only needs aDan Gohman2011-03-101-3/+2
* Don't compute the file size if we don't need to.Rafael Espindola2011-03-101-14/+29
* Fix reassociate to postpone certain instruction deletions untilDan Gohman2011-03-102-3/+36
* DMB can just be a pat referencing MCR.Jim Grosbach2011-03-101-7/+6
* 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