summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix typoMatt Arsenault2015-09-241-1/+1
* Codegen: Fix llvm.*absdiff semantic.Mohammad Shahid2015-09-241-16/+22
* Introduce target hook for optimizing register copiesMatt Arsenault2015-09-242-34/+43
* Remove dead declarationMatt Arsenault2015-09-241-1/+0
* Use new TokenFactor chain when merging storesMatt Arsenault2015-09-241-5/+29
* Android support for SafeStack.Evgeniy Stepanov2015-09-231-1/+1
* Revert "Android support for SafeStack."Evgeniy Stepanov2015-09-231-1/+1
* Android support for SafeStack.Evgeniy Stepanov2015-09-231-1/+1
* Fixed an issue on updating profile data when lowering switch statement.Cong Hou2015-09-231-4/+4
* Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs.Adrian Prantl2015-09-221-3/+5
* LiveIntervalAnalysis: Avoid multiple connected liveness componentsMatthias Braun2015-09-221-8/+26
* LiveInterval: Distribute subregister liveranges to new intervals in Connected...Matthias Braun2015-09-221-29/+65
* [AArch64] Emit clrex in the expanded cmpxchg fail block.Ahmed Bougacha2015-09-221-3/+14
* Make helper function static. NFC.Benjamin Kramer2015-09-221-3/+3
* Untabify.NAKAMURA Takumi2015-09-222-4/+4
* Reformat blank lines.NAKAMURA Takumi2015-09-223-5/+0
* Reformat comment lines.NAKAMURA Takumi2015-09-221-4/+4
* Reformat.NAKAMURA Takumi2015-09-221-3/+2
* LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFCMatthias Braun2015-09-225-58/+51
* function names should start with a lower case letter; NFCSanjay Patel2015-09-211-91/+91
* don't repeat function/variable names in header comments; NFCSanjay Patel2015-09-211-87/+74
* [DAGCombiner] Improve FMA support for interpolation patternsSimon Pilgrim2015-09-211-0/+89
* [DAGCombiner] Tidy up FMA combine helpers. NFCI.Simon Pilgrim2015-09-211-25/+21
* Remove roundingMode argument in APFloat::modStephen Canon2015-09-211-1/+1
* Fix accidentally committed debug printingMatt Arsenault2015-09-211-14/+1
* SelectionDAG: Use InsertNode for EntryNodeMatthias Braun2015-09-211-2/+2
* DAGCombiner: Replace store of FP constant after attemping store mergesMatt Arsenault2015-09-211-10/+10
* Factor replacement of stores of FP constants into new functionMatt Arsenault2015-09-211-72/+104
* [Machine Combiner] Refactor machine reassociation code to be target-independent.Chad Rosier2015-09-211-0/+210
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-1/+1
* [PrologEpilogInserter] Minor refactoring.Maksim Panchenko2015-09-191-1/+1
* Test commit. Fix comment. NFC.Maksim Panchenko2015-09-191-1/+1
* Update edge weights properly when merging blocks in if-conversion.Cong Hou2015-09-181-6/+70
* Make MachineScheduler debug output less confusing.James Y Knight2015-09-181-5/+26
* SelectionDAGDumper: Leave out the <multiple use> markersMatthias Braun2015-09-181-3/+0
* SelectionDAGDumper: Avoid unnecessary newlinesMatthias Braun2015-09-181-4/+3
* SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.Matthias Braun2015-09-181-16/+23
* SelectionDAG: Introduce PersistentID to SDNode for assert builds.Matthias Braun2015-09-182-4/+30
* [WinEH] Moved funclet pads should be in relative orderDavid Majnemer2015-09-181-9/+5
* Whitespace. Indent with spaces instead of a tab.Bob Wilson2015-09-181-1/+1
* [ShrinkWrap] Refactor the handling of infinite loop in the analysis.Quentin Colombet2015-09-171-9/+11
* Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...Matthias Braun2015-09-172-34/+36
* RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...Matthias Braun2015-09-172-36/+34
* MachineScheduler: Provide an option for node hiding cutoff and disable it by ...Matthias Braun2015-09-171-1/+9
* [WinEH] Add a funclet layout passDavid Majnemer2015-09-174-0/+101
* Added MD_invariant_group to LLVMContextPiotr Padlewski2015-09-171-1/+1
* [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner2015-09-174-2/+10
* Test commit.Zia Ansari2015-09-171-1/+1
* Use the cached TargetInstrInfo instead of looking it up again.Eric Christopher2015-09-161-2/+1
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-162-2/+2
OpenPOWER on IntegriCloud