index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-11
1
-1
/
+1
*
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
4
-9
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
18
-71
/
+67
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
5
-173
/
+1
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-2
/
+3
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+2
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-1
/
+8
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-8
/
+1
*
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-2
/
+3
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-5
/
+6
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-4
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-1
/
+8
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
6
-12
/
+12
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-1
/
+1
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-2
/
+3
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-7
/
+0
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-4
/
+0
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-0
/
+4
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
2
-2
/
+4
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-2
/
+2
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-2
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+5
*
Add braces to the case statement.
Chad Rosier
2012-09-03
1
-1
/
+2
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-2
/
+1
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-1
/
+3
*
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-03
1
-2
/
+1
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-2
/
+0
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Remove tabs.
Bill Wendling
2012-07-19
1
-4
/
+4
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
1
-2
/
+2
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-2
/
+2
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+7
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
2
-6
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
2
-5
/
+3
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-7
/
+0
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
2
-13
/
+13
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+3
*
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
1
-2
/
+2
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
3
-19
/
+19
*
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
1
-4
/
+0
*
Fix accidentally constant conditions found by uncommitted improvements to -Wc...
David Blaikie
2012-04-09
1
-4
/
+4
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
1
-1
/
+0
[next]