summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Tidy up spacing in some tablegen outputs.Craig Topper2012-04-03
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling2012-04-03
* Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick2012-04-03
* Use std::set_union instead of nasty custom code.Andrew Trick2012-04-03
* Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling2012-04-02
* Second part for the 153874 oneSilviu Baranga2012-04-02
* Emit the asm writer's mnemonic table with SequenceToOffsetTable.Benjamin Kramer2012-04-02
* Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...Craig Topper2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Use SequenceToOffsetTable to generate instruction name table for AsmWriter.Craig Topper2012-04-02
* Use SequenceToOffsetTable to create instruction name table. Saves space parti...Craig Topper2012-04-01
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-01
* comment typoAndrew Trick2012-03-31
* Introduce Register Units: Give each leaf register a number.Andrew Trick2012-03-31
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-30
* Use SequenceToOffsetTable in emitRegisterNameString.Jakob Stoklund Olesen2012-03-30
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-30
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-30
* Compress SimpleValueType lists by sharing.Jakob Stoklund Olesen2012-03-30
* Compress register lists by sharing suffixes.Jakob Stoklund Olesen2012-03-30
* Add a SequenceToOffsetTable to TableGen.Jakob Stoklund Olesen2012-03-30
* Add more constness to CodeGenRegisters.Jakob Stoklund Olesen2012-03-29
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-28
* fix a failure path to print the right thing, part of PR12357Chris Lattner2012-03-26
* TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...Benjamin Kramer2012-03-26
* Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its havingEli Bendersky2012-03-25
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-23
* Remove the C backend.Eric Christopher2012-03-23
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-21
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-21
* Reserve number of MI operands to accom,odate complex patterns.Evan Cheng2012-03-20
* Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet2012-03-16
* lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi2012-03-16
* lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi2012-03-16
* More const-correcting of FixedLenDecoderEmitter.Craig Topper2012-03-16
* Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper2012-03-16
* Spacing fixes. Mostly aligning arguments that spilled onto next line with the...Craig Topper2012-03-16
* Remove unused field NumVariable from Filter class. Even it was needed the sam...Craig Topper2012-03-16
* Make MnemonicTable const again. That part of r152202 was OK.Jakob Stoklund Olesen2012-03-15
* Don't assume all mnemonics fit in 64k.Jakob Stoklund Olesen2012-03-15
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-15
* Revert r152105: "Use uint16_t to store indices into string table"Jakob Stoklund Olesen2012-03-15
* Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper2012-03-13
* lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...NAKAMURA Takumi2012-03-13
* DFAPacketizerEmitter: Prune includes.Benjamin Kramer2012-03-12
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-11
* Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby2012-03-09