aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-219-148/+152
* whitespaceAndrew Trick2011-09-211-4/+4
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-219-24/+28
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-204-15/+15
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-201-9/+35
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-201-0/+32
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-201-15/+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
* 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
* 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-201-1/+1
* 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-201-3/+5
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-202-2/+20
* 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-201-3/+3
* 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
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-204-8/+16
* Eliminate sign-comparison warnings in APIntDouglas Gregor2011-09-201-2/+4
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+10
* Update comment.Devang Patel2011-09-201-2/+1
* Use StringRef instead of std::string.Devang Patel2011-09-201-1/+1
* Eliminate unnecessary copy of FileName from GCOVLines. Devang Patel2011-09-201-7/+6
* There is no need to write a local utility routine to find subprogram info if ...Devang Patel2011-09-201-10/+1
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-201-3/+6
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-205-32/+65
* whitespaceAndrew Trick2011-09-203-43/+43
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-202-3/+31
* Remove from cmake too.Eric Christopher2011-09-201-1/+0
* Remove more of llvmc and dependencies.Eric Christopher2011-09-208-1124/+1
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-201-0/+2
* Remove incorrect comments. These are not disassmebly only patterns.Jim Grosbach2011-09-201-12/+6
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-201-0/+4
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-09-201-0/+8
* Thumb CPS definition is not disassembler only.Jim Grosbach2011-09-201-2/+1
* Thumb2 range check on CPS mode immediate.Jim Grosbach2011-09-191-1/+1
* tMOVSr is not allowed in an IT block either.Owen Anderson2011-09-191-0/+1