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
...
*
The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that
Nick Lewycky
2010-05-31
1
-2
/
+2
*
Use `llvm::next' instead of `next' to make VC++ 2010 happy.
Oscar Fuentes
2010-05-30
2
-2
/
+2
*
Some A9 load/store cleanups
Anton Korobeynikov
2010-05-29
1
-41
/
+23
*
Some rough approximations for load/stores on A9
Anton Korobeynikov
2010-05-29
1
-0
/
+59
*
NEON/VFP stuff can be issued only via Pipe1 on A9
Anton Korobeynikov
2010-05-29
1
-87
/
+87
*
Add some integer instruction itineraries for A9
Anton Korobeynikov
2010-05-29
1
-0
/
+55
*
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
*
Fix PR7193: if sibling call address can take a register, make sure there are ...
Evan Cheng
2010-05-29
1
-0
/
+18
*
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
*
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-28
4
-11
/
+9
*
Fix some latency computation bugs: if the use is not a machine opcode do not ...
Evan Cheng
2010-05-28
2
-7
/
+27
*
Schedule high latency instructions for latency reduction even if they are not...
Evan Cheng
2010-05-28
1
-1
/
+19
*
Fix comment typos.
Dale Johannesen
2010-05-28
1
-2
/
+2
*
More SSE 1 & 2 merge, this time with logical instructions
Bruno Cardoso Lopes
2010-05-28
1
-185
/
+98
*
Fix AliasDebugger to be aware of operand values too.
Dan Gohman
2010-05-28
1
-2
/
+10
*
Add lint checks for function attributes.
Dan Gohman
2010-05-28
1
-30
/
+91
*
Split the logic behind CastInst::isNoopCast into a separate static function,
Dan Gohman
2010-05-28
1
-5
/
+13
*
MC/X86: Add alias for movzx.
Kevin Enderby
2010-05-28
1
-0
/
+1
*
MC/X86: Add alias for fwait.
Kevin Enderby
2010-05-28
1
-0
/
+1
*
Fix the use of x86 control and debug registers so that the assertion failure in
Kevin Enderby
2010-05-28
1
-0
/
+28
*
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
1
-0
/
+19
*
correct retattr
Jim Grosbach
2010-05-28
1
-2
/
+2
*
Cosmetic cleanup. No functional change.
Jim Grosbach
2010-05-28
2
-18
/
+18
*
Fix lint's memcpy and memmove checks, and its basic block traversal.
Dan Gohman
2010-05-28
1
-5
/
+8
*
make sure accesses to set up the jmpbuf don't get moved after it by the sched...
Jim Grosbach
2010-05-28
3
-7
/
+10
*
Minor code simplification.
Dan Gohman
2010-05-28
1
-2
/
+1
*
Fix a redundant-return warning.
Dan Gohman
2010-05-28
1
-1
/
+2
*
Detect self-referential values.
Dan Gohman
2010-05-28
1
-6
/
+19
*
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.
Stuart Hastings
2010-05-28
2
-11
/
+12
*
Eli pointed out that va_arg instruction result values don't
Dan Gohman
2010-05-28
1
-4
/
+4
*
Teach lint how to look through simple store+load pairs and other
Dan Gohman
2010-05-28
1
-10
/
+75
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
8
-223
/
+240
*
ConstantFoldConstantExpression can theoretically return null.
Dan Gohman
2010-05-28
1
-4
/
+8
*
Teach instcombine to promote alloca array sizes.
Dan Gohman
2010-05-28
1
-0
/
+12
*
Add a lint check for returning the address of stack memory.
Dan Gohman
2010-05-28
1
-0
/
+6
*
Fix instcombine's handling of alloca to accept non-i32 types.
Dan Gohman
2010-05-28
1
-8
/
+7
*
Bitcode support for allocas with arbitrary array size types.
Dan Gohman
2010-05-28
2
-5
/
+11
*
Fix typo.
Devang Patel
2010-05-28
1
-1
/
+1
*
Fix typo.
Devang Patel
2010-05-28
1
-1
/
+1
*
Eliminate the restriction that the array size in an alloca must be i32.
Dan Gohman
2010-05-28
4
-11
/
+14
*
Add the cc_out operand for t2RSBrs instructions. I missed this when I changed
Bob Wilson
2010-05-28
1
-2
/
+2
*
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-05-27
2
-7
/
+21
*
Update the saved stack pointer in the sjlj function context following either
Jim Grosbach
2010-05-27
7
-33
/
+62
*
Use report_fatal_error, not llvm_unreachable.
Evan Cheng
2010-05-27
1
-1
/
+1
*
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
3
-13
/
+0
*
Factor out the handler work from SignalHandler into a helper function,
Dan Gohman
2010-05-27
1
-5
/
+12
[prev]
[next]