summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-111-2/+2
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-111-1/+1
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-111-66/+89
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-111-2/+574
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-111-574/+2
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-111-2/+574
* fix typo in commentMatthias Braun2013-10-111-1/+1
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-5/+5
* LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...NAKAMURA Takumi2013-10-111-1/+1
* Print register in LiveInterval::print()Matthias Braun2013-10-106-23/+23
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-1011-113/+116
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-105-64/+58
* Change MachineVerifier to work on LiveRange + LiveIntervalMatthias Braun2013-10-101-92/+117
* Pass LiveQueryResult by valueMatthias Braun2013-10-109-21/+24
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-102-116/+109
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-1013-240/+242
* Rename parameter: defined regs are not incoming.Matthias Braun2013-10-101-15/+15
* Use getPointerSizeInBits() rather than 8 * getPointerSize()Matt Arsenault2013-10-101-2/+3
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-102-4/+5
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-3/+4
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-082-2/+2
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-082-2/+14
* Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Manman Ren2013-10-081-4/+4
* Debug Info: take advantage of the existing CU::resolve.Manman Ren2013-10-081-7/+7
* Grammar.Eric Christopher2013-10-081-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-082-5/+14
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-3/+4
* Fix some assert messages to say the correct opcode name. Looks like one asser...Craig Topper2013-10-061-7/+7
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-1/+1
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-052-4/+6
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+7
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+27
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-053-26/+75
* Reorganize some member variables and update a comment.Eric Christopher2013-10-051-6/+6
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-052-4/+3
* Add a resolve method on CompileUnit that forwards to DwarfDebug.Eric Christopher2013-10-052-8/+13
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-3/+7
* Make a bunch of CompileUnit member functions private.Eric Christopher2013-10-052-36/+38
* Minor formatting/comment rewording/etc.David Blaikie2013-10-041-5/+3
* Remove odd use of this.Eric Christopher2013-10-041-1/+1
* Reformat some odd formattings.Eric Christopher2013-10-041-32/+19
* Tighten up some type arguments to functions. Where we expect aEric Christopher2013-10-042-6/+6
* Remove some dead code.David Blaikie2013-10-042-7/+0
* Simplify setting of DIE tag for type DIEs by setting it in one* place.David Blaikie2013-10-041-16/+8
* Prune includes.Eric Christopher2013-10-041-2/+0
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-1/+1
* Use Die->addValue and DIEIntegerOne directly when we want to addEric Christopher2013-10-041-3/+2
* Fix DAGCombiner::visitFP_EXTEND to ignore indexed loadsHal Finkel2013-10-041-1/+1
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-046-60/+5
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-045-187/+42
OpenPOWER on IntegriCloud