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
*
Copy location info for current function argument from dbg.declare if respecti...
Devang Patel
2010-06-04
1
-4
/
+2
*
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
1
-0
/
+4
*
Fix normalization and de-normalization of non-affine SCEVs.
Dan Gohman
2010-06-04
1
-6
/
+9
*
Keep track of the call instructions whose clobber lists were skipped during fast
Jakob Stoklund Olesen
2010-06-04
1
-0
/
+17
*
More thoroughly disable tails calls by default.
Dale Johannesen
2010-06-04
1
-3
/
+3
*
Another fix to prevent debug info from affecting codegen. rdar://7797940
Jim Grosbach
2010-06-04
1
-0
/
+4
*
more dbg_value adjustments so debug info doesn't affect codegen
Jim Grosbach
2010-06-04
1
-2
/
+4
*
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-04
1
-31
/
+36
*
fix typo
Jim Grosbach
2010-06-04
1
-1
/
+1
*
For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs and
Bob Wilson
2010-06-04
3
-31
/
+75
*
Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.
Bob Wilson
2010-06-03
1
-4
/
+21
*
Cleanup 80-column and trim trailing whitespace
Jim Grosbach
2010-06-03
1
-33
/
+33
*
Teach the ARM load-store optimizer to deal with dbg_value instructions.
Jim Grosbach
2010-06-03
1
-4
/
+16
*
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
5
-6
/
+371
*
Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It
Dan Gohman
2010-06-03
1
-4
/
+8
*
Revert 105308.
Bob Wilson
2010-06-03
1
-1
/
+4
*
Machine sink could potentially sink instructions into a block where the physical
Bill Wendling
2010-06-03
1
-4
/
+56
*
Add first pass at darwin tls compiler support.
Eric Christopher
2010-06-03
8
-24
/
+168
*
One underscore, not two.
Eric Christopher
2010-06-03
1
-1
/
+1
*
Implement expansion in type legalization for add/sub with overflow. The
Eli Friedman
2010-06-03
2
-0
/
+73
*
Remove some already-fixed README entries.
Eli Friedman
2010-06-03
1
-86
/
+1
*
Remove README entry which no longer compiles to something sane.
Eli Friedman
2010-06-03
1
-56
/
+0
*
Remove a fixed item, update a couple partially-fixed items.
Eli Friedman
2010-06-03
1
-81
/
+22
*
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-06-03
1
-1
/
+1
*
Use readsWritesVirtualRegister instead of counting uses and defs when inserting
Jakob Stoklund Olesen
2010-06-03
1
-46
/
+8
*
Add full register <imp-def> operands when the coalescer is creating partial
Jakob Stoklund Olesen
2010-06-02
1
-50
/
+50
*
Speedup bitcode writer. Do not walk all values for all functions to emit func...
Devang Patel
2010-06-02
3
-9
/
+16
*
Compulsive reformating. No functionalitical changes.
Bill Wendling
2010-06-02
1
-11
/
+19
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
12
-38
/
+38
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
19
-50
/
+64
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
9
-55
/
+63
*
Fix comment so it doesn't include comments which are irrelevant to the x86
Eli Friedman
2010-06-02
1
-9
/
+5
*
Use comments to document non-obvious code rather than
Dan Gohman
2010-06-02
1
-0
/
+11
*
Skip identical instruction while calculating DBG_VALUE range.
Devang Patel
2010-06-02
1
-1
/
+4
*
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
3
-11
/
+12
*
Replace ARM's getCalleeSavedRegClasses with a simpler solution
Rafael Espindola
2010-06-02
2
-94
/
+40
*
Use local small vector.
Devang Patel
2010-06-02
2
-4
/
+3
*
Remove unused function.
Rafael Espindola
2010-06-02
2
-56
/
+0
*
Not all entries in the range will have an SUnit. Check for that when looking
Jim Grosbach
2010-06-02
2
-0
/
+2
*
cleanup
Rafael Espindola
2010-06-02
22
-352
/
+0
*
Remove uses of getCalleeSavedRegClasses from outside the
Rafael Espindola
2010-06-02
2
-7
/
+22
*
Enable machine cse of instructions which define physical registers.
Evan Cheng
2010-06-02
1
-4
/
+1
*
Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; the
Eli Friedman
2010-06-02
1
-5
/
+7
*
Fix an obvious mistake: don't change the operands until all of them have been
Bob Wilson
2010-06-02
1
-2
/
+0
*
Remove outdated README entries.
Eli Friedman
2010-06-02
1
-140
/
+0
*
Update debug information when breaking anti-dependencies. rdar://7759363
Jim Grosbach
2010-06-01
2
-1
/
+31
*
Properly compose subregister indices when coalescing.
Jakob Stoklund Olesen
2010-06-01
2
-14
/
+3
*
Remove unused code
Jim Grosbach
2010-06-01
1
-64
/
+0
*
Ignore line number of debug value in undefined register.
Devang Patel
2010-06-01
1
-0
/
+1
*
fix think-o
Jim Grosbach
2010-06-01
1
-6
/
+2
[next]