add support for ocaml 3.12
[oota-llvm.git] / utils /
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierHoist a check to eliminate obvious mismatches as early...
2012-08-30 Chad Rosier[ms-inline asm] Add a new function, GetMCInstOperandNum...
2012-08-29 Andrew TrickFix a nondeterminism in the ARM assembler.
2012-08-28 Jakob Stoklund OlesenCheck all patterns for missing instruction flags.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenInfer instruction properties from single-instruction...
2012-08-24 Jakob Stoklund OlesenStop inferring isVariadic from instruction patterns.
2012-08-24 Jakob Stoklund OlesenVerify explicit instruction properties when they can...
2012-08-24 Jakob Stoklund OlesenHeed guessInstructionProperties, and stop warning on...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachTblGen: Make asm-matcher ConvertToMCInst() table driven.
2012-08-21 Chad RosierFormatting. No functional change.
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
next