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
*
Merge the advanced getelementptr FAQ into the regular
Dan Gohman
2010-02-25
3
-382
/
+384
*
Fix TextAlignFillValue in a few places
Daniel Dunbar
2010-02-25
1
-0
/
+4
*
Add simple script for finding most-recent-rev-before-N in a git-svn repo; useful
Daniel Dunbar
2010-02-25
1
-0
/
+50
*
Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE,
Johnny Chen
2010-02-25
1
-0
/
+42
*
remove a dead PatLeaf, I previously changed all uses to use -1 instead.
Chris Lattner
2010-02-25
1
-1
/
+0
*
Fix a typo.
Dan Gohman
2010-02-25
1
-1
/
+1
*
Clarify the description of pointer types, and move the
Dan Gohman
2010-02-25
1
-4
/
+7
*
Teach the constant folder about union types.
Dan Gohman
2010-02-25
2
-6
/
+82
*
Remove code which assumes it knows how vectors are stored in memory.
Dan Gohman
2010-02-25
1
-12
/
+2
*
Add more information to the getSizeOf comment.
Dan Gohman
2010-02-25
1
-2
/
+3
*
Remove this paragraph. Vectors may not always have the same layout as
Dan Gohman
2010-02-25
1
-4
/
+0
*
Revert r97064. Duncan pointed out that bitcasts are defined in
Dan Gohman
2010-02-25
6
-106
/
+20
*
Make the side-numbering of instructions used by metadata (which is needed to
Nick Lewycky
2010-02-25
2
-2
/
+2
*
Implement the first half of redundancy factoring: efficiently
Chris Lattner
2010-02-25
1
-4
/
+89
*
Make LoopSimplify change conditional branches in loop exiting blocks
Dan Gohman
2010-02-25
6
-30
/
+128
*
factor the print method better.
Chris Lattner
2010-02-25
2
-100
/
+69
*
Dump the presence of attached metadata even if we don't know what it is. This
Nick Lewycky
2010-02-25
1
-6
/
+10
*
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
2
-8
/
+245
*
Modernize comment.
Nick Lewycky
2010-02-25
1
-1
/
+1
*
Correct whitespace.
Nick Lewycky
2010-02-25
1
-1
/
+1
*
Try r96559 for the third time. This time the shared library is only built if
Jeffrey Yasskin
2010-02-25
10
-13
/
+155
*
Each field of auxiliary debug entry is only 1 byte long.
Sanjiv Gupta
2010-02-25
1
-1
/
+1
*
Added tNOP for disassembly only.
Johnny Chen
2010-02-25
1
-1
/
+8
*
Truncate from i64 to i32 is "free" on x86-32, because it involves
Dan Gohman
2010-02-25
1
-2
/
+2
*
Revert this patch for the time being. Needs more testing.
Scott Michel
2010-02-25
3
-150
/
+11
*
Added tSVC and tTRAP for disassembly only.
Johnny Chen
2010-02-25
1
-0
/
+18
*
formatting.
Chris Lattner
2010-02-25
1
-6
/
+3
*
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
6
-401
/
+397
*
add some noop code to push it out of my tree.
Chris Lattner
2010-02-25
1
-0
/
+23
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
6
-41
/
+40
*
Large stack frame patch for the CellSPU: handle stack frames that exceed 8176
Scott Michel
2010-02-25
3
-11
/
+150
*
Filter the future all-of-llvm shared library out of the llvm-config
Jeffrey Yasskin
2010-02-25
1
-0
/
+2
*
MC'ize padding when padding the ULEB128 value.
Bill Wendling
2010-02-25
1
-7
/
+5
*
add a fixme for an experiment that defeated me for the time being.
Chris Lattner
2010-02-25
1
-0
/
+4
*
LLVM puts padding bytes in the __gcc_except_tab section after the
Bill Wendling
2010-02-24
3
-41
/
+52
*
fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType
Chris Lattner
2010-02-24
1
-2
/
+3
*
clean up various VT manipulations, patch by Micah Villmow! PR6337
Chris Lattner
2010-02-24
1
-9
/
+6
*
Create a stack frame on ARM when
Jakob Stoklund Olesen
2010-02-24
2
-41
/
+56
*
fix PR5954, patch by Roman Divacky.
Chris Lattner
2010-02-24
1
-0
/
+3
*
Check for comparisons of +/- zero when optimizing less-than-or-equal and
Bob Wilson
2010-02-24
2
-22
/
+47
*
Make getTypeSizeInBits work correctly for array types; it should return
Dan Gohman
2010-02-24
6
-20
/
+106
*
convert cycle checker to smallptrset, add comments and make it
Chris Lattner
2010-02-24
1
-20
/
+20
*
revert david's patch which does not even build.
Chris Lattner
2010-02-24
1
-4
/
+4
*
Use a SmallPtrSet as suggested by Chris.
David Greene
2010-02-24
1
-4
/
+4
*
Adding function "lookupGCCName" to MBlazeIntrinsicInfo
Wesley Peck
2010-02-24
5
-13
/
+17
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
5
-5
/
+66
*
Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only.
Johnny Chen
2010-02-24
1
-0
/
+8
*
split the movechild/record/moveparent -> recordchild optzn into a
Chris Lattner
2010-02-24
1
-16
/
+22
*
ConstantFoldInstOperands can theoretically return null if it
Dan Gohman
2010-02-24
1
-2
/
+3
*
Simplify this code; these casts aren't necessary.
Dan Gohman
2010-02-24
1
-12
/
+4
[next]