aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.Michael Gottesman2013-06-211-1/+1
* Improve the time it takes to generating dwarf for assembly source filesKevin Enderby2013-06-211-1/+19
* Add '-mcpu=' to prevent breaking on ATOM due to different code scheduleMichael Liao2013-06-211-1/+1
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-214-95/+3
* [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...Michael Gottesman2013-06-211-5/+7
* [objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...Michael Gottesman2013-06-211-12/+28
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-214-3/+95
* [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...Michael Gottesman2013-06-211-4/+5
* [objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...Michael Gottesman2013-06-211-2/+10
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-219-22/+29
* Add missing REQUIRES: asserts in crash.ll.Andrew Trick2013-06-211-0/+1
* Fix PR16360Michael Liao2013-06-212-3/+21
* Update physreg live intervals during remat.Andrew Trick2013-06-212-4/+32
* Added -precompute-phys-liveness for testing LiveIntervals updates.Andrew Trick2013-06-211-0/+14
* Handle more cases in LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-212-4/+13
* Refactor LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-212-95/+102
* whitespaceAndrew Trick2013-06-211-2/+2
* Fix a -join-globalcopies bug; handle undef operands.Andrew Trick2013-06-211-0/+3
* Modify the -join-globalcopies option (off by default).Andrew Trick2013-06-211-2/+2
* Make rematerialization in the coalescer less sensitive to LRG order.Andrew Trick2013-06-211-4/+15
* Fix IMULX machine model. Multiple def operands require multiple SchedWrites.Andrew Trick2013-06-214-4/+7
* MI-Sched: cleanup DEBUG output.Andrew Trick2013-06-211-5/+6
* MI-Sched: Adjust regpressure limits for reserved regs.Andrew Trick2013-06-214-7/+53
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-214-2/+61
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-217-1/+414
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-2110-3/+107
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-216-0/+14
* [PowerPC] Support @h modifierUlrich Weigand2013-06-218-3/+41
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-2113-158/+158
* add Function::removeFnAttr()Kostya Serebryany2013-06-211-0/+7
* Fix an ordering problem in the test.Manuel Klimek2013-06-211-1/+1
* [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...Michael Gottesman2013-06-211-2/+10
* [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...Michael Gottesman2013-06-211-2/+10
* [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...Michael Gottesman2013-06-211-6/+15
* [objcarcopts] Some more minor code cleanups/comment additions.Michael Gottesman2013-06-211-1/+5
* [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...Michael Gottesman2013-06-211-17/+28
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-211-2/+4
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-211-0/+2
* DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...David Blaikie2013-06-211-1/+6
* Add a release note for removing the simplify-libcalls pass.Meador Inge2013-06-211-0/+4
* [docs] Fix broken link.Sean Silva2013-06-211-1/+1
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-212-7/+13
* Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva2013-06-211-5/+6
* [docs] Fix formatting.Sean Silva2013-06-211-1/+1
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-215-48/+96
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-203-3/+46
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-204-23/+23
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-204-1/+61
* Add another fixme.Rafael Espindola2013-06-201-0/+1
* Add a fixme.Rafael Espindola2013-06-201-0/+1