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
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
7
-31
/
+176
*
llvm-objdump: disassembly enhancements
Benjamin Kramer
2011-08-08
1
-1
/
+19
*
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
Benjamin Kramer
2011-08-08
1
-15
/
+44
*
Simplify by creating parent first.
Devang Patel
2011-08-08
1
-19
/
+14
*
Don't clobber pending ST regs when FP regs are killed.
Jakob Stoklund Olesen
2011-08-08
2
-0
/
+31
*
Clean up the grammar for the landingpad instruction.
Bill Wendling
2011-08-08
1
-2
/
+4
*
Remove unnecessary space.
Bill Wendling
2011-08-08
1
-1
/
+1
*
Fix typo found by John.
Bill Wendling
2011-08-08
1
-1
/
+1
*
strengthen up an assertion: you can't create a constant struct
Chris Lattner
2011-08-07
1
-2
/
+2
*
Fix typo. Thanks, Andy!
Jakob Stoklund Olesen
2011-08-06
1
-1
/
+1
*
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-06
3
-4
/
+142
*
Reject RS_Spill ranges from local splitting as well.
Jakob Stoklund Olesen
2011-08-05
1
-4
/
+4
*
Only mark remainder intervals as RS_Spill after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-2
/
+12
*
Remember to update LiveDebugVariables after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-1
/
+5
*
Extract per-block splitting into its own method.
Jakob Stoklund Olesen
2011-08-05
1
-23
/
+36
*
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
2011-08-05
2
-38
/
+0
*
Also use shouldSplitSingleBlock() in the fallback splitting mode.
Jakob Stoklund Olesen
2011-08-05
1
-8
/
+18
*
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-05
3
-1
/
+35
*
ARM load instruction shifted register index operands.
Jim Grosbach
2011-08-05
2
-7
/
+16
*
ARM indexed load assembly parsing and encoding.
Jim Grosbach
2011-08-05
3
-13
/
+67
*
Detect proper register sub-classes.
Jakob Stoklund Olesen
2011-08-05
2
-2
/
+18
*
ARM refactor indexed store instructions.
Jim Grosbach
2011-08-05
5
-75
/
+150
*
Add ARM LDR parsing tests.
Jim Grosbach
2011-08-05
1
-0
/
+26
*
Fix liveness computations in BranchFolding.
Jakob Stoklund Olesen
2011-08-05
1
-13
/
+16
*
ARM simplify the postidx_reg operand encoding.
Jim Grosbach
2011-08-05
4
-11
/
+14
*
ARM use a dedicated printer for postidx_reg operands.
Jim Grosbach
2011-08-05
3
-1
/
+11
*
Add missing register constraint for some VLD3/VLD4 pseudo instructions.
Bob Wilson
2011-08-05
1
-1
/
+2
*
Silence unused variable warnings in release builds.
Chandler Carruth
2011-08-05
1
-0
/
+2
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...
Jason W Kim
2011-08-05
1
-15
/
+11
*
Temporarily revert r135528 which distinguishes between two copies of one
Chandler Carruth
2011-08-05
4
-28
/
+3
*
Fix broken encodings for the Thumb2 LDRD/STRD instructions.
Owen Anderson
2011-08-04
3
-13
/
+42
*
ARM assembly parsing and encoding for LDR instructions.
Jim Grosbach
2011-08-04
2
-8
/
+37
*
Count the total amount of stack space used in compiled functions.
Jakob Stoklund Olesen
2011-08-04
1
-1
/
+4
*
Print DBG_VALUE variable's location info as a comment.
Devang Patel
2011-08-04
1
-1
/
+13
*
Increment counter inside insertDebugValue().
Devang Patel
2011-08-04
1
-2
/
+1
*
We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...
Devang Patel
2011-08-04
3
-3
/
+51
*
Linke NamedMDNodes after linking global values as comment suggests.
Devang Patel
2011-08-04
3
-5
/
+63
*
allow \r's in .s files.
Chris Lattner
2011-08-04
1
-1
/
+1
*
Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
Roman Divacky
2011-08-04
2
-12
/
+16
*
Add counter.
Devang Patel
2011-08-04
1
-1
/
+4
*
Fix an obvious type. Patch by Ivan Krasin.
Evan Cheng
2011-08-04
1
-1
/
+1
*
Fix an obvious type. Patch by Ivan Krasin.
Evan Cheng
2011-08-04
1
-1
/
+1
*
LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...
Owen Anderson
2011-08-04
4
-1
/
+24
*
Fix the bitwidth of the remaining fields.
Rafael Espindola
2011-08-04
50
-540
/
+536
*
Fix a place that was clearly forgotten when the type legalization
Duncan Sands
2011-08-04
1
-2
/
+2
*
print st_shndx with the correct number of bits.
Rafael Espindola
2011-08-04
25
-82
/
+82
*
Add obviously missing "break". Noticed by Andrey Karpov with
Duncan Sands
2011-08-04
1
-0
/
+1
*
print st_other with the correct number of bits.
Rafael Espindola
2011-08-04
25
-84
/
+84
*
print st_type with the correct number of bits.
Rafael Espindola
2011-08-04
28
-95
/
+95
*
Print st_bind with the correct number of bits.
Rafael Espindola
2011-08-04
31
-99
/
+101
[next]