As Eric pointed out, even a Debug build should be equal. Leave the flag that can...
[oota-llvm.git] / utils /
2012-04-03 Bill WendlingAs Eric pointed out, even a Debug build should be equal...
2012-04-03 Andrew TrickCleanup set_union usage. The same thing but a bit clean...
2012-04-03 Andrew TrickUse std::set_union instead of nasty custom code.
2012-04-02 Bill WendlingCompare the .o files only for release builds. Add an...
2012-04-02 Silviu BarangaSecond part for the 153874 one
2012-04-02 Benjamin KramerEmit the asm writer's mnemonic table with SequenceToOff...
2012-04-02 Craig TopperReorder fields in MatchEntry and OperandMatchEntry...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperUse SequenceToOffsetTable to generate instruction name...
2012-04-01 Craig TopperUse SequenceToOffsetTable to create instruction name...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-03-31 Andrew Trickcomment typo
2012-03-31 Andrew TrickIntroduce Register Units: Give each leaf register a...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-30 Jakob Stoklund OlesenUse SequenceToOffsetTable in emitRegisterNameString.
2012-03-30 Jakob Stoklund OlesenReapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jakob Stoklund OlesenCompress SimpleValueType lists by sharing.
2012-03-30 Jakob Stoklund OlesenCompress register lists by sharing suffixes.
2012-03-30 Jakob Stoklund OlesenAdd a SequenceToOffsetTable to TableGen.
2012-03-29 Jakob Stoklund OlesenAdd more constness to CodeGenRegisters.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-26 Chris Lattnerfix a failure path to print the right thing, part of...
2012-03-26 Benjamin KramerTableGen: Don't emit the llvm intrinsic -> gcc builtin...
2012-03-25 Eli BenderskyFix lit failure on cmake-clang-x64_64-linux bot, appare...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-23 Benjamin KramerInclude cstdio in a few place that depended on getting...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-21 Nico WeberAdd a ${pathsep} variable to lit that expands to :...
2012-03-21 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased(...
2012-03-20 Evan ChengReserve number of MI operands to accom,odate complex...
2012-03-16 Francois PichetRevert r152915. Chapuni's WinWaitReleased refactoring...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Check all opened_files[...
2012-03-16 NAKAMURA Takumilit/TestRunner.py: [Win32] Rework WinWaitReleased().
2012-03-16 Craig TopperMore const-correcting of FixedLenDecoderEmitter.
2012-03-16 Craig TopperConst-correct the FixedLenDecoderEmitter. Pass a few...
2012-03-16 Craig TopperSpacing fixes. Mostly aligning arguments that spilled...
2012-03-16 Craig TopperRemove unused field NumVariable from Filter class....
2012-03-15 Jakob Stoklund OlesenMake MnemonicTable const again. That part of r152202...
2012-03-15 Jakob Stoklund OlesenDon't assume all mnemonics fit in 64k.
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-15 Jakob Stoklund OlesenRevert r152105: "Use uint16_t to store indices into...
2012-03-13 Craig TopperRemove unused field from FixedLenDecoderEmitter. Move...
2012-03-13 NAKAMURA Takumilit: Pass %INCLUDE% to tests on Win32. clang may expect...
2012-03-12 Benjamin KramerDFAPacketizerEmitter: Prune includes.
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-03-09 NAKAMURA TakumiTableGen/CodeEmitterGen.cpp: Fix an expression of gener...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Owen AndersonFix support for encodings up to 64-bits in length....
2012-03-06 Craig TopperUse uint16_t to store indices into string table since...
2012-03-06 Craig TopperAdd asserts to ensure that values will fit into the...
2012-03-05 Jim GrosbachNuke a bit of dead code.
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Craig TopperShrink and reorder fields in MCRegisterClass to reduce...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-03-03 Benjamin KramerPerform the string table optimization for OperandMatchE...
2012-03-03 Benjamin KramerShrink the asm matcher tables.
2012-03-03 Benjamin KramerStringToOffsetTable: Allow uniquing the first element...
2012-03-03 Duncan SandsHonour --config-prefix also for lit.local.cfg.
2012-03-01 Benjamin KramerMove getSubRegIndex out of generated code into MCRegist...
2012-03-01 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Benjamin KramerEmit the intrinsic modref info as a lookup table instea...
2012-02-29 Benjamin KramerImplement getSubRegIndex as a linear search on the...
2012-02-29 Jim GrosbachTidy up. 80 columns.
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-29 Jim GrosbachTidy up. Spelling.
2012-02-29 Jim GrosbachMove the subregister indicies enum into the REGINFO_ENU...
2012-02-29 Jim GrosbachSwitch TargetRegisterInfo::getSubReg() to use a lookup...
2012-02-28 Craig TopperConvert generated intrinsic attributes to use an array...
2012-02-27 Craig TopperUpdate tblgen command guide. Remove unused tblgen Instr...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-23 Craig TopperRemove 'if' from getSuperRegisters, getSubRegisters...
2012-02-22 Bill WendlingRemove bad comma from .el file.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-22 Craig TopperDeclare register classes as const. Fix a couple pointer...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-21 Craig TopperReorder some members in MCRegisterClass to remove paddi...
2012-02-21 Craig TopperIn generated RegisterInfo files, replace a pointer...
2012-02-21 Craig TopperMerge some tables in generated RegisterInfo file. Store...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-15 Daniel Dunbarutils: Kill NewNightlyTest.pl, which has been replaced...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
next