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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a mistake in my previous change r105437: don't access operand 2 and assume
Bob Wilson
2010-06-07
1
-3
/
+2
*
Add some basic debug output.
Dan Gohman
2010-06-07
1
-0
/
+4
*
Cleanup. Process the dbg_values separately
Jim Grosbach
2010-06-07
1
-18
/
+16
*
Move exit check where it really belongs.
Jim Grosbach
2010-06-07
1
-4
/
+4
*
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
1
-18
/
+1
*
Fix some liveout handling related to tail calls, see comments.
Dale Johannesen
2010-06-05
1
-1
/
+6
*
Re-apply 105308 with fix.
Evan Cheng
2010-06-04
1
-7
/
+13
*
Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940
Jim Grosbach
2010-06-04
1
-4
/
+23
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
1
-1
/
+18
*
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
1
-0
/
+4
*
Keep track of the call instructions whose clobber lists were skipped during fast
Jakob Stoklund Olesen
2010-06-04
1
-0
/
+17
*
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-04
1
-31
/
+36
*
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
*
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
*
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
*
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
*
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
6
-15
/
+29
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-12
/
+19
*
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
1
-2
/
+2
*
Use local small vector.
Devang Patel
2010-06-02
2
-4
/
+3
*
Not all entries in the range will have an SUnit. Check for that when looking
Jim Grosbach
2010-06-02
2
-0
/
+2
*
Remove uses of getCalleeSavedRegClasses from outside the
Rafael Espindola
2010-06-02
1
-7
/
+3
*
Enable machine cse of instructions which define physical registers.
Evan Cheng
2010-06-02
1
-4
/
+1
*
Fix an obvious mistake: don't change the operands until all of them have been
Bob Wilson
2010-06-02
1
-2
/
+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
*
Ignore line number of debug value in undefined register.
Devang Patel
2010-06-01
1
-0
/
+1
*
Keep track of incoming debug value of unused argument.
Devang Patel
2010-06-01
2
-1
/
+21
*
Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.
Dan Gohman
2010-06-01
3
-3
/
+29
*
Add a FIXME
Jim Grosbach
2010-06-01
1
-0
/
+2
*
When processing function arguments when splitting live ranges across invokes,
Jim Grosbach
2010-06-01
1
-10
/
+27
*
fix PR6623: when optimizing for size, don't inline memcpy/memsets
Chris Lattner
2010-05-31
1
-0
/
+9
*
the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.
Chris Lattner
2010-05-31
1
-6
/
+3
*
Use `llvm::next' instead of `next' to make VC++ 2010 happy.
Oscar Fuentes
2010-05-30
2
-2
/
+2
*
Reorder some code in SelectionDAGBuilder.
Dan Gohman
2010-05-29
1
-313
/
+311
*
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-29
5
-50
/
+49
*
Remove unused function.
Benjamin Kramer
2010-05-29
1
-69
/
+0
*
Remove schedule-livein-copies. It's not being used.
Evan Cheng
2010-05-29
1
-30
/
+12
*
Handle composed subreg indices when processing REQ_SEQUENCE instructions.
Jakob Stoklund Olesen
2010-05-29
1
-5
/
+4
*
Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...
Evan Cheng
2010-05-29
1
-2
/
+7
*
Fix some latency computation bugs: if the use is not a machine opcode do not ...
Evan Cheng
2010-05-28
2
-7
/
+27
*
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
1
-0
/
+19
[next]