summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
...
* Uninitialized variable (in never taken path) after factoring.Andrew Trick2013-12-28
* Added debugging options: -misched-only-func/blockAndrew Trick2013-12-28
* Add a PostMachineScheduler pass with generic implementation.Andrew Trick2013-12-28
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* Debug info: Add enumerators to the __apple_names accelerator table.Adrian Prantl2013-12-23
* Ranges in the .debug_range section need to have begin and end labels,Eric Christopher2013-12-20
* Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2013-12-20
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* Disabled subregister copy coalescing during MachineCSE.Andrew Trick2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Allow MachineCSE to coalesce trivial subregister copies the same way that it ...Andrew Trick2013-12-17
* Make comment more explicit.Jim Grosbach2013-12-17
* Typo. s/reserved/preserved/Jim Grosbach2013-12-17
* Add a machine code print in DEBUG() following instruction selection.Jim Grosbach2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ...Rafael Espindola2013-12-16
* Allow MachineCSE to coalesce trivial subregister copies the same wayAndrew Trick2013-12-16
* whitespaceAndrew Trick2013-12-16
* [Stackmap] Refactor operand parsing.Juergen Ributzka2013-12-14
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-14
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-14
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14
* [block-freq] Store MBFI as a field on SpillPlacement so we can access it to g...Michael Gottesman2013-12-14
* [block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...Michael Gottesman2013-12-14
* [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...Michael Gottesman2013-12-14
* Print the address space of a MachineMemOperandMatt Arsenault2013-12-14
* [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman2013-12-14
* comment typo.Andrew Trick2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-13
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet2013-12-12
* Add two additional hazard recognizer functionsHal Finkel2013-12-11
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-11