summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Didn't mean to export this function.Jakob Stoklund Olesen2012-05-31
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-31
* Print uint16_t numbers without a sign.Jakob Stoklund Olesen2012-05-30
* Remove little semicolon that caused a lot of warnings.Benjamin Kramer2012-05-30
* Emit register unit lists for each register.Jakob Stoklund Olesen2012-05-29
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner2012-05-27
* move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner2012-05-27
* enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner2012-05-27
* rearrange some code, no functionality change.Chris Lattner2012-05-26
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-25
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* Fixed typo in r156905.Patrik Hägglund2012-05-23
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-23
* Also compute TopoSigs in synthetic register classes.Jakob Stoklund Olesen2012-05-22
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-21
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-17
* finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2012-05-17
* strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2012-05-17
* simplify code generated by tblgen that is not necessary since we droppedChris Lattner2012-05-17
* I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet2012-05-17
* Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet2012-05-17
* Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen2012-05-16
* Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner2012-05-16
* have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.Chris Lattner2012-05-16
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-15
* llvm-build: Don't emit library information for disabled targets.Daniel Dunbar2012-05-15
* [utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar2012-05-15
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-15
* Create a struct representing register units in TableGen.Jakob Stoklund Olesen2012-05-15
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-14
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-14
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-14
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-12
* Remove extraneous ; and the resulting warning.Bill Wendling2012-05-11
* Defer computation of SuperRegs.Jakob Stoklund Olesen2012-05-11
* Compute secondary sub-registers.Jakob Stoklund Olesen2012-05-10
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-10
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-10
* Fix warning text.Jakob Stoklund Olesen2012-05-09
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-09
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-09
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-08
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach2012-05-06
* Order register classes by spill size first, members last.Jakob Stoklund Olesen2012-05-04
* Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen2012-05-04