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
/
lib
/
Target
/
XCore
Age
Commit message (
Expand
)
Author
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-17
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
Fix parameter name in prototypes in XCoreDisassembler.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
Simplify assertion in XCoreInstPrinter.
Richard Osborne
2012-12-17
Update comments to match recommended doxygen style.
Richard Osborne
2012-12-17
Remove unnecessary include.
Richard Osborne
2012-12-16
Add instruction encodings and disassembly for 1r instructions.
Richard Osborne
2012-12-16
Add XCore disassembler.
Richard Osborne
2012-12-16
Remove invalid instruction encodings.
Richard Osborne
2012-12-16
Mark anything deriving from PseudoInstXCore as a pseudo instruction.
Richard Osborne
2012-12-16
Set instruction size correctly in XCoreInstrFormats.td
Richard Osborne
2012-12-16
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
Richard Osborne
2012-12-16
Replace ${:comment} with the comment symbol.
Richard Osborne
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-16
Fix handling of aliases to functions.
Richard Osborne
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-12
Fix PR11985
Michael Liao
2012-08-24
Fix load/store SDNode flags.
Jakob Stoklund Olesen
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-07-19
Remove tabs.
Bill Wendling
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-13
Fix pattern for MKMSK instruction.
Richard Osborne
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
[next]