aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add another testcase for pr10902Nadav Rotem2011-09-211-0/+12
* MipsArchVersion does not need to be in the initialization list and MipsABIAkira Hatanaka2011-09-211-1/+1
* [VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem2011-09-212-0/+17
* Insert a sanity check on the combining of x86 truncing-store nodes. This come...Nadav Rotem2011-09-211-0/+3
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-211-1/+1
* Test commitDavid Meyer2011-09-211-1/+0
* Change:Richard Trieu2011-09-215-17/+17
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-217-7/+92
* Set ABI if it hasn't been set on the command line.Akira Hatanaka2011-09-212-1/+10
* Fix typo.Akira Hatanaka2011-09-211-2/+2
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-2110-149/+159
* whitespaceAndrew Trick2011-09-211-4/+4
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-213-53/+156
* DebugInfo: Add equality operators and default constructor to DILineInfo.Benjamin Kramer2011-09-211-0/+10
* Remove the rest of the compiler checking from the top level configureEric Christopher2011-09-213-204/+2
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-219-24/+28
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-205-465/+10
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-204-15/+15
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-201-17/+0
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-202-9/+53
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-202-0/+51
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-202-22/+0
* lib/Linker: add support of deps which does not end with ".so".Ivan Krasin2011-09-201-0/+8
* Simplify max/minp[s|d] dagcombine matchingBruno Cardoso Lopes2011-09-201-6/+3
* Update this test to the new EH model.Bill Wendling2011-09-201-0/+4
* Relax this condition.Bill Wendling2011-09-201-2/+1
* Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling2011-09-201-6/+15
* Fix typos.Eric Christopher2011-09-201-2/+2
* Omit extracting a loop if one of the exits is a landing pad.Bill Wendling2011-09-201-5/+11
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-201-9/+0
* Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes2011-09-201-9/+5
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-202-1/+7
* Tidy up code!Bruno Cardoso Lopes2011-09-201-6/+5
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-202-9/+43
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-202-2/+20
* Update to new EH model.Bill Wendling2011-09-201-1/+4
* Check the terminator, not the basic block.Bill Wendling2011-09-201-1/+2
* When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling2011-09-201-7/+46
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-202-8/+12
* If simple ownership works then friendship is not required.Devang Patel2011-09-201-2/+1
* Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...Bill Wendling2011-09-201-8/+10
* Update GCOVLines to provide interfaces to write line table and calculate comp...Devang Patel2011-09-201-13/+17
* U is good enoughDouglas Gregor2011-09-201-2/+2
* Fix comments.Bill Wendling2011-09-201-4/+4
* Remove mention of llvm-gcc and llvm-g++. -Ministry of TruthBill Wendling2011-09-201-19/+0
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-208-9/+28
* Eliminate sign-comparison warnings in APIntDouglas Gregor2011-09-201-2/+4
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-202-0/+12
* Update comment.Devang Patel2011-09-201-2/+1
* Use StringRef instead of std::string.Devang Patel2011-09-201-1/+1