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
...
*
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
*
Fix the allocation of shadow space for the Win64 calling convention
Dan Gohman
2010-06-01
1
-0
/
+6
*
Simplify things a bit more. Fix prototype to use SmallVectorImpl and
Jim Grosbach
2010-06-01
1
-17
/
+17
*
Fix the noalias checking so that it doesn't worry about
Dan Gohman
2010-06-01
1
-12
/
+12
*
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
*
mirror of r105280 changes for LowerInvoke, which uses the same basic logic here
Jim Grosbach
2010-06-01
1
-10
/
+27
*
When processing function arguments when splitting live ranges across invokes,
Jim Grosbach
2010-06-01
1
-10
/
+27
*
Use SmallVector instead of std::vector.
Jim Grosbach
2010-06-01
1
-12
/
+13
*
Refactor some SSE 2 unpack instructions
Bruno Cardoso Lopes
2010-06-01
1
-66
/
+26
*
Don't call flush() at a library level which isn't checking for errors
Dan Gohman
2010-06-01
2
-2
/
+0
*
Fix handling of 'load' nodes.
Kalle Raiskila
2010-06-01
1
-8
/
+2
*
Fix PR7272: when inlining through a callsite with byval arguments,
Duncan Sands
2010-05-31
1
-0
/
+4
*
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
*
Avoid swap when a copy suffices.
Benjamin Kramer
2010-05-31
1
-1
/
+1
*
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
[prev]
[next]