summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove an assertion to fix PR9872.Jakob Stoklund Olesen2011-05-08
* X86: Add a bunch of peeps for add and sub of SETB.Benjamin Kramer2011-05-08
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-08
* PR9869: Add explicit destructor declarations to Operator subclasses, to allowEli Friedman2011-05-08
* Eliminate the ARM sub-register indexes that are not needed by the sources.Jakob Stoklund Olesen2011-05-07
* Teach TableGen to automatically generate missing SubRegIndex instances.Jakob Stoklund Olesen2011-05-07
* Fix comments per Duncan's review.Eli Friedman2011-05-07
* Zap unnecessary svn:ignore.Eli Friedman2011-05-07
* The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands2011-05-07
* Fix the non-MC encoding of pkhbt and pkhtb.Eric Christopher2011-05-07
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-06
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-06
* ExecutionEngine: add missing fileDylan Noblesmith2011-05-06
* 1. Keep lines in 80 columns.Akira Hatanaka2011-05-06
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-06
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen2011-05-06
* Added an assertion, and updated a comment.Andrew Trick2011-05-06
* It's valid to take the blockaddress of a different function, so remove thisNick Lewycky2011-05-06
* 80 col violations.Evan Cheng2011-05-06
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Use array_lengthof. No functional change.Eli Friedman2011-05-06
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-06
* Improve diagnostics for some parse errors. Not asserting when a user inputJim Grosbach2011-05-06
* ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach2011-05-06
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-06
* Typo: Reviewed by Alistair.Andrew Trick2011-05-06
* Pass -disable-cfi to llc.Rafael Espindola2011-05-06
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-06
* Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen2011-05-06
* Also count identity copies.Jakob Stoklund Olesen2011-05-06
* Pass -disable-cfi.Rafael Espindola2011-05-06
* Post-RA scheduler compile time fix. Quadratic computation of DAG node depth.Andrew Trick2011-05-06
* Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel2011-05-06
* Nothing else uses this label.Rafael Espindola2011-05-06
* Yet more dead code.Rafael Espindola2011-05-06
* Update comments.Rafael Espindola2011-05-06
* More dead code elimination.Rafael Espindola2011-05-06
* Dead code elimination.Rafael Espindola2011-05-06
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-06
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-06
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-06
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-05
* Remove DwarfTableException.Rafael Espindola2011-05-05
* Remove the DwarfTable enum.Rafael Espindola2011-05-05
* In debug output, clearly list new instructions without DebugLoc.Devang Patel2011-05-05
* Remove little used statistical counter.Devang Patel2011-05-05
* PR9838: Fix transform introduced in r127064 to not trigger when only one side...Eli Friedman2011-05-05