summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...Johnny Chen2011-04-22
* DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer2011-04-22
* Do not leak argument's DbgVariables.Devang Patel2011-04-22
* Add asserts.Devang Patel2011-04-22
* X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer2011-04-22
* Use enums for constant values.Eric Christopher2011-04-22
* Make the file format strings a little prettier for mach-o.Eric Christopher2011-04-22
* Add MachOObjectFile.cpp to cmake.Eric Christopher2011-04-22
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-22
* Add support for 64-bit object files to Path.Eric Christopher2011-04-22
* Add an ObjectFile implementation for mach-o.Eric Christopher2011-04-22
* 80-col fix.Eric Christopher2011-04-22
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-22
* TypoEvan Cheng2011-04-22
* Delete the other unused variable in this function. Sorry I missed thisChandler Carruth2011-04-22
* Remove an unused variable from a function. This is a likely cut-paste-o.Chandler Carruth2011-04-22
* Branch folding is folding a landing pad into a regular BB.Bill Wendling2011-04-22
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-22
* Remove unused argument.Rafael Espindola2011-04-21
* Don't pass address spaces to EmitULEB128IntValue.Rafael Espindola2011-04-21
* Fix DWARF description of Q registers.Devang Patel2011-04-21
* Fix DWARF description of S registers.Devang Patel2011-04-21
* Add DW_OP_bit_piece.Devang Patel2011-04-21
* Refactor.Devang Patel2011-04-21
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Don't recycle loop variables.Matt Beaumont-Gay2011-04-21
* Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen2011-04-21
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-21
* As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF.Devang Patel2011-04-21
* Add comment in output stream.Devang Patel2011-04-21
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* PTX: Expand useable register spaceJustin Holewinski2011-04-21
* ptx: fix parameter orderingChe-Liang Chiou2011-04-21
* ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...Che-Liang Chiou2011-04-21
* In gcov profiling, give all functions an extra unified return block. This isNick Lewycky2011-04-21
* Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in aNick Lewycky2011-04-21
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-21
* Structs have elements not parameters. I'm surprised this ever compiled...Nick Lewycky2011-04-20
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Add debug output for rematerializable instructions.Jakob Stoklund Olesen2011-04-20
* Permit remat when a virtual register has multiple defs.Jakob Stoklund Olesen2011-04-20
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-20
* The bitcast case here is actually handled uniformly earlier in the function, soCameron Zwarich2011-04-20
* Cleanup some code to better use an early return style in preparation for addingCameron Zwarich2011-04-20
* Revert r129846; it's breaking a buildbot. SeeEli Friedman2011-04-20
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-20
* Excise unintended hunk in 129858. <rdar://problem/7662569>Stuart Hastings2011-04-20
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-20
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-20