aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-25Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands
2011-10-25Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth
2011-10-25Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands
2011-10-25Remove dead enum value. There is no DIESectionOffset.Nick Lewycky
2011-10-25Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier
2011-10-25Comment out external projects so that they can be refreshed for 3.0.Bill Wendling
2011-10-25Remove unused forward decl.Eric Christopher
2011-10-25An MBB which branches to an EH landing pad shouldn't be considered for tail m...Bill Wendling
2011-10-25Really remove Blackfin from the configure script.Dan Gohman
2011-10-25ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.Jim Grosbach
2011-10-24ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach
2011-10-24More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson
2011-10-24Don't crash on variable insertelement on ARM. PR10258.Eli Friedman
2011-10-24Check the visibility of the global variable before placing it into the stubsBill Wendling
2011-10-24ARMConstantPoolMBB::print should print BB number.Evan Cheng
2011-10-24ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach
2011-10-24Add options to enable each individual level for the show-diagnostics tool.Chad Rosier
2011-10-24ARM refactor am6offset usage for VLD1.Jim Grosbach
2011-10-24Get relocation parsing/dumping to a mostly-working state for MachO files.Owen Anderson
2011-10-24Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky
2011-10-24Add support to the old JIT for acquire/release loads and stores on x86. PR11...Eli Friedman
2011-10-24Stub out some of the MachO relocation decoding hooks.Owen Anderson
2011-10-24Really unbreak CMake buildDouglas Gregor
2011-10-24Unbreak CMake buildDouglas Gregor
2011-10-24Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson
2011-10-24Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman
2011-10-24Delete the Latency scheduling preference.Dan Gohman
2011-10-24Change this overloaded use of Sched::Latency to be an overloadedDan Gohman
2011-10-24Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-24Update test for r142801.Jim Grosbach
2011-10-24XFAIL test on leak checkers.Benjamin Kramer
2011-10-24Thumb2 LDM instructions can target PC. Make sure to encode it.Jim Grosbach
2011-10-24Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.Bill Wendling
2011-10-24Sink an otherwise unused variable's initializer into the asserts thatChandler Carruth
2011-10-24Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer
2011-10-24Remove return heuristics from the static branch probabilities, andChandler Carruth
2011-10-24Revert "Test commit"NAKAMURA Takumi
2011-10-24Test commitNAKAMURA Takumi
2011-10-24Reapply r142781 with fix. Original message:Nick Lewycky
2011-10-24Doxygen-ify the comments on the public interface for BPI. Also, move theChandler Carruth
2011-10-24PHI nodes not in the loop header aren't part of the loop iteration initialNick Lewycky
2011-10-24A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky
2011-10-24Speculatively revert r142781. Bots are showingNick Lewycky
2011-10-24Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi
2011-10-24Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth
2011-10-23Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky