index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
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
2012-05-03
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
Emit SuperRegMasks as part of the existing SubClassMask arrays.
Jakob Stoklund Olesen
2012-05-03
Compress tables for getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
Add the half type to the LLVM IR vim syntax highlighting.
Owen Anderson
2012-05-03
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-21
Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...
Craig Topper
2012-04-20
TableGen'd RegPressure: Added getPressureSetName.
Andrew Trick
2012-04-20
Modify the sh-bang to run out-of-the-box for FreeBSDes.
Bill Wendling
2012-04-19
TableGen support for auto-generating assembly two-operand aliases.
Jim Grosbach
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-04-19
Use a SmallVector instead of std::vector for ResOperands.
Jim Grosbach
2012-04-19
Update some internal naming conventions to modern style.
Jim Grosbach
2012-04-19
llvm-lit: Inject the lit module path at the beginning of sys.path, just in case
Daniel Dunbar
2012-04-19
Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...
Craig Topper
2012-04-18
Fix typo.
Jim Grosbach
[next]