summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* 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
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-11
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.David Blaikie2014-05-11
* DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.David Blaikie2014-05-11
* DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac...David Blaikie2014-05-11
* DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie2014-05-11
* DebugInfo: Simplify constant value emission.David Blaikie2014-05-11
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* [TargetInstrInfo] Fix the implementation of commuteInstruction to match theQuentin Colombet2014-05-08
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Fix a spelling errorHal Finkel2014-05-08
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* Fix using wrong result type for setcc.Matt Arsenault2014-05-07
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [BUG][REFACTOR]Zinovy Nis2014-05-07
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-06