index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-31
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-30
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
Remove little semicolon that caused a lot of warnings.
Benjamin Kramer
2012-05-29
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-26
rearrange some code, no functionality change.
Chris Lattner
2012-05-25
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-23
Fixed typo in r156905.
Patrik Hägglund
2012-05-23
small refinement to r157218 to save a tiny amount of table size in the common
Chris Lattner
2012-05-22
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-21
Added address space qualifier to intrinsic PointerType arguments.
Pete Cooper
2012-05-17
enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...
Chris Lattner
2012-05-17
finish encoding all of the interesting details of intrinsics. Now intrinsics
Chris Lattner
2012-05-17
strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...
Chris Lattner
2012-05-17
simplify code generated by tblgen that is not necessary since we dropped
Chris Lattner
2012-05-17
I forgot the #ifdef _MSC_VER guard in my last commit.
Francois Pichet
2012-05-17
Fix the MSVC 2010 build: disable the optimizer for a problematic function.
Francois Pichet
2012-05-16
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
Significantly reduce the compiled size of Functions.cpp by turning a big blob...
Chris Lattner
2012-05-16
have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.
Chris Lattner
2012-05-15
llvm-build: Add support for non-installed libraries (e.g., gtest).
Daniel Dunbar
2012-05-15
llvm-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-svn
Daniel Dunbar
2012-05-15
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
Create a struct representing register units in TableGen.
Jakob Stoklund Olesen
2012-05-14
Consider ad hoc aliasing when building RegUnits.
Jakob Stoklund Olesen
2012-05-14
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-12
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-11
Remove extraneous ; and the resulting warning.
Bill Wendling
2012-05-11
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-10
Compute secondary sub-registers.
Jakob Stoklund Olesen
2012-05-10
Precompute lists of explicit sub-registers and indices.
Jakob Stoklund Olesen
2012-05-10
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
Andrew Trick
2012-05-09
Fix warning text.
Jakob Stoklund Olesen
2012-05-09
Compute a backwards SubReg -> SubRegIndex map for each register.
Jakob Stoklund Olesen
2012-05-09
Rename getSubRegs() to computeSubRegs().
Jakob Stoklund Olesen
2012-05-08
Lit: rewind WinWaitReleased() stuff in TestRunner.
NAKAMURA Takumi
2012-05-07
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2012-05-06
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
Jim Grosbach
2012-05-04
Order register classes by spill size first, members last.
Jakob Stoklund Olesen
2012-05-04
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
[next]