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
*
Print named metadata.
Devang Patel
2009-07-29
1
-0
/
+25
*
Fix PR4645 which was fallout from the fix for PR4641.
Daniel Dunbar
2009-07-29
2
-8
/
+39
*
There is no need to keep name ref in NamedMDNode.
Devang Patel
2009-07-29
3
-21
/
+12
*
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-29
6
-30
/
+18
*
Make sure Thumb2 uses the right call instructions.
Evan Cheng
2009-07-29
3
-19
/
+80
*
Forgot to output the base offset.
Bill Wendling
2009-07-29
1
-4
/
+8
*
1. Introduce a new TargetOperandInfo::getRegClass() helper method
Chris Lattner
2009-07-29
6
-25
/
+43
*
make ptr_rc derive from a new PointerLikeRegClass tblgen class.
Chris Lattner
2009-07-29
4
-7
/
+17
*
Give getPointerRegClass() a "kind" value so that targets can
Chris Lattner
2009-07-29
11
-26
/
+28
*
- Fix an obvious copy and paste error.
Evan Cheng
2009-07-29
3
-6
/
+7
*
Re-enable comment and operand padding.
David Greene
2009-07-29
1
-21
/
+213
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-29
1
-18
/
+18
*
Remove now unused Context variables.
Benjamin Kramer
2009-07-29
3
-6
/
+0
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
43
-744
/
+553
*
Fix a typo, and all of its copies
Douglas Gregor
2009-07-29
1
-3
/
+3
*
Implement PointerUnion4.
Douglas Gregor
2009-07-29
1
-0
/
+109
*
Refactor. Fix indentation.
Devang Patel
2009-07-29
1
-38
/
+44
*
Add llvm_unreachable for ... unreachable code!
Eric Christopher
2009-07-29
1
-1
/
+1
*
xfail for now.
Evan Cheng
2009-07-29
1
-0
/
+1
*
Perform simplification noticed by Reid.
Daniel Dunbar
2009-07-29
1
-4
/
+0
*
Keep track of named mdnodes in a Module using an ilist.
Devang Patel
2009-07-29
6
-9
/
+97
*
fix unittest on platforms with unsigned chars (e.g. linux-ppc)
Benjamin Kramer
2009-07-29
1
-1
/
+1
*
Add missing include.
Daniel Dunbar
2009-07-29
1
-0
/
+1
*
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-29
4
-78
/
+114
*
Fix the verifier to handle intrinsics with LLVMMatchType parameters, where
Bob Wilson
2009-07-29
1
-0
/
+13
*
Fix an assumption that there is a single return value when verifying
Bob Wilson
2009-07-29
1
-2
/
+2
*
Re-apply previous changes and improve column padding performance some more.
David Greene
2009-07-29
2
-24
/
+40
*
Add one-past-the-end language to the inbounds keyword.
Dan Gohman
2009-07-29
1
-4
/
+7
*
Minor code simplification.
Dan Gohman
2009-07-29
1
-5
/
+2
*
Fix comment.
Devang Patel
2009-07-29
1
-1
/
+1
*
trim include list.
Devang Patel
2009-07-29
1
-1
/
+2
*
MSVC build fix. Patch by Olaf Krzikalla!
Benjamin Kramer
2009-07-29
1
-0
/
+1
*
Twines: Support numeric conversion directly (uitostr, etc).
Daniel Dunbar
2009-07-29
3
-19
/
+94
*
raw_ostream: Follow the 32-bit path when printing "small" decimal numbers.
Daniel Dunbar
2009-07-29
1
-0
/
+4
*
some wording changes.
Chris Lattner
2009-07-29
1
-3
/
+4
*
more syntactic cleanups.
Chris Lattner
2009-07-29
1
-5
/
+8
*
minor smallvector cleanups
Chris Lattner
2009-07-29
1
-3
/
+3
*
link to a newer preso
Chris Lattner
2009-07-29
1
-2
/
+2
*
Just discard the output, no need to turn it back into text.
Nick Lewycky
2009-07-29
1
-1
/
+1
*
whitespace cleanup.
Chris Lattner
2009-07-29
1
-6
/
+5
*
Skeleton for pairwise subscript testing.
Andreas Bolka
2009-07-29
2
-8
/
+56
*
don't dump .bc file to stdout, and simplify this to a trivial testcase.
Chris Lattner
2009-07-29
1
-158
/
+1
*
mingw uses .data and .text, not _data and _text.
Chris Lattner
2009-07-29
1
-2
/
+2
*
fix PR4584 with a trivial patch now that the pieces are in place.
Chris Lattner
2009-07-29
2
-3
/
+16
*
Bulk erasing instructions without RAUWing them is unsafe. Instead, break them
Nick Lewycky
2009-07-29
2
-7
/
+188
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
17
-73
/
+72
*
Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...
Evan Cheng
2009-07-29
1
-213
/
+21
*
constant prop a utostr.
Chris Lattner
2009-07-29
1
-2
/
+1
*
remove some completely wrong code. 1 is never < 16. It turns out that GCC a...
Chris Lattner
2009-07-29
1
-20
/
+10
*
Revert r77397, it causes significant regressions in llc performance.
Daniel Dunbar
2009-07-29
2
-18
/
+13
[next]