aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move extendRange() into SplitEditor and delete the LiveRangeMap class.Jakob Stoklund Olesen2011-03-022-236/+167
* Quiet a compiler warning about unused variable 'ExtVNI'.Nick Lewycky2011-03-021-0/+1
* Don't re-use existing addrec expansions if they contain casts.Dan Gohman2011-03-022-1/+24
* Catch more cases where 2-address pass should 3-addressify instructions. rdar:...Evan Cheng2011-03-023-55/+86
* Rename mapValue to extendRange because that is its function now.Jakob Stoklund Olesen2011-03-022-30/+12
* Simplify LiveIntervals::shrinkToUses() a bit by using the new extendInBlock().Jakob Stoklund Olesen2011-03-021-31/+19
* Fix typo.Jakob Stoklund Olesen2011-03-021-1/+1
* Make pred_iterator DefaultConstructible, and add an accessor toDan Gohman2011-03-021-0/+7
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-024-24/+26
* Delete dead code.Jakob Stoklund Olesen2011-03-012-68/+0
* Move the value map from LiveIntervalMap to SplitEditor.Jakob Stoklund Olesen2011-03-012-86/+84
* Delete dead code.Jakob Stoklund Olesen2011-03-012-78/+0
* Drop RAGreedy::trySpillInterferences().Jakob Stoklund Olesen2011-03-011-70/+0
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-013-3/+5
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-012-4/+42
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-013-8/+19
* Cmake fix for option defaults not being set correctly on first runOscar Fuentes2011-03-011-12/+14