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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify ".bc" detection.
Benjamin Kramer
2010-04-15
1
-2
/
+1
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
43
-587
/
+578
*
enhance the load/store narrowing optimization to handle a
Chris Lattner
2010-04-15
2
-5
/
+38
*
teach codegen to turn trunc(zextload) into load when possible.
Chris Lattner
2010-04-15
2
-14
/
+40
*
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-15
2
-1
/
+10
*
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
3
-35
/
+245
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
9
-28
/
+30
*
further tweak this to do something useful.
Chris Lattner
2010-04-15
1
-6
/
+4
*
remove undef control flow.
Chris Lattner
2010-04-15
1
-22
/
+1
*
Remove unnecessary uses of <iostream>.
Daniel Dunbar
2010-04-15
3
-7
/
+5
*
tests: MC/Disassembler tests depend on ARM support being compiler in.
Daniel Dunbar
2010-04-15
1
-1
/
+3
*
fix a crash on "lli ex" or any other file whose name is exactly two
Chris Lattner
2010-04-15
1
-1
/
+2
*
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
64
-565
/
+585
*
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
*
Fix TrackingVH to handle const Value subclasses.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Remove a const here. This makes this function consistent with all the
Dan Gohman
2010-04-14
1
-2
/
+1
*
Constify GetConstantStringInfo.
Dan Gohman
2010-04-14
2
-13
/
+15
*
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
2
-118
/
+95
*
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
4
-319
/
+352
*
Remove unneeded types from test.
Jakob Stoklund Olesen
2010-04-14
1
-69
/
+3
*
- Code clean up to reduce indentation.
Evan Cheng
2010-04-14
1
-51
/
+54
*
Use FunTy instead of hard-coding Function.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-14
2
-9
/
+32
*
Oops, make these public.
Dan Gohman
2010-04-14
1
-8
/
+8
*
Move getType() and getCaller() into CallSiteBase so that
Dan Gohman
2010-04-14
1
-8
/
+8
*
Trim tests and convert to FileCheck.
Evan Cheng
2010-04-14
2
-48
/
+13
*
Delete unneeeded arguments.
Dan Gohman
2010-04-14
3
-7
/
+7
*
Delete unused arguments.
Dan Gohman
2010-04-14
2
-8
/
+5
*
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
10
-60
/
+70
*
Reset the debug location even if the instruction was a terminator.
Dan Gohman
2010-04-14
1
-5
/
+3
*
Fix a missing #include.
Dan Gohman
2010-04-14
1
-0
/
+1
*
Refine #includes.
Dan Gohman
2010-04-14
2
-2
/
+3
*
Split ISD::NodeType and a few related items out of SelectionDAGNodes.h
Dan Gohman
2010-04-14
2
-741
/
+764
*
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
2
-6
/
+0
[next]