summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add mention of Portable OpenCL to external OS projects.Bill Wendling2011-10-25
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-25
* Add mention of gwScript to external OS projects.Bill Wendling2011-10-25
* Remove a couple redundant checks.Eli Friedman2011-10-25
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-25
* Make assert() message more informative.Jim Grosbach2011-10-25
* Add mention of Tart to external OS projects.Bill Wendling2011-10-25
* Add TTA-based Co-design Environment to external OS projects.Bill Wendling2011-10-25
* Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson2011-10-25
* According to Mips folks, the backend is now generally reliable (they canBruno Cardoso Lopes2011-10-25
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-25
* Teach the MachO relocation pretty-printer to interpret ARM half-relocations.Owen Anderson2011-10-25
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes2011-10-25
* Revert commit 142891. Takumi bisected the tablegen miscompilesDuncan Sands2011-10-25
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-25
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-25
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-25
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-25
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-25
* Comment out external projects so that they can be refreshed for 3.0.Bill Wendling2011-10-25
* Remove unused forward decl.Eric Christopher2011-10-25
* An MBB which branches to an EH landing pad shouldn't be considered for tail m...Bill Wendling2011-10-25
* Really remove Blackfin from the configure script.Dan Gohman2011-10-25
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-25
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.Jim Grosbach2011-10-24
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-24
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-24
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-24
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-24
* ARMConstantPoolMBB::print should print BB number.Evan Cheng2011-10-24
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-24
* Add options to enable each individual level for the show-diagnostics tool.Chad Rosier2011-10-24
* ARM refactor am6offset usage for VLD1.Jim Grosbach2011-10-24
* Get relocation parsing/dumping to a mostly-working state for MachO files.Owen Anderson2011-10-24
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-24
* Add support to the old JIT for acquire/release loads and stores on x86. PR11...Eli Friedman2011-10-24
* Stub out some of the MachO relocation decoding hooks.Owen Anderson2011-10-24
* Really unbreak CMake buildDouglas Gregor2011-10-24
* Unbreak CMake buildDouglas Gregor2011-10-24
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-24
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-24
* Delete the Latency scheduling preference.Dan Gohman2011-10-24
* Change this overloaded use of Sched::Latency to be an overloadedDan Gohman2011-10-24
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-24
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-24
* Update test for r142801.Jim Grosbach2011-10-24
* XFAIL test on leak checkers.Benjamin Kramer2011-10-24