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
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
40
-540
/
+537
*
enhance the load/store narrowing optimization to handle a
Chris Lattner
2010-04-15
1
-5
/
+18
*
teach codegen to turn trunc(zextload) into load when possible.
Chris Lattner
2010-04-15
1
-1
/
+1
*
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-15
1
-0
/
+9
*
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
2
-35
/
+164
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
8
-24
/
+26
*
Fix build.
Anders Carlsson
2010-04-15
1
-1
/
+1
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
54
-497
/
+515
*
Allow lowering for palignr instructions for mmx sized vectors. Add
Eric Christopher
2010-04-15
2
-3
/
+23
*
More 80 violations.
Evan Cheng
2010-04-15
5
-29
/
+54
*
Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.
Johnny Chen
2010-04-15
2
-4
/
+7
*
80 col violations.
Evan Cheng
2010-04-15
1
-8
/
+16
*
Add comment.
Devang Patel
2010-04-15
1
-0
/
+3
*
There is no need to track compile unit offsets if there is only one compile u...
Devang Patel
2010-04-14
2
-6
/
+0
*
Remove dead code.
Devang Patel
2010-04-14
1
-4
/
+0
*
IPO needs ScalarOpts and InstCombine in its libs
Tobias Grosser
2010-04-14
1
-0
/
+2
*
Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
Johnny Chen
2010-04-14
1
-0
/
+6
*
Add -arm-long-calls option to force calls to be indirect. This makes the
Jim Grosbach
2010-04-14
1
-2
/
+44
*
Constify GetConstantStringInfo.
Dan Gohman
2010-04-14
1
-12
/
+13
*
Don't use DILocation when processing a DebugLoc.
Nicolas Geoffray
2010-04-14
1
-8
/
+9
*
For t2BFI disassembly, apply the same error checking as in r101205.
Johnny Chen
2010-04-14
2
-3
/
+6
*
Move a bunch of methods from CallSite to CallSiteBase, so that they can
Dan Gohman
2010-04-14
1
-77
/
+0
*
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
4
-319
/
+352
*
- Code clean up to reduce indentation.
Evan Cheng
2010-04-14
1
-51
/
+54
*
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-14
1
-9
/
+16
*
Delete unneeeded arguments.
Dan Gohman
2010-04-14
2
-6
/
+6
*
Delete unused arguments.
Dan Gohman
2010-04-14
1
-6
/
+4
*
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
7
-57
/
+66
*
Reset the debug location even if the instruction was a terminator.
Dan Gohman
2010-04-14
1
-5
/
+3
*
Refine #includes.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
3
-76
/
+95
*
Fix typos in comments.
Dan Gohman
2010-04-14
2
-2
/
+2
*
performance: cache the dereferenced use_iterator
Gabor Greif
2010-04-14
1
-7
/
+8
*
Delete an obsolete comment.
Dan Gohman
2010-04-14
1
-1
/
+0
*
Delete an unused function.
Dan Gohman
2010-04-14
1
-4
/
+0
*
Clear the FunctionLoweringInfo object before doing other things that
Dan Gohman
2010-04-14
1
-4
/
+4
*
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
Dan Gohman
2010-04-14
2
-5
/
+3
*
Add a comment.
Dan Gohman
2010-04-14
1
-0
/
+2
*
Move the code for initialing the entry block livein set out of
Dan Gohman
2010-04-14
2
-5
/
+5
*
Reorgnaize this code to be more tidy and readable.
Dan Gohman
2010-04-14
1
-10
/
+5
*
Trim #includes.
Dan Gohman
2010-04-14
1
-9
/
+0
*
Move the code for emitting livein copies out of SelectionDAGISel.
Dan Gohman
2010-04-14
2
-105
/
+107
*
performance: cache the dereferenced use_iterator
Gabor Greif
2010-04-14
1
-3
/
+4
*
Sink landing-pad marking code out of
Dan Gohman
2010-04-14
2
-5
/
+5
*
It's not necessary to recompute EB here.
Dan Gohman
2010-04-14
1
-1
/
+1
*
performance: cache the dereferenced use_iterator
Gabor Greif
2010-04-14
1
-3
/
+5
*
Add a comment.
Dan Gohman
2010-04-14
1
-0
/
+2
*
Enable RTTI again. While this works fine for LLVM, it creates an ABI
Nick Lewycky
2010-04-14
1
-0
/
+1
*
Turn off RTTI for VMCore. Yay!
Nick Lewycky
2010-04-14
1
-1
/
+0
*
I don't know how, but I managed to goof the revert. Remove function that should
Nick Lewycky
2010-04-14
1
-37
/
+0
[next]