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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
7
-50
/
+86
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
4
-3
/
+28
*
ARM assembly parsing of MRS instruction.
Jim Grosbach
2011-07-19
4
-10
/
+24
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
4
-112
/
+140
*
Change variable name.
Akira Hatanaka
2011-07-19
1
-3
/
+3
*
ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
Jim Grosbach
2011-07-19
3
-9
/
+22
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
2
-29
/
+30
*
Move mr[r]c[2] ARM tests and tidy up a bit.
Jim Grosbach
2011-07-19
2
-10
/
+19
*
ARM testcases for MOVT.
Jim Grosbach
2011-07-19
2
-0
/
+15
*
Use descriptive variable names.
Akira Hatanaka
2011-07-19
1
-154
/
+177
*
ARM assembly parsing for MOV (register).
Jim Grosbach
2011-07-19
3
-19
/
+46
*
Tidy up.
Jim Grosbach
2011-07-19
1
-12
/
+8
*
Tighten conditional for 'mov' cc_out.
Jim Grosbach
2011-07-19
1
-1
/
+2
*
Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...
Devang Patel
2011-07-19
4
-5
/
+32
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
7
-21
/
+99
*
Whitespace.
Jim Grosbach
2011-07-19
1
-1
/
+1
*
Remove unused code.
Jim Grosbach
2011-07-19
1
-54
/
+3
*
Fix comments.
Akira Hatanaka
2011-07-19
1
-10
/
+10
*
Remove redundant instructions.
Akira Hatanaka
2011-07-19
2
-26
/
+17
*
Separate code that modifies control flow from code that adds instruction to
Akira Hatanaka
2011-07-19
1
-18
/
+18
*
ARM range checking for so_imm operands in assembly parsing.
Jim Grosbach
2011-07-19
2
-0
/
+15
*
Revert "Make a provision to encode inline location in a variable. This will e...
Bob Wilson
2011-07-19
4
-32
/
+5
*
Revert "Update docs to reflect r135457."
Bob Wilson
2011-07-19
1
-3
/
+1
*
Convert ConstantFoldGetElementPtr to use ArrayRef.
Jay Foad
2011-07-19
3
-27
/
+25
*
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
5
-11
/
+15
*
Convert gep_type_begin and gep_type_end to use ArrayRef.
Jay Foad
2011-07-19
3
-9
/
+11
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
11
-30
/
+25
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
9
-43
/
+43
*
Add intrinsics for the zext / sext instructions.
Richard Osborne
2011-07-19
3
-7
/
+47
*
Add intrinsics for the testct, testwct instructions.
Richard Osborne
2011-07-19
3
-1
/
+29
*
Add intrinsics for the peek and endin instructions.
Richard Osborne
2011-07-19
3
-1
/
+28
*
Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed
Nick Lewycky
2011-07-19
1
-11
/
+0
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
74
-314
/
+641
*
Make EmitAtomic functions return the correct MachineBasicBlocks so that
Akira Hatanaka
2011-07-19
1
-22
/
+28
*
Do not insert instructions in reverse order.
Akira Hatanaka
2011-07-19
1
-14
/
+16
*
Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...
Eli Friedman
2011-07-19
1
-5
/
+2
*
Update docs to reflect r135457.
Devang Patel
2011-07-19
1
-1
/
+3
*
Make a provision to encode inline location in a variable. This will enable dw...
Devang Patel
2011-07-19
4
-5
/
+32
*
Revert r135423.
Devang Patel
2011-07-19
4
-148
/
+0
*
Document how to maintain a git-svn clone of the LLVM git repositories.
Jeffrey Yasskin
2011-07-19
1
-1
/
+56
*
Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...
Bill Wendling
2011-07-19
1
-1
/
+1
*
Use the CompactUnwindEncoding from the Frame, if it's defined.
Bill Wendling
2011-07-19
1
-7
/
+2
*
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-19
1
-0
/
+3
*
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-19
2
-0
/
+7
*
Rename CompactEncoding to CompactUnwindEncoding.
Bill Wendling
2011-07-19
2
-9
/
+9
*
Fixed a bug where the MC subtarget information
Sean Callanan
2011-07-19
1
-0
/
+1
*
Add a field for the compact unwind encoding.
Bill Wendling
2011-07-19
1
-1
/
+2
*
Move the compact encoding from the target-specific library to the code-gen
Bill Wendling
2011-07-18
2
-3
/
+13
*
Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...
Owen Anderson
2011-07-18
4
-17
/
+40
*
Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the
Evan Cheng
2011-07-18
2
-11
/
+0
[next]