aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use array_lengthof. No functional change.Eli Friedman2011-05-061-3/+1
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-061-1/+4
* Improve diagnostics for some parse errors. Not asserting when a user inputJim Grosbach2011-05-061-7/+3
* ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach2011-05-061-11/+11
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-066-0/+15
* Typo: Reviewed by Alistair.Andrew Trick2011-05-061-1/+1
* Pass -disable-cfi to llc.Rafael Espindola2011-05-065-5/+5
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-064-3/+165
* Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen2011-05-061-6/+7
* Also count identity copies.Jakob Stoklund Olesen2011-05-061-0/+2
* Pass -disable-cfi.Rafael Espindola2011-05-061-1/+1
* Post-RA scheduler compile time fix. Quadratic computation of DAG node depth.Andrew Trick2011-05-061-4/+10
* Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel2011-05-062-34/+35
* Nothing else uses this label.Rafael Espindola2011-05-061-3/+0
* Yet more dead code.Rafael Espindola2011-05-062-17/+0
* Update comments.Rafael Espindola2011-05-062-3/+6
* More dead code elimination.Rafael Espindola2011-05-062-73/+0
* 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