summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-20
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-20
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20
* lib/Linker: add support of deps which does not end with ".so".Ivan Krasin2011-09-20
* Simplify max/minp[s|d] dagcombine matchingBruno Cardoso Lopes2011-09-20
* Relax this condition.Bill Wendling2011-09-20
* Place the check for an exit landing pad where it will be run on both code pat...Bill Wendling2011-09-20
* Omit extracting a loop if one of the exits is a landing pad.Bill Wendling2011-09-20
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-20
* Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes2011-09-20
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-20
* Tidy up code!Bruno Cardoso Lopes2011-09-20
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-20
* Check the terminator, not the basic block.Bill Wendling2011-09-20
* When extracting a basic block that ends in an 'invoke' instruction, we need toBill Wendling2011-09-20
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-20
* If simple ownership works then friendship is not required.Devang Patel2011-09-20
* Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...Bill Wendling2011-09-20
* Update GCOVLines to provide interfaces to write line table and calculate comp...Devang Patel2011-09-20
* U is good enoughDouglas Gregor2011-09-20
* Fix comments.Bill Wendling2011-09-20
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* Eliminate sign-comparison warnings in APIntDouglas Gregor2011-09-20
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-20
* Update comment.Devang Patel2011-09-20
* Use StringRef instead of std::string.Devang Patel2011-09-20
* Eliminate unnecessary copy of FileName from GCOVLines. Devang Patel2011-09-20
* There is no need to write a local utility routine to find subprogram info if ...Devang Patel2011-09-20
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* whitespaceAndrew Trick2011-09-20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-20
* Remove from cmake too.Eric Christopher2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-20
* Remove incorrect comments. These are not disassmebly only patterns.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-20
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-09-20
* Thumb CPS definition is not disassembler only.Jim Grosbach2011-09-20
* Thumb2 range check on CPS mode immediate.Jim Grosbach2011-09-19
* tMOVSr is not allowed in an IT block either.Owen Anderson2011-09-19
* CPS instructions are UNPREDICTABLE inside IT blocks.Owen Anderson2011-09-19
* Tidy up comments.Jim Grosbach2011-09-19
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-19
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-19
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19