summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-22
* DIEHashing: Provide an assert for unreachable functionality regarding friends.David Blaikie2013-10-22
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-22
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-22
* Formatting/whitespace.Eric Christopher2013-10-22
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-21
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-21
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Reuse variableMatt Arsenault2013-10-21
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-21
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-21
* Fix up some old review feedback.Eric Christopher2013-10-21
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-21
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* Remove unused variable.Benjamin Kramer2013-10-19
* Reformat.Eric Christopher2013-10-19
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-19
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-18
* Debug Info: simplify code a bit.Manman Ren2013-10-18
* Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-18
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-18
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* Temporarily revert r192749 as it is causing problems for LTO andEric Christopher2013-10-18
* DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macroDavid Blaikie2013-10-17
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-17
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-17
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-17
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-17
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* Remove ambiguity introduced in r192836David Blaikie2013-10-16
* DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-16
* After PostRA scheduling, don't set kill flags on undef operands.Andrew Trick2013-10-16
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-16
* Handle (shl (anyext (shr ...))) in SimpilfyDemandedBitsRichard Sandiford2013-10-16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Simplify zero initialization of DIEAttrs variable.David Blaikie2013-10-16
* Make sure we're not attempting to construct a subprogram DIEEric Christopher2013-10-15
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen2013-10-15
* Do not assert when trying to add a meta data operand withPekka Jaaskelainen2013-10-15
* Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick2013-10-15
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-14