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
/
MBlaze
Age
Commit message (
Expand
)
Author
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-05
Move MRI liveouts to MBlaze return instructions.
Jakob Stoklund Olesen
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
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
2012-12-20
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-11
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
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-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-25
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
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-15
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
Add braces to the case statement.
Chad Rosier
2012-09-03
Removed unused argument.
Chad Rosier
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-08-31
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-07-19
Remove tabs.
Bill Wendling
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
[next]