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
*
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
4
-1
/
+281
*
Convert to storing the attribute's internals as enums, integers, and strings.
Bill Wendling
2013-02-05
2
-127
/
+251
*
Make sure the correct opcodes are used to SUB and ADD the stack
Eli Bendersky
2013-02-05
1
-13
/
+18
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
3
-15
/
+61
*
[mips] Do not use function CC_MipsN_VarArg unless the function being analyzed
Akira Hatanaka
2013-02-05
1
-1
/
+1
*
InstCombine: Fix and simplify the inttoptr side too.
Benjamin Kramer
2013-02-05
1
-13
/
+8
*
Removed explicit inline as per the LLVM style guide.
Michael Gottesman
2013-02-05
1
-7
/
+7
*
Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...
Owen Anderson
2013-02-05
1
-2
/
+5
*
InstCombine: Harden code to work with vectors of pointers and simplify it a bit.
Benjamin Kramer
2013-02-05
1
-11
/
+7
*
Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
Jyotsna Verma
2013-02-05
2
-1
/
+214
*
ConstantFolding: Fix a crash when encoutering a truncating inttoptr.
Benjamin Kramer
2013-02-05
1
-3
/
+7
*
Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Arnold Schwaighofer
2013-02-05
1
-79
/
+178
*
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal
Chad Rosier
2013-02-05
1
-5
/
+15
*
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-05
3
-16
/
+2
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
6
-142
/
+7
*
Move MRI liveouts to AArch64 return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-14
/
+12
*
Move MRI liveouts to XCore return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-16
/
+14
*
Move MRI liveouts to Sparc return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-16
/
+13
*
Hexagon: Use multiclass for absolute addressing mode stores.
Jyotsna Verma
2013-02-05
1
-102
/
+70
*
Move MRI liveouts to MSP430 return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-13
/
+9
*
Move MRI liveouts to Mips return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-16
/
+12
*
Move MRI liveouts to PowerPC return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-21
/
+9
*
Move MRI liveouts to MBlaze return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-19
/
+17
*
Move MRI liveouts to Hexagon return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-11
/
+10
*
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-02-05
3
-18
/
+22
*
Move MRI liveouts to X86 return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-12
/
+12
*
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
1
-7
/
+8
*
Don't use MRI liveouts in R600.
Jakob Stoklund Olesen
2013-02-05
3
-5
/
+14
*
Avoid using MRI::liveout_iterator for computing VRSAVEs.
Jakob Stoklund Olesen
2013-02-05
1
-6
/
+15
*
R600: Fold remaining CONST_COPY after expand pseudo inst
Tom Stellard
2013-02-05
2
-12
/
+160
*
R600: improve inputs/interpolation handling
Tom Stellard
2013-02-05
10
-252
/
+130
*
R600: Emit function name in the AsmPrinter
Tom Stellard
2013-02-05
1
-0
/
+3
*
R600/SI: Add patterns for fcos and fsin.
Tom Stellard
2013-02-05
1
-0
/
+10
*
Fix comments
Eli Bendersky
2013-02-05
1
-1
/
+1
*
Hexagon: Add V4 compare instructions. Enable relationship mapping
Jyotsna Verma
2013-02-05
1
-16
/
+143
*
Fix signed-unsigned comparison warning.
Tim Northover
2013-02-05
1
-8
/
+10
*
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-05
1
-9
/
+31
*
Fix remaining StringRef abuse.
Tim Northover
2013-02-05
1
-2
/
+2
*
Revert r174343, "When the target-independent DAGCombiner inferred a higher al...
NAKAMURA Takumi
2013-02-05
1
-5
/
+2
*
Link .ARM.exidx with corresponding text section.
Logan Chien
2013-02-05
1
-0
/
+18
*
ARM cost model: Cost for scalar integer casts and floating point conversions
Arnold Schwaighofer
2013-02-05
1
-7
/
+108
*
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
24
-841
/
+577
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
23
-814
/
+874
*
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
4
-1
/
+12
*
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-05
4
-36
/
+56
*
Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.
Bill Wendling
2013-02-05
1
-1
/
+13
*
This patch changes a static_cast to dyn_cast
Jack Carter
2013-02-05
2
-3
/
+7
*
Construct a skeleton cu for each compile unit in the module, not just
Eric Christopher
2013-02-05
1
-5
/
+8
*
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
1
-1
/
+7
*
Use the do-while(0) thing for this #define.
Bill Wendling
2013-02-05
1
-8
/
+10
[next]