summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-061-64/+0
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-062-182/+0
* ExecutionEngine: add missing fileDylan Noblesmith2011-05-061-0/+91
* 1. Keep lines in 80 columns.Akira Hatanaka2011-05-062-6/+6
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-062-19/+29
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-065-50/+20
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-067-20/+12
* Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen2011-05-062-1/+24
* Added an assertion, and updated a comment.Andrew Trick2011-05-061-5/+8
* It's valid to take the blockaddress of a different function, so remove thisNick Lewycky2011-05-061-2/+0
* 80 col violations.Evan Cheng2011-05-061-3/+7
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-0628-98/+37
* 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
* Typo: Reviewed by Alistair.Andrew Trick2011-05-061-1/+1
* 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
* 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-061-13/+0
* Update comments.Rafael Espindola2011-05-061-2/+2
* More dead code elimination.Rafael Espindola2011-05-061-71/+0
* Dead code elimination.Rafael Espindola2011-05-066-116/+4
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-063-1/+7
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-061-6/+9
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-061-50/+27
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-051-1/+1
* Remove DwarfTableException.Rafael Espindola2011-05-054-413/+1
* Remove the DwarfTable enum.Rafael Espindola2011-05-052-4/+0
* 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-052-2/+2
* Move PPC Linux to CFI.Rafael Espindola2011-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-051-1/+1
* Allow FastISel of three-register-operand instructions.Owen Anderson2011-05-051-0/+24
* 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-052-38/+44
* 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-051-1/+1
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-053-11/+0
* Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky2011-05-051-13/+20