aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the Blackfin backend.Dan Gohman2011-10-25101-5820/+10
* Remove the SystemZ backend.Dan Gohman2011-10-24117-8826/+12
* Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.Jim Grosbach2011-10-243-4/+0
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-245-21/+53
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-242-31/+129
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-242-0/+18
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-242-2/+42
* ARMConstantPoolMBB::print should print BB number.Evan Cheng2011-10-241-0/+1
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-243-11/+85
* Add options to enable each individual level for the show-diagnostics tool.Chad Rosier2011-10-241-4/+30
* ARM refactor am6offset usage for VLD1.Jim Grosbach2011-10-245-71/+181
* Get relocation parsing/dumping to a mostly-working state for MachO files.Owen Anderson2011-10-241-6/+127
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-242-6/+43
* Add support to the old JIT for acquire/release loads and stores on x86. PR11...Eli Friedman2011-10-241-9/+24
* Stub out some of the MachO relocation decoding hooks.Owen Anderson2011-10-241-0/+4
* Really unbreak CMake buildDouglas Gregor2011-10-241-3/+1
* Unbreak CMake buildDouglas Gregor2011-10-241-0/+1
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-242-6/+4
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-243-270/+0
* Delete the Latency scheduling preference.Dan Gohman2011-10-242-3/+0
* Change this overloaded use of Sched::Latency to be an overloadedDan Gohman2011-10-242-6/+6
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-243-3/+2
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-2418-234/+184
* Update test for r142801.Jim Grosbach2011-10-241-1/+1
* XFAIL test on leak checkers.Benjamin Kramer2011-10-241-0/+1
* Thumb2 LDM instructions can target PC. Make sure to encode it.Jim Grosbach2011-10-241-8/+4
* Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.Bill Wendling2011-10-241-584/+10
* Sink an otherwise unused variable's initializer into the asserts thatChandler Carruth2011-10-241-3/+2
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-242-10/+27
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-243-74/+160
* Revert "Test commit"NAKAMURA Takumi2011-10-241-1/+0
* Test commitNAKAMURA Takumi2011-10-241-0/+1
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-242-21/+65
* Doxygen-ify the comments on the public interface for BPI. Also, move theChandler Carruth2011-10-241-18/+47
* PHI nodes not in the loop header aren't part of the loop iteration initialNick Lewycky2011-10-241-1/+1
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-242-2/+9
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-242-65/+21
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-242-155/+120
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-232-21/+65
* Tidy up a loop to be more idiomatic for LLVM's codebase, and remove someChandler Carruth2011-10-231-18/+9
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-234-18/+135
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-234-5/+119
* Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling2011-10-231-0/+0
* Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling2011-10-231-0/+130
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-232-8/+8
* Remove a commented out line of code that snuck by my auditing.Chandler Carruth2011-10-231-1/+0
* Print branch probabilities as percentages.Benjamin Kramer2011-10-231-3/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-234-17/+40
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-232-401/+228