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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
3
-3
/
+25
*
ARM assembly parsing of MRS instruction.
Jim Grosbach
2011-07-19
2
-7
/
+11
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
1
-2
/
+11
*
Change variable name.
Akira Hatanaka
2011-07-19
1
-3
/
+3
*
ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
Jim Grosbach
2011-07-19
2
-9
/
+8
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
1
-13
/
+14
*
Use descriptive variable names.
Akira Hatanaka
2011-07-19
1
-154
/
+177
*
ARM assembly parsing for MOV (register).
Jim Grosbach
2011-07-19
1
-19
/
+21
*
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
2
-2
/
+19
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
3
-16
/
+63
*
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
1
-16
/
+12
*
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
2
-19
/
+2
*
Convert ConstantFoldGetElementPtr to use ArrayRef.
Jay Foad
2011-07-19
3
-27
/
+25
*
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
3
-10
/
+11
*
Convert gep_type_begin and gep_type_end to use ArrayRef.
Jay Foad
2011-07-19
1
-1
/
+1
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
9
-28
/
+21
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
7
-41
/
+37
*
Add intrinsics for the zext / sext instructions.
Richard Osborne
2011-07-19
1
-7
/
+13
*
Add intrinsics for the testct, testwct instructions.
Richard Osborne
2011-07-19
1
-1
/
+9
*
Add intrinsics for the peek and endin instructions.
Richard Osborne
2011-07-19
1
-1
/
+8
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
54
-280
/
+406
*
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 a provision to encode inline location in a variable. This will enable dw...
Devang Patel
2011-07-19
2
-2
/
+19
*
Revert r135423.
Devang Patel
2011-07-19
2
-24
/
+0
*
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
1
-0
/
+6
*
Rename CompactEncoding to CompactUnwindEncoding.
Bill Wendling
2011-07-19
1
-2
/
+2
*
Fixed a bug where the MC subtarget information
Sean Callanan
2011-07-19
1
-0
/
+1
*
Move the compact encoding from the target-specific library to the code-gen
Bill Wendling
2011-07-18
1
-3
/
+4
*
Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...
Owen Anderson
2011-07-18
3
-12
/
+40
*
Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the
Evan Cheng
2011-07-18
1
-3
/
+0
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
38
-108
/
+89
*
Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ...
Owen Anderson
2011-07-18
1
-1
/
+1
*
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
10
-32
/
+41
*
Compiler warning.
Andrew Trick
2011-07-18
1
-3
/
+3
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
58
-456
/
+397
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-07-18
2
-0
/
+24
*
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
1
-48
/
+292
*
Do not treat atomic.load.sub differently than other atomic binary intrinsics.
Akira Hatanaka
2011-07-18
1
-12
/
+2
*
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-07-18
3
-85
/
+23
*
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-18
3
-48
/
+29
[next]