PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
[oota-llvm.git] / utils /
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Craig TopperDeclare some for loop indices inside the for loop state...
2012-08-17 Craig TopperFix up indentation of outputted decode function for...
2012-08-17 NAKAMURA Takumilit: Show actually created count of threads. The incorr...
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-15 Jakob Stoklund OlesenAdd a CoveringSubRegIndices field to SubRegIndex records.
2012-08-15 Jakob Stoklund OlesenMake synthesized sub-register indexes available in...
2012-08-15 Benjamin KramerFix a const violation in the generated disassembler.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-10 Bob WilsonUse the final .version number for LLVM_MINOR_VERSION...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-04 Bill WendlingRemove extraneous ';'.
2012-08-02 Richard TrieuRemove redundant '== true' after a comparison.
2012-08-02 Michael J. Spencer[yaml2obj] Fix build. Apparently I've gotten too famili...
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Michael J. Spencer[obj2yaml] Print the Relocations header.
2012-07-31 Ted KremenekUse regex instead of special casing clang and llvm...
2012-07-31 Craig TopperUse uint8_t to store the InstructionContext table....
2012-07-31 Craig TopperTidy up. Move for loop index declarations into for...
2012-07-31 Craig TopperTidy up function argument formatting.
2012-07-31 Craig TopperRemove trailing whitespace
2012-07-31 Craig TopperRemove trailing whitespace
2012-07-30 Craig TopperMark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEff...
2012-07-30 Craig TopperRemove some unnecessary filter checks. They were alread...
2012-07-30 Craig TopperRemove check for sub class of X86Inst from filter funct...
2012-07-30 Craig TopperSimplify code that filtered certain instructions in...
2012-07-30 Craig TopperRemove check for f256mem from has256BitOperands as...
2012-07-30 Craig TopperRemove trailing whitespace.
2012-07-27 Craig TopperClean up includes.
2012-07-27 Jakob Stoklund OlesenEliminate the large XXXSubRegTable constant arrays.
2012-07-26 Jakob Stoklund OlesenRemove support for 'CompositeIndices' and sub-register...
2012-07-26 Craig TopperMake l/q suffixes on AVX forms of scalar convert instru...
2012-07-25 Jakob Stoklund OlesenDifferentially encode all MC register lists.
2012-07-23 Eric ChristopherFix a "Bad fd number" error on some platforms due to...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-20 Daniel Dunbarlit: Use close_fds=True on UNIX, to avoid file descript...
2012-07-18 Richard TrieuMove around some enum elements so that lastMRM corrects...
2012-07-18 Jim GrosbachTblGen: Tweak to pretty-print DAGISel.inc a bit better.
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-17 Jim GrosbachTableGen: Pattern<> references to null_frag are a nop.
2012-07-17 Jim GrosbachTableGen: Allow conditional instruction pattern in...
2012-07-16 Owen AndersonDefer checking for registers in the MC AsmMatcher until...
2012-07-12 Jim GrosbachTableGen: Assembly matcher 'insufficient operands'...
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-07-09 Andrew TrickMachine model: allow itineraries to be shared by differ...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew Trickwhitespace
2012-07-07 Andrew TrickTweak spelling.
2012-07-02 Chandler CarruthRevert r159528 which taught lit's builtin shell test...
2012-07-02 Chandler CarruthFix the C++11 build. I hate narrowing conversions.
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-07-02 Chandler CarruthTeach the built-in shell test runner in lit to handle...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-28 Alexey SamsonovFix Windows build after r159281: s/iterator/const_iterator
2012-06-28 Richard TrieuSilence unused variable warning.
2012-06-27 Anshuman DasguptaRefactor and speed up DFA generator.
2012-06-26 Jim GrosbachTableGen: AsmMatcher diagnostics preference detail.
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Tim NorthoverTeach TableGen to put chains on more instructions
2012-06-26 Eric ChristopherTypo.
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Marshall ClowReverting makefile change wile I figure out what the...
2012-06-22 Marshall ClowAdded building yaml2obj to the configure+make build...
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-19 Marshall ClowNew test tool: obj2yaml
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-18 Jim GrosbachTableGen: AsmMatcher missing-features list minimization.
2012-06-12 Hal FinkelAdd two newlines in ParseSubtargetFeatures's debug...
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-06-08 Andrew TrickSched itinerary fix: Avoid static initializers.
2012-06-08 Owen AndersonTeach the AsmMatcherEmitter to allow InstAlias' where...
2012-06-06 Benjamin KramerRemove dead private member variables from gtest.
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-06 Justin HolewinskiFix gtest build issue on Visual Studio 2012 RC
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-31 Jakob Stoklund OlesenDidn't mean to export this function.
2012-05-31 Jakob Stoklund OlesenEmit register unit root tables.
2012-05-30 Jakob Stoklund OlesenPrint uint16_t numbers without a sign.
2012-05-30 Benjamin KramerRemove little semicolon that caused a lot of warnings.
2012-05-29 Jakob Stoklund OlesenEmit register unit lists for each register.
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-26 Chris Lattnerrearrange some code, no functionality change.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-22 Jakob Stoklund OlesenAlso compute TopoSigs in synthetic register classes.
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
next