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
2011-07-08
Fix dangling pointer.
Eli Friedman
2011-07-08
Fix a dangling reference. Patch by Dave Abrahams. pr10311
Evan Cheng
2011-07-08
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
Add isCodeGenOnly value to the CodeGenInstruction class.
Jim Grosbach
2011-07-06
Typo.
Jim Grosbach
2011-07-06
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
Allow tagless builds and fix debug build configuration.
David Greene
2011-07-06
Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.
Evan Cheng
2011-07-02
Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...
Jordy Rose
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-22
lit support for REQUIRES: asserts.
Andrew Trick
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
[next]