Allow PointerIntPairs to be created from const void *.
[oota-llvm.git] / utils /
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...
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-17 Chris Lattnersimplify code generated by tblgen that is not necessary...
2012-05-17 Francois PichetI forgot the #ifdef _MSC_VER guard in my last commit.
2012-05-17 Francois PichetFix the MSVC 2010 build: disable the optimizer for...
2012-05-16 Jakob Stoklund OlesenUse RegUnits to compute overlapping registers.
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-16 Chris Lattnerhave tblgen emit cast<> instead of dyn_cast<> when...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Daniel Dunbarllvm-build: Don't emit library information for disabled...
2012-05-15 Daniel Dunbar[utils] Fix Get{RepositoryPath,SourceVersion} to have...
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-15 Jakob Stoklund OlesenCreate a struct representing register units in TableGen.
2012-05-14 Jakob Stoklund OlesenConsider ad hoc aliasing when building RegUnits.
2012-05-14 Jakob Stoklund OlesenRecord the ad hoc aliasing graph in CodeGenRegister.
2012-05-14 Jakob Stoklund OlesenCompute topological signatures of registers.
2012-05-12 Jakob Stoklund OlesenSpeed up computeComposites() by using the new SubReg...
2012-05-11 Bill WendlingRemove extraneous ; and the resulting warning.
2012-05-11 Jakob Stoklund OlesenDefer computation of SuperRegs.
2012-05-10 Jakob Stoklund OlesenCompute secondary sub-registers.
2012-05-10 Jakob Stoklund OlesenPrecompute lists of explicit sub-registers and indices.
2012-05-10 Andrew TrickFix TableGen's RegPressureSet weight normalization...
2012-05-09 Jakob Stoklund OlesenFix warning text.
2012-05-09 Jakob Stoklund OlesenCompute a backwards SubReg -> SubRegIndex map for each...
2012-05-09 Jakob Stoklund OlesenRename getSubRegs() to computeSubRegs().
2012-05-08 NAKAMURA TakumiLit: rewind WinWaitReleased() stuff in TestRunner.
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-05-06 Jim GrosbachTableGen: AsmMatcher diagnostic when missing instructio...
2012-05-04 Jakob Stoklund OlesenOrder register classes by spill size first, members...
2012-05-04 Jakob Stoklund OlesenRemove TargetRegisterClass::SuperRegClasses.
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund OlesenAdd TargetRegisterClass::getSuperRegIndices().
2012-05-03 Jakob Stoklund OlesenEmit SuperRegMasks as part of the existing SubClassMask...
2012-05-03 Jakob Stoklund OlesenCompress tables for getMatchingSuperRegClass().
2012-05-03 Owen AndersonAdd the half type to the LLVM IR vim syntax highlighting.
2012-05-03 Jakob Stoklund OlesenDon't override subreg functions in targets without...
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-21 Craig TopperRemove 'XXXRegisterClass' from tablegen output. Targets...
next