summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dead code elimination.Rafael Espindola2011-05-067-123/+4
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-064-1/+8
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-062-6/+35
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-063-95/+29
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-052-2/+2
* Remove DwarfTableException.Rafael Espindola2011-05-054-413/+1
* Remove the DwarfTable enum.Rafael Espindola2011-05-053-7/+2
* In debug output, clearly list new instructions without DebugLoc.Devang Patel2011-05-051-36/+2
* Remove little used statistical counter.Devang Patel2011-05-051-29/+0
* PR9838: Fix transform introduced in r127064 to not trigger when only one side...Eli Friedman2011-05-053-2/+13
* Move PPC Linux to CFI.Rafael Espindola2011-05-051-1/+1
* Fix typo. No functional change.Nick Lewycky2011-05-051-1/+1
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-054-0/+68
* List all exception types in a switch.Rafael Espindola2011-05-051-14/+15
* ARM post RA scheduler compile time fix.Andrew Trick2011-05-051-0/+12
* whitespaceAndrew Trick2011-05-051-16/+16
* Don't produce a __debug_frame.Rafael Espindola2011-05-052-5/+19
* Many LLVM tests relies on standard output stream be in the binary mode. Which...Galina Kistanova2011-05-051-0/+4
* Allow FastISel of three-register-operand instructions.Owen Anderson2011-05-052-0/+33
* If debug info for inlined function is missing then handle it gracefully.Devang Patel2011-05-051-3/+5
* PR9848: pandn is not commutative.Eli Friedman2011-05-051-1/+1
* Add some statistics to the splitting and spilling frameworks.Jakob Stoklund Olesen2011-05-053-5/+44
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-054-39/+66
* Fix test to be less sensitive to coalescing.Jakob Stoklund Olesen2011-05-051-2/+3
* Small syntax cleanup; we don't need to #define constants in C++. No function...Eli Friedman2011-05-051-3/+3
* Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures.Eli Friedman2011-05-051-1/+2
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-052-2/+2
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-054-18/+0
* llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov2011-05-051-2/+5
* llvmc: Make it possible to provide an argument to (join).Mikhail Glushenkov2011-05-051-9/+36
* Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky2011-05-052-15/+35
* Remove dead function.Nick Lewycky2011-05-051-5/+0
* When the path wasn't emitted by the frontend, discard any path on the sourceNick Lewycky2011-05-051-6/+11
* Disable physical register coalescing by default.Jakob Stoklund Olesen2011-05-041-1/+1
* Set debug loc for new instructions.Devang Patel2011-05-041-3/+3
* Set debug location for new PHI nodes created in exit block. Devang Patel2011-05-041-0/+2
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-0415-34/+48
* Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi.Jakob Stoklund Olesen2011-05-041-13/+8
* Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen2011-05-047-29/+38
* Document the automatic alias printing of InstAliases.Bill Wendling2011-05-041-0/+5
* Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-041-1/+6
* Give this test an explicit register allocator, so that it can work even ifDan Gohman2011-05-041-1/+1
* SjLj EH could produce a machine basic block that legitimately has more than oneBill Wendling2011-05-042-1/+102
* Preserve line number information while threading jumps.Devang Patel2011-05-041-2/+5
* Create the parent directories to place the .gcda files in if they don't exist.Nick Lewycky2011-05-041-0/+18
* Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman2011-05-043-29/+73
* Preserve line number info.Devang Patel2011-05-041-1/+4
* This test fails on ARM. The test shouldn't explicitly specify alignment (and ...Galina Kistanova2011-05-041-4/+4
* If builder is initialized using an instruction as insertion point, then use t...Devang Patel2011-05-041-0/+1
* preserve line number info.Devang Patel2011-05-041-2/+3