summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-08
* Move checking for t2MOVCCi16 to the right place.Jim Grosbach2010-10-07
* Fix typo in comment.Nick Lewycky2010-10-07
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-07
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-07
* trailing whitespaceJim Grosbach2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-06
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* cleanupsChris Lattner2010-10-06
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-05
* when david added support for #NAME# he didn't update the comments andChris Lattner2010-10-05
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-05
* trailing whitespaceJim Grosbach2010-10-05
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-05
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-05
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-04
* remove reference to dead script.Chris Lattner2010-10-02
* nuke an old scriptChris Lattner2010-10-02
* Fix MSVC release mode compilation error.Francois Pichet2010-10-02
* Fix typoFrancois Pichet2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-30
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* trailing whitespaceJim Grosbach2010-09-29
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* GetSourceVersion: Strip off svninfo extra markers, which aren't really part o...Daniel Dunbar2010-09-29
* utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar2010-09-29
* lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar2010-09-29
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-24
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-24
* Fix line endings from my last commit.Michael J. Spencer2010-09-24
* unittests: Support Windows.Michael J. Spencer2010-09-24
* Test unittests built with CMake.Michael J. Spencer2010-09-24
* CMake: Build unittests.Michael J. Spencer2010-09-24
* Fix whitespace.Michael J. Spencer2010-09-24
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-23
* Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson2010-09-23
* Revert r114596, it's breaking a few tests.Nate Begeman2010-09-23
* <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.hNate Begeman2010-09-22
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21