summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-20
* Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...David Blaikie2014-05-20
* Fix test breakage introduced in r209223.David Blaikie2014-05-20
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-20
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-20
* Clean up language and grammar.Eric Christopher2014-05-20
* Legalizer: Make bswap promotion safe for vectors.Benjamin Kramer2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-20
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-19
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-19
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-19
* Fix typos.Eric Christopher2014-05-19
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-16
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Remove the Options query functions and just access our Options directly.Eric Christopher2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl...David Blaikie2014-05-15
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-15
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Simplify retrieving filename/directory name for line table entry b...David Blaikie2014-05-15
* Instead of littering asserts throughout the code after every call toJay Foad2014-05-15
* Fix typosAlp Toker2014-05-15
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-14
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-14
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-14
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-14
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-14
* Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Add missing line breaks to debug output in CodeGenPrepareLouis Gerbarg2014-05-13
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly2014-05-13
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...Pete Cooper2014-05-12
* [DAGCombiner] Split up an indexed load if only the base pointer value is liveAdam Nemet2014-05-12
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-12
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-12
* Make SimplifyDemandedBits understand BUILD_PAIRMatt Arsenault2014-05-12
* CodeGen: add parenthesis around complex expressionSaleem Abdulrasool2014-05-12