summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Apply a patch from Frits van Bommel to fix the CMake build.Dan Gohman2010-10-29
* trailing whitespaceJim Grosbach2010-10-29
* not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman2010-10-29
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-28
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-27
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-27
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-27
* Enable clang autocompletion by default.Dan Gohman2010-10-26
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-26
* Constify another 2 disassembler tables.Benjamin Kramer2010-10-23
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-23
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-23
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-23
* Trailing whitespace.Mikhail Glushenkov2010-10-23
* Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson2010-10-22
* Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson2010-10-22
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-20
* Fix VC2010 build.Michael J. Spencer2010-10-19
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the...Michael J. Spencer2010-10-15
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-15
* ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach2010-10-15
* Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach2010-10-14
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-13
* Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach2010-10-13
* Allow targets to optionally specify custom binary encoder functions forJim Grosbach2010-10-12
* KillTheDoctor: Fix VS2008 build.Michael J. Spencer2010-10-12
* Fix spelling error.Cameron Esfahani2010-10-12
* The assert() should reference to machine instr operand number, too.Jim Grosbach2010-10-11
* Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach2010-10-11
* Add KillTheDoctor.Michael J. Spencer2010-10-11
* trailing whitespace cleanupJim Grosbach2010-10-11
* When figuring out which operands match which encoding fields in an instruction,Jim Grosbach2010-10-11
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* syntax-highlighting: Fix module asm keyword.Michael J. Spencer2010-10-09
* Add Kate syntax highlighting files.Michael J. Spencer2010-10-09
* A few 80 column cleanupsJim Grosbach2010-10-08
* trailing whitespaceJim Grosbach2010-10-08
* Fix -Asserts warning.Daniel Dunbar2010-10-08
* 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