projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Teach PHIElimination to handle <undef> operands.
[oota-llvm.git]
/
utils
/
2012-06-22
Jim Grosbach
TableGen: AsmMatcher support for better operand diagnos...
tree
|
commitdiff
2012-06-22
Hal Finkel
Revert r158679 - use case is unclear (and it increases...
tree
|
commitdiff
2012-06-22
Marshall Clow
Reverting makefile change wile I figure out what the...
tree
|
commitdiff
2012-06-22
Marshall Clow
Added building yaml2obj to the configure+make build...
tree
|
commitdiff
2012-06-22
Andrew Trick
Use "NoItineraries" for processors with no itineraries.
tree
|
commitdiff
2012-06-19
Marshall Clow
New test tool: obj2yaml
tree
|
commitdiff
2012-06-18
Hal Finkel
Allow up to 64 functional units per processor itinerary.
tree
|
commitdiff
2012-06-18
Jim Grosbach
TableGen: AsmMatcher missing-features list minimization.
tree
|
commitdiff
2012-06-12
Hal Finkel
Add two newlines in ParseSubtargetFeatures's debug...
tree
|
commitdiff
2012-06-11
Jakob Stoklund Olesen
Write llvm-tblgen backends as functions instead of...
tree
|
commitdiff
2012-06-08
Andrew Trick
Sched itinerary fix: Avoid static initializers.
tree
|
commitdiff
2012-06-08
Owen Anderson
Teach the AsmMatcherEmitter to allow InstAlias' where...
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Remove dead private member variables from gtest.
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Round 2 of dead private variable removal.
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Remove unused private fields found by clang's new ...
tree
|
commitdiff
2012-06-06
Justin Holewinski
Fix gtest build issue on Visual Studio 2012 RC
tree
|
commitdiff
2012-06-05
Andrew Trick
misched: Added MultiIssueItineraries.
tree
|
commitdiff
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
tree
|
commitdiff
2012-05-31
Jakob Stoklund Olesen
Didn't mean to export this function.
tree
|
commitdiff
2012-05-31
Jakob Stoklund Olesen
Emit register unit root tables.
tree
|
commitdiff
2012-05-30
Jakob Stoklund Olesen
Print uint16_t numbers without a sign.
tree
|
commitdiff
2012-05-30
Benjamin Kramer
Remove little semicolon that caused a lot of warnings.
tree
|
commitdiff
2012-05-29
Jakob Stoklund Olesen
Emit register unit lists for each register.
tree
|
commitdiff
2012-05-29
Benjamin Kramer
Add intrinsics, code gen, assembler and disassembler...
tree
|
commitdiff
2012-05-28
Chris Lattner
switch AttrListPtr::get to take an ArrayRef, simplifyin...
tree
|
commitdiff
2012-05-27
Chris Lattner
rdar://11542750 - llvm.trap should be marked no return.
tree
|
commitdiff
2012-05-27
Chris Lattner
Reimplement the intrinsic verifier to use the same...
tree
|
commitdiff
2012-05-27
Chris Lattner
move some code around so that Verifier.cpp can get...
tree
|
commitdiff
2012-05-27
Chris Lattner
enhance the intrinsic info table to encode what *kind...
tree
|
commitdiff
2012-05-26
Chris Lattner
rearrange some code, no functionality change.
tree
|
commitdiff
2012-05-25
Jakob Stoklund Olesen
Compress MCRegisterInfo register name tables.
tree
|
commitdiff
2012-05-24
Owen Anderson
Teach tblgen's set theory "sequence" operator to suppor...
tree
|
commitdiff
2012-05-23
Patrik Hägglund
Fixed typo in r156905.
tree
|
commitdiff
2012-05-23
Chris Lattner
small refinement to r157218 to save a tiny amount of...
tree
|
commitdiff
2012-05-22
Jakob Stoklund Olesen
Also compute TopoSigs in synthetic register classes.
tree
|
commitdiff
2012-05-21
Pete Cooper
Added address space qualifier to intrinsic PointerType...
tree
|
commitdiff
2012-05-17
Chris Lattner
enhance the intrinsic info stuff to emit encodings...
tree
|
commitdiff
2012-05-17
Chris Lattner
finish encoding all of the interesting details of intri...
tree
|
commitdiff
2012-05-17
Chris Lattner
strengthen the intrinsic descriptor stuff to be able...
tree
|
commitdiff
2012-05-17
Chris Lattner
simplify code generated by tblgen that is not necessary...
tree
|
commitdiff
2012-05-17
Francois Pichet
I forgot the #ifdef _MSC_VER guard in my last commit.
tree
|
commitdiff
2012-05-17
Francois Pichet
Fix the MSVC 2010 build: disable the optimizer for...
tree
|
commitdiff
2012-05-16
Jakob Stoklund Olesen
Use RegUnits to compute overlapping registers.
tree
|
commitdiff
2012-05-16
Chris Lattner
Significantly reduce the compiled size of Functions...
tree
|
commitdiff
2012-05-16
Chris Lattner
have tblgen emit cast<> instead of dyn_cast<> when...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
llvm-build: Add support for non-installed libraries...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
llvm-build: Don't emit library information for disabled...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
[utils] Fix Get{RepositoryPath,SourceVersion} to have...
tree
|
commitdiff
2012-05-15
Jim Grosbach
TableGen'erate mapping physical registers to encoding...
tree
|
commitdiff
2012-05-15
Jakob Stoklund Olesen
Create a struct representing register units in TableGen.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Consider ad hoc aliasing when building RegUnits.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Record the ad hoc aliasing graph in CodeGenRegister.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Compute topological signatures of registers.
tree
|
commitdiff
2012-05-12
Jakob Stoklund Olesen
Speed up computeComposites() by using the new SubReg...
tree
|
commitdiff
2012-05-11
Bill Wendling
Remove extraneous ; and the resulting warning.
tree
|
commitdiff
2012-05-11
Jakob Stoklund Olesen
Defer computation of SuperRegs.
tree
|
commitdiff
2012-05-10
Jakob Stoklund Olesen
Compute secondary sub-registers.
tree
|
commitdiff
2012-05-10
Jakob Stoklund Olesen
Precompute lists of explicit sub-registers and indices.
tree
|
commitdiff
2012-05-10
Andrew Trick
Fix TableGen's RegPressureSet weight normalization...
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Fix warning text.
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Compute a backwards SubReg -> SubRegIndex map for each...
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Rename getSubRegs() to computeSubRegs().
tree
|
commitdiff
2012-05-08
NAKAMURA Takumi
Lit: rewind WinWaitReleased() stuff in TestRunner.
tree
|
commitdiff
2012-05-07
Preston Gurd
Make IntelJITEvents and OProfileJIT as optional librari...
tree
|
commitdiff
2012-05-06
Jim Grosbach
TableGen: AsmMatcher diagnostic when missing instructio...
tree
|
commitdiff
2012-05-04
Jakob Stoklund Olesen
Order register classes by spill size first, members...
tree
|
commitdiff
2012-05-04
Jakob Stoklund Olesen
Remove TargetRegisterClass::SuperRegClasses.
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Use a shared implementation of getMatchingSuperRegClass().
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Add TargetRegisterClass::getSuperRegIndices().
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Emit SuperRegMasks as part of the existing SubClassMask...
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Compress tables for getMatchingSuperRegClass().
tree
|
commitdiff
2012-05-03
Owen Anderson
Add the half type to the LLVM IR vim syntax highlighting.
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Don't override subreg functions in targets without...
tree
|
commitdiff
2012-05-02
Douglas Gregor
Move llvm-tblgen's StringMatcher into the TableGen...
tree
|
commitdiff
2012-04-25
Craig Topper
Add ifdef around getSubtargetFeatureName in tablegen...
tree
|
commitdiff
2012-04-24
Jim Grosbach
ARM: improved assembler diagnostics for missing CPU...
tree
|
commitdiff
2012-04-21
Craig Topper
Remove 'XXXRegisterClass' from tablegen output. Targets...
tree
|
commitdiff
2012-04-20
Andrew Trick
TableGen'd RegPressure: Added getPressureSetName.
tree
|
commitdiff
2012-04-20
Bill Wendling
Modify the sh-bang to run out-of-the-box for FreeBSDes.
tree
|
commitdiff
2012-04-19
Jim Grosbach
TableGen support for auto-generating assembly two-opera...
tree
|
commitdiff
2012-04-19
Michael J. Spencer
Remove llvm-ld and llvm-stub (which is only used by...
tree
|
commitdiff
2012-04-19
Jim Grosbach
Use a SmallVector instead of std::vector for ResOperands.
tree
|
commitdiff
2012-04-19
Jim Grosbach
Update some internal naming conventions to modern style.
tree
|
commitdiff
2012-04-19
Daniel Dunbar
llvm-lit: Inject the lit module path at the beginning...
tree
|
commitdiff
2012-04-19
Craig Topper
Make fast isel use &XXXRegClass instead of XXXRegisterC...
tree
|
commitdiff
2012-04-18
Jim Grosbach
Fix typo.
tree
|
commitdiff
2012-04-18
Bill Wendling
Add a flag to rebranch if we need to.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Revert "Replace some uses of std:map<std::string,....
tree
|
commitdiff
2012-04-18
Benjamin Kramer
tblgen: remove duplicated newlines.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Replace some uses of std:map<std::string,...> with...
tree
|
commitdiff
2012-04-18
Jim Grosbach
Use SmallVector for the requirements on an InstAlias.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. Formatting.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Move a few more warnings to use PrintWarning().
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. No need for a Twine here, as it's just constants.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Formatting.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. Add a '.' at the end of the sentence.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Clean up warning text. Remove extraneous prefix.
tree
|
commitdiff
2012-04-18
Jim Grosbach
TableGen use PrintWarning rather than fprintf(stderr...
tree
|
commitdiff
2012-04-18
Silviu Baranga
Fixed decoding for the ARM cdp2 instruction. The restri...
tree
|
commitdiff
2012-04-17
Jim Grosbach
Sanity check error handling for TokenAlias.
tree
|
commitdiff
next