aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead atomic intrinsics from LangRef.Eli Friedman2011-10-261-514/+0
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-262-3/+41
* Add mention of AddressSanitizer to external OS projects.Bill Wendling2011-10-261-0/+13
* Add mention of Mono to external OS projects.Bill Wendling2011-10-261-0/+14
* Add mention of ClamAV to external OS projects.Bill Wendling2011-10-261-0/+18
* Add mention of Renderscript to external OS projects.Bill Wendling2011-10-261-0/+19
* Add mention of GHC to external OS projects.Bill Wendling2011-10-261-16/+16
* llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy!Michael J. Spencer2011-10-251-2/+2
* Object/Archive: Cleanup anon namespace.Michael J. Spencer2011-10-251-8/+5
* Object: change test to create archive.Michael J. Spencer2011-10-253-2/+15
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-252-8/+49
* Remove extraneous printing of "-PC".Owen Anderson2011-10-251-1/+0
* Add mention of SAFECode to external OS projects.Bill Wendling2011-10-251-0/+15
* Add mention of Pure to external OS projects.Bill Wendling2011-10-251-23/+21
* Add mention of Portable OpenCL to external OS projects.Bill Wendling2011-10-251-0/+13
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-254-0/+55
* Add mention of gwScript to external OS projects.Bill Wendling2011-10-251-0/+25
* Remove a couple redundant checks.Eli Friedman2011-10-251-2/+0
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-254-0/+10
* Make assert() message more informative.Jim Grosbach2011-10-251-1/+2
* Add mention of Tart to external OS projects.Bill Wendling2011-10-251-0/+21
* Add TTA-based Co-design Environment to external OS projects.Bill Wendling2011-10-251-13/+12
* Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson2011-10-251-1/+1
* According to Mips folks, the backend is now generally reliable (they canBruno Cardoso Lopes2011-10-251-2/+2
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-252-4/+5
* Teach the MachO relocation pretty-printer to interpret ARM half-relocations.Owen Anderson2011-10-251-42/+104
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-253-1/+56
* Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes2011-10-251-7/+7
* Revert commit 142891. Takumi bisected the tablegen miscompilesDuncan Sands2011-10-251-2/+1
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-253-27/+108
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-252-15/+373
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-253-108/+27
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-251-1/+0
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-254-2/+97
* Comment out external projects so that they can be refreshed for 3.0.Bill Wendling2011-10-251-3/+20
* Remove unused forward decl.Eric Christopher2011-10-251-1/+0
* An MBB which branches to an EH landing pad shouldn't be considered for tail m...Bill Wendling2011-10-251-1/+2
* Really remove Blackfin from the configure script.Dan Gohman2011-10-251-4/+1
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-254-17/+53
* 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