aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* syntax-highlighting: Fix module asm keyword.Michael J. Spencer2010-10-091-1/+1
* Add Kate syntax highlighting files.Michael J. Spencer2010-10-092-0/+267
* A few 80 column cleanupsJim Grosbach2010-10-084-9/+13
* trailing whitespaceJim Grosbach2010-10-081-15/+15
* Fix -Asserts warning.Daniel Dunbar2010-10-081-0/+3
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-081-1/+1
* Move checking for t2MOVCCi16 to the right place.Jim Grosbach2010-10-071-6/+7
* Fix typo in comment.Nick Lewycky2010-10-071-1/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-072-2/+2
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-071-3/+3
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+4
* trailing whitespaceJim Grosbach2010-10-071-17/+17
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-071-5/+5
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-071-7/+7
* Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach2010-10-061-6/+5
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-061-5/+18
* cleanupsChris Lattner2010-10-061-9/+10
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-065-120/+17
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-051-23/+34
* when david added support for #NAME# he didn't update the comments andChris Lattner2010-10-051-16/+6
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-051-18/+31
* trailing whitespaceJim Grosbach2010-10-051-95/+95
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-051-2/+2
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-051-1/+1
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-041-1/+16
* remove reference to dead script.Chris Lattner2010-10-021-1/+1
* nuke an old scriptChris Lattner2010-10-021-37/+0
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
* Fix typoFrancois Pichet2010-10-011-1/+1
* Massive rewrite of MMX: Dale Johannesen2010-09-301-6/+0
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-301-1/+4
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-291-16/+21
* trailing whitespaceJim Grosbach2010-09-291-54/+54
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-295-11/+11
* GetSourceVersion: Strip off svninfo extra markers, which aren't really part o...Daniel Dunbar2010-09-291-1/+1
* utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar2010-09-292-10/+37
* lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar2010-09-291-4/+7
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-291-0/+6
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-282-1/+49
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-275-11/+14
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-13/+11
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-0/+1
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-241-2/+5
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-11/+13
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
* unittests: Support Windows.Michael J. Spencer2010-09-241-0/+27
* Test unittests built with CMake.Michael J. Spencer2010-09-241-3/+9
* CMake: Build unittests.Michael J. Spencer2010-09-242-1/+36
* Fix whitespace.Michael J. Spencer2010-09-241-2/+2
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-233-3/+0