move some code around so that Verifier.cpp can get access to the intrinsic info table.
[oota-llvm.git] / utils /
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...
2012-04-20 Andrew TrickTableGen'd RegPressure: Added getPressureSetName.
2012-04-20 Bill WendlingModify the sh-bang to run out-of-the-box for FreeBSDes.
2012-04-19 Jim GrosbachTableGen support for auto-generating assembly two-opera...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-19 Jim GrosbachUse a SmallVector instead of std::vector for ResOperands.
2012-04-19 Jim GrosbachUpdate some internal naming conventions to modern style.
2012-04-19 Daniel Dunbarllvm-lit: Inject the lit module path at the beginning...
2012-04-19 Craig TopperMake fast isel use &XXXRegClass instead of XXXRegisterC...
2012-04-18 Jim GrosbachFix typo.
2012-04-18 Bill WendlingAdd a flag to rebranch if we need to.
2012-04-18 Jim GrosbachRevert "Replace some uses of std:map<std::string,....
2012-04-18 Benjamin Kramertblgen: remove duplicated newlines.
2012-04-18 Jim GrosbachReplace some uses of std:map<std::string,...> with...
2012-04-18 Jim GrosbachUse SmallVector for the requirements on an InstAlias.
2012-04-18 Jim GrosbachTidy up. Formatting.
2012-04-18 Jim GrosbachMove a few more warnings to use PrintWarning().
2012-04-18 Jim GrosbachTidy up. No need for a Twine here, as it's just constants.
2012-04-18 Jim GrosbachFormatting.
2012-04-18 Jim GrosbachTidy up. Add a '.' at the end of the sentence.
2012-04-18 Jim GrosbachClean up warning text. Remove extraneous prefix.
2012-04-18 Jim GrosbachTableGen use PrintWarning rather than fprintf(stderr...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-17 Jim GrosbachSanity check error handling for TokenAlias.
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Bill WendlingDownload and build the compiler-rt project.
2012-04-17 Bill WendlingDon't tag libcxx and libcxxabi since we don't release...
2012-04-17 Jim GrosbachTidy up. 80 columns.
2012-04-13 Bob WilsonRemove old code to strip out unwanted PPC slices for...
2012-04-13 Craig TopperFix target specific intrinsic handling to adjust intrin...
2012-04-11 Jim GrosbachRemove incorrect comment.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-11 Jim GrosbachTidy up. Whitespace.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-11 Andrew TrickTableGen'd regpressure: register unit set pruning.
2012-04-11 Andrew TrickTablegen'd regpressure: emit the weighted pressure...
2012-04-11 Andrew TrickTable-generated register pressure fixes.
2012-04-10 Andrew TrickTableGen/reginfo potential bug: typo from previous...
2012-04-10 Andrew TrickFix for register pressure tables.
2012-04-10 Andrew TrickUse std::includes instead of my own implementation.
2012-04-10 Andrew TrickAdded register unit sets to the target description.
2012-04-10 Andrew TrickAdded register unit weights to the target description.
2012-04-10 Andrew TrickFix header comment
2012-04-05 Bob WilsonDo not include multiple -arch options in CPPFLAGS.
2012-04-04 Craig TopperConvert assert(false) followed by a return to llvm_unre...
2012-04-03 Bob WilsonFix the install location for the Embedded makefile...
2012-04-03 Bob WilsonRemove dead code for installing libLTO when building...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-03 Bob WilsonWhen building llvmCore, pass the SDKROOT and -arch...
2012-04-03 Bob WilsonRemove a reference to the C backend.
2012-04-03 Craig TopperTidy up spacing in some tablegen outputs.
next