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
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
4
-42
/
+54
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
3
-158
/
+177
*
misched: add DAG edges from vreg defs to ExitSU.
Andrew Trick
2012-03-16
1
-1
/
+3
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
4
-17
/
+63
*
Revert r152705, which reapplied r152486 as this appears to be causing failures
Chad Rosier
2012-03-16
1
-128
/
+34
*
In InstCombiner::visitOr, make sure we reverse the operand swap used for chec...
Eli Friedman
2012-03-16
1
-1
/
+7
*
ARM optional operand on MRC/MCR assembly instructions.
Jim Grosbach
2012-03-16
2
-0
/
+24
*
ARM vmrs system registers mvfr0 and mvfr1 handling.
Jim Grosbach
2012-03-16
2
-0
/
+6
*
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-16
1
-1
/
+1
*
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...
NAKAMURA Takumi
2012-03-16
1
-1
/
+1
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
1
-5
/
+4
*
Remove inadvertant commit.
Jim Grosbach
2012-03-15
1
-23
/
+0
*
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
1
-9
/
+8
*
[fast-isel] Don't try to encode LONG_MIN using cmn instructions.
Chad Rosier
2012-03-15
1
-5
/
+9
*
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
2012-03-15
3
-4
/
+29
*
We actually handle AllocaInst via getRegForValue below just fine.
Eric Christopher
2012-03-15
1
-1
/
+1
*
Add some debugging output into fast isel as well.
Eric Christopher
2012-03-15
1
-2
/
+6
*
Add another debug statement.
Eric Christopher
2012-03-15
1
-1
/
+3
*
Tabs.
Eric Christopher
2012-03-15
1
-3
/
+3
*
Typo.
Eric Christopher
2012-03-15
1
-1
/
+1
*
ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.
Jim Grosbach
2012-03-15
2
-1
/
+6
*
Type sizes and fields offsets inside structs are unsigned. This is a highly
Duncan Sands
2012-03-15
1
-4
/
+2
*
Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on
Lang Hames
2012-03-15
2
-0
/
+26
*
Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...
Kristof Beyls
2012-03-15
1
-16
/
+38
*
Fix bug found by warning.
Michael J. Spencer
2012-03-15
1
-1
/
+2
*
Short term fix for pr12270 before we change dominates to handle unreachable
Rafael Espindola
2012-03-15
1
-29
/
+33
*
Use an iterator instead of calling .size() on the worklist every time, which ...
Bill Wendling
2012-03-15
1
-2
/
+2
*
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-15
1
-2
/
+29
*
When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add...
Nadav Rotem
2012-03-15
1
-0
/
+4
*
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-15
1
-5
/
+8
*
Add a xform to the DAG combiner.
Bill Wendling
2012-03-15
1
-0
/
+17
*
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-15
2
-183
/
+0
*
Make the swap code here a bit more obvious what its doing... We're
Chandler Carruth
2012-03-15
1
-1
/
+1
*
Don't assume that the arguments are processed in some particular order.
Chandler Carruth
2012-03-15
1
-2
/
+4
*
[avx] Add patterns for VINSERTF128rm.
Chad Rosier
2012-03-15
1
-0
/
+13
*
This pass didn't want the inline cost per-se, it just wants generic code
Chandler Carruth
2012-03-15
1
-1
/
+1
*
Remove all remnants of partial specialization in the cost computation
Chandler Carruth
2012-03-15
1
-69
/
+0
*
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-03-15
1
-2
/
+6
*
[tsan] use FunctionBlackList
Kostya Serebryany
2012-03-14
1
-0
/
+9
*
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-14
4
-70
/
+120
*
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-14
2
-12
/
+92
*
When an invoke is marked with metadata indicating its unwind edge
Dan Gohman
2012-03-14
1
-1
/
+2
*
Change where we enable the heuristic that delays inlining into functions
Chandler Carruth
2012-03-14
1
-7
/
+14
*
Silence operator precedence warnings.
Benjamin Kramer
2012-03-14
1
-3
/
+3
*
Refactor the inline cost bonus calculation for constants to use
Chandler Carruth
2012-03-14
1
-20
/
+26
*
Reapply r152486 with a fix for the nightly testers.
Bill Wendling
2012-03-14
1
-34
/
+128
*
Insert the debugging instructions in one fell-swoop so that it doesn't call the
Bill Wendling
2012-03-14
1
-7
/
+8
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
3
-103
/
+275
*
misched comments
Andrew Trick
2012-03-14
1
-0
/
+15
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-14
1
-5
/
+5
[next]