aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch ofChris Lattner2010-11-011-83/+92
* move FlattenVariants out of AsmMatcherEmitter into a sharedChris Lattner2010-11-014-121/+98
* add a FIXME, $lane in ARM is an issue that needs to be resolved beforeChris Lattner2010-11-011-1/+2
* reject instructions that contain a \n in their asmstring. MarkChris Lattner2010-11-011-7/+10
* fix a crash on:Chris Lattner2010-10-311-1/+2
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-312-16/+1
* two changes: make the asmmatcher generator ignore ARM pseudos properly,Chris Lattner2010-10-311-8/+16
* reapply r117858 with apparent editor malfunction fixed (somehow I Chris Lattner2010-10-311-28/+23
* revert r117858 while I check out a failure I missed.Chris Lattner2010-10-311-26/+29
* the asm matcher can't handle operands with modifiers (like ${foo:bar}).Chris Lattner2010-10-311-29/+26
* have GetAliasRequiredFeatures get its features fromChris Lattner2010-10-301-30/+22
* simplify code that creates SubtargetFeatureInfo, ensuring that features Chris Lattner2010-10-301-19/+33
* fix a fixme in stringmatcher, having it generate nice looking code if theChris Lattner2010-10-301-3/+12
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-301-3/+7
* Resolve a terrible hack in tblgen: instead of hardcodingChris Lattner2010-10-301-28/+12
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-301-13/+65
* fix build problemChris Lattner2010-10-301-3/+3
* diagnose targets that define two alises with the same 'from' mnemonicChris Lattner2010-10-301-5/+30
* emit the mnemonic aliases in their own helper function instead ofChris Lattner2010-10-301-6/+17
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-301-4/+26
* Apply a patch from Frits van Bommel to fix the CMake build.Dan Gohman2010-10-291-1/+1
* trailing whitespaceJim Grosbach2010-10-291-85/+85
* not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman2010-10-291-1/+11
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-281-22/+34
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-271-0/+1
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-271-0/+1
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-271-1/+0
* Enable clang autocompletion by default.Dan Gohman2010-10-261-3/+4
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-261-0/+4
* Constify another 2 disassembler tables.Benjamin Kramer2010-10-231-2/+3
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-5/+4
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-231-17/+1
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-231-139/+100
* Trailing whitespace.Mikhail Glushenkov2010-10-231-6/+6
* Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson2010-10-221-1/+4
* Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson2010-10-221-1/+1
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-221-5/+3
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-203-0/+37
* Fix VC2010 build.Michael J. Spencer2010-10-191-3/+0
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-172-0/+9
* KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer2010-10-151-0/+236
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-151-9/+22
* ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach2010-10-151-0/+1
* Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach2010-10-141-1/+2
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-131-0/+1
* Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach2010-10-131-0/+2
* Allow targets to optionally specify custom binary encoder functions forJim Grosbach2010-10-123-9/+33
* KillTheDoctor: Fix VS2008 build.Michael J. Spencer2010-10-121-0/+5
* Fix spelling error.Cameron Esfahani2010-10-121-2/+2
* The assert() should reference to machine instr operand number, too.Jim Grosbach2010-10-111-2/+2