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
*
There is no need to keep name ref in NamedMDNode.
Devang Patel
2009-07-29
2
-10
/
+6
*
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-29
5
-24
/
+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
3
-19
/
+19
*
Give getPointerRegClass() a "kind" value so that targets can
Chris Lattner
2009-07-29
10
-24
/
+25
*
- Fix an obvious copy and paste error.
Evan Cheng
2009-07-29
3
-6
/
+7
*
Remove now unused Context variables.
Benjamin Kramer
2009-07-29
3
-6
/
+0
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
35
-590
/
+443
*
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
*
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
3
-2
/
+17
*
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-29
1
-26
/
+26
*
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
1
-17
/
+21
*
Minor code simplification.
Dan Gohman
2009-07-29
1
-5
/
+2
*
Twines: Support numeric conversion directly (uitostr, etc).
Daniel Dunbar
2009-07-29
1
-11
/
+37
*
raw_ostream: Follow the 32-bit path when printing "small" decimal numbers.
Daniel Dunbar
2009-07-29
1
-0
/
+4
*
more syntactic cleanups.
Chris Lattner
2009-07-29
1
-5
/
+8
*
minor smallvector cleanups
Chris Lattner
2009-07-29
1
-3
/
+3
*
whitespace cleanup.
Chris Lattner
2009-07-29
1
-6
/
+5
*
Skeleton for pairwise subscript testing.
Andreas Bolka
2009-07-29
1
-3
/
+45
*
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
1
-3
/
+3
*
Bulk erasing instructions without RAUWing them is unsafe. Instead, break them
Nick Lewycky
2009-07-29
1
-7
/
+9
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
16
-62
/
+60
*
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
1
-9
/
+4
*
Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...
Evan Cheng
2009-07-29
7
-44
/
+204
*
Fix comment.
Eric Christopher
2009-07-29
1
-2
/
+2
*
Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system >
Bill Wendling
2009-07-29
2
-10
/
+18
*
Move comment to above method.
Bill Wendling
2009-07-29
1
-21
/
+21
*
Parse named metadata.
Devang Patel
2009-07-29
5
-1
/
+56
*
Add NamedMDNode.
Devang Patel
2009-07-29
1
-0
/
+15
*
- Temporarily unbreak the build by forcing the TType "absptr", which isn't
Bill Wendling
2009-07-29
2
-50
/
+75
*
Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower
Eric Christopher
2009-07-29
3
-3
/
+46
*
Remove another F_OK.
Dan Gohman
2009-07-29
1
-1
/
+1
*
Match X86 register names to number.
Daniel Dunbar
2009-07-29
2
-4
/
+27
*
Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ...
David Goodwin
2009-07-28
1
-1
/
+1
*
Cleanup code to use iterators instead of ".size()".
Bill Wendling
2009-07-28
1
-21
/
+25
*
Improve performance of PadToColumn by eliminating flushes.
David Greene
2009-07-28
1
-4
/
+9
*
On "Unix", if Program::FindProgramByName is given a name containing
Dan Gohman
2009-07-28
1
-1
/
+1
*
Doxygenify comments.
Bill Wendling
2009-07-28
2
-2
/
+4
*
Split out large loop into it's very own method. No intended functionality cha...
Bill Wendling
2009-07-28
2
-42
/
+62
*
It isn't necessary to use F_OK when using R_OK or similar.
Dan Gohman
2009-07-28
1
-2
/
+2
*
Move X86 instruction parsing into X86/AsmParser.
Daniel Dunbar
2009-07-28
1
-23
/
+268
*
Output the EH TType format and base offset only if there are types that we're
Bill Wendling
2009-07-28
1
-6
/
+15
*
Fix a fixme; don't take binaries from the working directory.
Benjamin Kramer
2009-07-28
1
-3
/
+3
[next]