summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* comment typo.Andrew Trick2013-12-131-1/+1
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-133-9/+45
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-135-122/+146
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-137-253/+14
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-132-9/+8
* Liveness Analysis PassAndrew Trick2013-12-137-13/+252
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-135-146/+122
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-133-45/+9
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-133-9/+45
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-133-45/+9
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-133-9/+45
* Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet2013-12-121-1/+10
* Add two additional hazard recognizer functionsHal Finkel2013-12-111-7/+43
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-111-1/+1
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-113-45/+9
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-113-9/+45
* DwarfUnit: LLVM_OVERRIDE and constify some functionsDavid Blaikie2013-12-112-4/+4
* SelectionDAG: Fix a typo.Benjamin Kramer2013-12-111-1/+1
* Extend (truncate (load)) foldingRichard Sandiford2013-12-111-0/+14
* Add TargetRegisterInfo::reverseLocalAssignment hook.Andrew Trick2013-12-111-1/+8
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-1/+2
* Fix gcc warnings.Matt Arsenault2013-12-101-0/+2
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-102-5/+15
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-101-1/+6
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-101-1/+1
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-102-15/+5
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-102-5/+15
* Fix PR18162 - Incorrect assertion assumed that the SDValue resno is zero.Nadav Rotem2013-12-101-1/+1
* Disable emitting DW_AT_GNU_ranges_base until we actually use it.Eric Christopher2013-12-101-6/+1
* We never emit info into the macro info section, stop emitting anEric Christopher2013-12-102-15/+0
* 80-col.Eric Christopher2013-12-101-1/+2
* Rename CompileUnit->DwarfCompileUnit and TypeUnit->DwarfTypeUnit forEric Christopher2013-12-094-93/+104
* Rename Unit->DwarfUnit to match the file name and make it a bit lessEric Christopher2013-12-094-203/+211
* DwarfDebug/Unit: Remove another case of label recreation by storing the gnu_r...David Blaikie2013-12-092-6/+14
* Factor out the SchedRemainder/SchedBoundary from GenericScheduler strategy.Andrew Trick2013-12-071-616/+440
* Correct think-o in foldPatchpoint. Thanks to Andy Trick for pointing it out.Lang Hames2013-12-071-1/+1
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-073-2/+14
* DebugInfo: Move unit begin/end labels into the unitDavid Blaikie2013-12-062-22/+29
* DebugInfo: Include the section and start-of-section label in the unitDavid Blaikie2013-12-064-16/+59
* DwarfDebug: Walk skeletons during fission pubtypes/pubnames emissionDavid Blaikie2013-12-061-10/+10
* DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...David Blaikie2013-12-062-12/+9
* comment grammarAndrew Trick2013-12-061-1/+1
* Fix bug introduced in r196517.Daniel Jasper2013-12-061-2/+3
* Check hint registers for interference only once before evictionsAditya Nandakumar2013-12-052-3/+5
* Revert part of GCC warning fix to fix debug build.Matt Arsenault2013-12-051-0/+1
* Fix minor GCC warnings.Matt Arsenault2013-12-051-1/+0
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-056-34/+35
* MI-Sched: Model "reserved" processor resources.Andrew Trick2013-12-052-20/+81
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-052-5/+52
OpenPOWER on IntegriCloud