summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Prevent LiveRangeEdit from deleting bundled instructions.Andrew Trick2013-06-22
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.Michael Gottesman2013-06-21
* Improve the time it takes to generating dwarf for assembly source filesKevin Enderby2013-06-21
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...Michael Gottesman2013-06-21
* [objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...Michael Gottesman2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...Michael Gottesman2013-06-21
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Fix PR16360Michael Liao2013-06-21
* Update physreg live intervals during remat.Andrew Trick2013-06-21
* Added -precompute-phys-liveness for testing LiveIntervals updates.Andrew Trick2013-06-21
* Handle more cases in LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-21
* Refactor LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-21
* whitespaceAndrew Trick2013-06-21
* Fix a -join-globalcopies bug; handle undef operands.Andrew Trick2013-06-21
* Modify the -join-globalcopies option (off by default).Andrew Trick2013-06-21
* Make rematerialization in the coalescer less sensitive to LRG order.Andrew Trick2013-06-21
* Fix IMULX machine model. Multiple def operands require multiple SchedWrites.Andrew Trick2013-06-21
* MI-Sched: cleanup DEBUG output.Andrew Trick2013-06-21
* MI-Sched: Adjust regpressure limits for reserved regs.Andrew Trick2013-06-21
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [PowerPC] Support @h modifierUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...Michael Gottesman2013-06-21
* [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...Michael Gottesman2013-06-21
* [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...Michael Gottesman2013-06-21
* [objcarcopts] Some more minor code cleanups/comment additions.Michael Gottesman2013-06-21
* [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...Michael Gottesman2013-06-21
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-21
* DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...David Blaikie2013-06-21
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-21
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-20
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-20
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-20
* Add another fixme.Rafael Espindola2013-06-20
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-20
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* R600/SI: Expand sub for v2i32 and v4i32 for SITom Stellard2013-06-20
* R600/SI: Expand add for v2i32 and v4i32Tom Stellard2013-06-20
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-20
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-20
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-20
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20