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
/
TableGen
Age
Commit message (
Expand
)
Author
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-30
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
Jim Grosbach
2011-06-29
ARM RSCS* don't need explicit TableGen decoder checks.
Jim Grosbach
2011-06-29
Refactor away tSpill and tRestore pseudos in ARM backend.
Jim Grosbach
2011-06-29
Change AsmName's type from StringRef to std::string. AsmName was pointing to ...
Francois Pichet
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
Alternative name enum should go into the enum portion.
Evan Cheng
2011-06-27
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
Remove RCBarriers from TargetInstrDesc.
Evan Cheng
2011-06-27
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
More refactoring. MC doesn't need know about subreg indices.
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-25
Remove dead typedefs.
Evan Cheng
2011-06-24
Rename TargetRegisterDesc to MCRegisterDesc
Evan Cheng
2011-06-24
Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."
Bob Wilson
2011-06-24
Shorten some ARM builtin names by removing unnecessary "neon" prefix.
Bob Wilson
2011-06-24
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
Make the generated InitXXXMCRegisterInfo function "static inline", so it does...
Benjamin Kramer
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-21
Unbreak the CMake build
Francois Pichet
2011-06-21
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-20
Skip fields that don't exist in the Register class.
Jakob Stoklund Olesen
2011-06-20
Add a RegisterTuples class to Target.td and TableGen.
Jakob Stoklund Olesen
2011-06-18
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
Use the correct comparator to avoid depending on pointer values.
Jakob Stoklund Olesen
2011-06-18
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
Remove MethodProtos/MethodBodies and allocation_order_begin/end.
Jakob Stoklund Olesen
2011-06-18
Provide AltOrders for specifying alternative allocation orders.
Jakob Stoklund Olesen
2011-06-16
Fix formatting.
Owen Anderson
2011-06-16
Prempt some obnoxious compiler from complaing about signed/unsigned
Jakob Stoklund Olesen
2011-06-16
Make sure to pass an unsigned to a printf format that is always %u.
Jakob Stoklund Olesen
2011-06-15
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
2011-06-15
Update the Clang diagnostic emitter to emit IDs for diagnostic categories.
John McCall
2011-06-15
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
2011-06-15
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2011-06-15
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
Improve the heuristic to emit the alias if the number of hard-coded registers
Bill Wendling
2011-06-15
Move the list of register classes into CodeGenRegBank as well.
Jakob Stoklund Olesen
2011-06-14
Fix a compile time regression caused by too small hash tables.
Jakob Stoklund Olesen
2011-06-14
Heuristic: If the number of operands in the alias are more than the number of
Bill Wendling
[prev]
[next]