aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-12Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-06-08Sched itinerary fix: Avoid static initializers.Andrew Trick
2012-06-08Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson
2012-06-06Remove dead private member variables from gtest.Benjamin Kramer
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-06-06Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-31Didn't mean to export this function.Jakob Stoklund Olesen
2012-05-31Emit register unit root tables.Jakob Stoklund Olesen
2012-05-30Print uint16_t numbers without a sign.Jakob Stoklund Olesen
2012-05-30Remove little semicolon that caused a lot of warnings.Benjamin Kramer
2012-05-29Emit register unit lists for each register.Jakob Stoklund Olesen
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-27Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner
2012-05-27move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner
2012-05-27enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner
2012-05-26rearrange some code, no functionality change.Chris Lattner
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-23Fixed typo in r156905.Patrik Hägglund
2012-05-23small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner
2012-05-22Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen
2012-05-21Added address space qualifier to intrinsic PointerType arguments.Pete Cooper
2012-05-17enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner
2012-05-17finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner
2012-05-17strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner
2012-05-17simplify code generated by tblgen that is not necessary since we droppedChris Lattner
2012-05-17I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet
2012-05-17Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet
2012-05-16Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen
2012-05-16Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner
2012-05-16have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.Chris Lattner
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-05-15llvm-build: Don't emit library information for disabled targets.Daniel Dunbar
2012-05-15[utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar
2012-05-15TableGen'erate mapping physical registers to encoding values.Jim Grosbach
2012-05-15Create a struct representing register units in TableGen.Jakob Stoklund Olesen
2012-05-14Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen
2012-05-14Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen
2012-05-14Compute topological signatures of registers.Jakob Stoklund Olesen
2012-05-12Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen
2012-05-11Remove extraneous ; and the resulting warning.Bill Wendling
2012-05-11Defer computation of SuperRegs.Jakob Stoklund Olesen
2012-05-10Compute secondary sub-registers.Jakob Stoklund Olesen