summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-10-07gtest: Fix warnings on MinGW.Michael J. Spencer1-3/+3
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer1-0/+4
2010-10-07trailing whitespaceJim Grosbach1-17/+17
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach1-5/+5
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach1-7/+7
2010-10-06Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling.Jim Grosbach1-6/+5
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner1-5/+18
2010-10-06cleanupsChris Lattner1-9/+10
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner5-120/+17
2010-10-05allow !strconcat to take more than two operands to eliminateChris Lattner1-23/+34
2010-10-05when david added support for #NAME# he didn't update the comments andChris Lattner1-16/+6
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner1-18/+31
2010-10-05trailing whitespaceJim Grosbach1-95/+95
2010-10-05Update attribute reading for the changed source location code.Sebastian Redl1-2/+2
2010-10-05Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor1-1/+1
2010-10-04Fixed the disassembler to handle two new X86Sean Callanan1-1/+16
2010-10-02remove reference to dead script.Chris Lattner1-1/+1
2010-10-02nuke an old scriptChris Lattner1-37/+0
2010-10-02Fix MSVC release mode compilation error.Francois Pichet1-6/+6
2010-10-01Fix typoFrancois Pichet1-1/+1
2010-09-30Massive rewrite of MMX: Dale Johannesen1-6/+0
2010-09-30Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach1-1/+4
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng1-16/+21
2010-09-29trailing whitespaceJim Grosbach1-54/+54
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands5-11/+11
2010-09-29GetSourceVersion: Strip off svninfo extra markers, which aren't really part o...Daniel Dunbar1-1/+1
2010-09-29utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar2-10/+37
2010-09-29lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar1-4/+7
2010-09-29add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner1-0/+6
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng2-1/+49
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer5-11/+14
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes1-13/+11
2010-09-25Add ret instruction to PTX backendChe-Liang Chiou1-0/+1
2010-09-24Get rid of pop_macro warnings on MSVC.Michael J. Spencer1-2/+5
2010-09-24CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer1-11/+13
2010-09-24Fix line endings from my last commit.Michael J. Spencer1-3/+3
2010-09-24unittests: Support Windows.Michael J. Spencer1-0/+27
2010-09-24Test unittests built with CMake.Michael J. Spencer1-3/+9
2010-09-24CMake: Build unittests.Michael J. Spencer2-1/+36
2010-09-24Fix whitespace.Michael J. Spencer1-2/+2
2010-09-23Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson3-3/+0
2010-09-23Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson3-0/+3
2010-09-23Revert r114596, it's breaking a few tests.Nate Begeman1-22/+5
2010-09-22<rdar://problem/8228022> Wvector-conversions warnings in arm_neon.hNate Begeman1-5/+22
2010-09-21Rework passing parent pointers into complexpatterns, I forgotChris Lattner1-2/+3
2010-09-21just like they can opt into getting the root of the pattern beingChris Lattner1-1/+6
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner3-2/+14
2010-09-21Trailing whitespace, 80-col violations.Mikhail Glushenkov1-6/+6
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov1-35/+61
2010-09-19Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2-14/+17