summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-2610-38/+22
* The includes were sorted. Revert r210578.Eric Christopher2014-06-251-1/+1
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-252-8/+4
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-252-4/+8
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-253-51/+64
* Reformat.NAKAMURA Takumi2014-06-251-17/+13
* Print a=b as an assignment.Rafael Espindola2014-06-241-3/+11
* fixed a few typos in commentsSanjay Patel2014-06-242-14/+12
* CodeGen: Avoid multiple strlen callsDavid Majnemer2014-06-241-5/+4
* [AArch64] Fix a build_vector pattern match failKevin Qin2014-06-241-24/+25
* Remove a temporary hack.Rafael Espindola2014-06-231-10/+0
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-223-77/+68
* Legalizer: Add support for splitting insert_subvectors.Benjamin Kramer2014-06-212-0/+39
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Generate native unwind info on Win64Reid Kleckner2014-06-203-68/+77
* Allow a target to create a null streamer.Rafael Espindola2014-06-201-1/+1
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-201-1/+1
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-201-0/+23
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-191-14/+19
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-191-1/+1
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-191-1/+1
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-191-0/+2
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-191-4/+1
* Remove unnecessary include.Eric Christopher2014-06-191-1/+0
* DAG: move sret demotion into most basic LowerCallTo implementation.Tim Northover2014-06-181-119/+124
* SelectionDAG: Expand i64 = FP_TO_SINT i32Tom Stellard2014-06-171-0/+59
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-151-0/+3
* LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.Tim Northover2014-06-151-1/+4
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-132-40/+34
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-132-0/+364
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-133-3/+5
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-132-1/+7
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-132-2/+2
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-134-25/+48
* Atomics: make use of the "cmpxchg weak" instruction.Tim Northover2014-06-131-12/+22
* Atomics: switch direction of cmpxchg comparisonTim Northover2014-06-131-2/+2
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-138-90/+163
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-131-2/+6
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-121-0/+44
* Fix the scheduler's MaxObservedStall computation.Andrew Trick2014-06-121-2/+6
* Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))...Tom Stellard2014-06-121-4/+4
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-121-0/+102
* Revert r210613 to conform to coding standards.Eric Christopher2014-06-111-1/+1
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-112-29/+5
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-118-205/+201
* Sort includes.Eric Christopher2014-06-111-1/+1
* Have isInTailCallPosition take the DAG so that we can use theEric Christopher2014-06-102-5/+6
* Reorder includes to be sorted.Eric Christopher2014-06-101-1/+1
* Fix typos.Eric Christopher2014-06-101-1/+1
* [FastISel] Collect statistics about failing intrinsic calls.Juergen Ributzka2014-06-101-1/+50
OpenPOWER on IntegriCloud