aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid comparing invalid slot indexes, and assert that it doesn't happen.Jakob Stoklund Olesen2011-03-033-6/+5
* Optimize SlotIndex equality tests.Jakob Stoklund Olesen2011-03-031-2/+2
* Avoid comparing invalid slot indexes.Jakob Stoklund Olesen2011-03-031-4/+6
* Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...Jakob Stoklund Olesen2011-03-033-50/+42
* Check the ASM, not LLVM IR.Bill Wendling2011-03-031-1/+2
* pr9367: Add missing predicated BLX instructions.Bob Wilson2011-03-034-4/+27
* Testcase for r126913.Bill Wendling2011-03-031-0/+10
* Change the SplitEditor interface to a single instance can be shared for multi...Jakob Stoklund Olesen2011-03-033-41/+51
* Only run the updateSSA loop when we have actually seen multiple values.Jakob Stoklund Olesen2011-03-031-3/+23
* Fix PHI handling in LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-03-031-1/+1
* Test case for r126864. Radar 9056407.Stuart Hastings2011-03-021-0/+51
* Avoid exponential blow-up when printing DAGs.Bob Wilson2011-03-021-2/+5
* Turn the Edit member into a pointer so it can change dynamically.Jakob Stoklund Olesen2011-03-022-44/+44
* Test case for r126672. Radar 9055247.Stuart Hastings2011-03-021-0/+2
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-022-0/+16
* Transfer simply defined values directly without recomputing liveness and SSA.Jakob Stoklund Olesen2011-03-023-29/+75
* Extract a method. No functional change.Jakob Stoklund Olesen2011-03-022-27/+28
* Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.Renato Golin2011-03-021-1/+1
* add some slice helper methods.Chris Lattner2011-03-021-2/+13
* Remove DIFactory. Patch by Devang.Duncan Sands2011-03-022-871/+12
* Can't introduce floating-point immediate constants after legalization.Stuart Hastings2011-03-021-2/+6
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-026-1/+18
* Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes2011-03-022-0/+41
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-029-24/+163
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-023-9/+13
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-029-44/+121
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-027-82/+336
* Fix some typos.Cameron Zwarich2011-03-021-3/+3
* Teach the clang attribute emitter about InheritableParamAttr.John McCall2011-03-021-2/+16
* Remove some more unused code that I missed.Cameron Zwarich2011-03-021-19/+0
* Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich2011-03-023-130/+3
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-0219-375/+1323
* Small cleanup.Bill Wendling2011-03-021-6/+11