aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-0417-48/+54
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-046-1/+66
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-041-3/+7
* Renumber slot indexes locally when possible.Jakob Stoklund Olesen2011-03-042-23/+36
* XFAIL for all. These tests are darwin specific anyway.Devang Patel2011-03-042-2/+2
* Revert broken srem logic from r126991.Nick Lewycky2011-03-042-24/+0
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-041-2/+2
* Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel2011-03-043-1/+8
* Expands FCOS and FSIN nodes when type is f64.Bruno Cardoso Lopes2011-03-041-0/+2
* Number SlotIndexes uniformly without looking at the number of defs on each in...Jakob Stoklund Olesen2011-03-041-24/+5
* Symbolize the default instruction distance.Jakob Stoklund Olesen2011-03-042-10/+13
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-041-9/+13
* Deferred SlotIndex renumbering was a good idea but never used.Jakob Stoklund Olesen2011-03-041-25/+3
* Add SlotIndex statistics.Jakob Stoklund Olesen2011-03-041-0/+4
* Tweak debug output. No functional changes.Jakob Stoklund Olesen2011-03-042-10/+6
* Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...Bruno Cardoso Lopes2011-03-041-1/+1
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-0420-265/+265
* Revert commit 126684 "Use the correct shift amount type". It is only the cor...Duncan Sands2011-03-041-1/+1
* Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila2011-03-042-54/+71
* Allow load from constant on SPU.Kalle Raiskila2011-03-043-1/+21
* Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisonsNick Lewycky2011-03-043-3/+59
* Teach instruction simplify to use constant ranges to solve problems of the formNick Lewycky2011-03-042-41/+137
* Followup to r126970: add 64-bit encoding tests for str with reg operand.Eli Friedman2011-03-041-0/+16
* DenseMap<uintptr_t,...> doesn't allow all values as keys.Jakob Stoklund Olesen2011-03-041-0/+2
* Minor pre-RA-sched fixes and cleanup.Andrew Trick2011-03-041-7/+15
* Add ArrayRef variant.Devang Patel2011-03-042-0/+6
* Precompute block frequencies, pow() isn't free.Jakob Stoklund Olesen2011-03-043-17/+15
* Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen2011-03-043-48/+56
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-042-4/+17
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-032-11/+26
* PR8053: Fix encoding of S bit in some ARM instructions.Bob Wilson2011-03-031-1/+1
* Revert r123908; the code in question is completely untested and wrong.Eli Friedman2011-03-033-56/+0
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-0317-37/+61
* Fix typo.Devang Patel2011-03-031-1/+1
* Fix thinko in previous check-in.Devang Patel2011-03-031-1/+3
* llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel2011-03-031-1/+4
* Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach2011-03-032-7/+13
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-034-480/+662
* Fix typo in comment.Richard Osborne2011-03-031-1/+1
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-034-8/+53
* PTX: Fix Emacs renaming a symbolJustin Holewinski2011-03-031-1/+1
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-034-10/+56
* PTX: Fix a couple of lint violationsJustin Holewinski2011-03-034-4/+8
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-034-11/+78
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-036-12/+2
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-032-0/+34
* TableGen should not ignore BX instructions for the ARM disassembler. pr9368.Bob Wilson2011-03-032-1/+4
* Add a readme entry for the redundant movw issue for pr9370.Bob Wilson2011-03-031-0/+24
* Renumber slot indexes uniformly instead of spacing according to the number of...Jakob Stoklund Olesen2011-03-031-15/+1
* Represent sentinel slot indexes with a null pointer.Jakob Stoklund Olesen2011-03-032-85/+8