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
*
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
8
-22
/
+11
*
Make ConstantVector::get() always take an ArrayRef, never a std::vector.
Jay Foad
2011-06-22
3
-12
/
+4
*
Test Commit.
Dan Bailey
2011-06-22
1
-2
/
+2
*
Eliminate a temporary std::vector in ConstantStruct::get().
Jay Foad
2011-06-22
1
-4
/
+2
*
Extend ConstantUniqueMap with a new template parameter ValRefType,
Jay Foad
2011-06-22
4
-17
/
+29
*
Only do config-time substitution of LLVM_BUILD_MODE in
Andrew Trick
2011-06-22
1
-2
/
+7
*
Reenable the optimization added in 133415, but change the definition of a "si...
Rafael Espindola
2011-06-22
1
-3
/
+3
*
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
2
-0
/
+84
*
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-22
2
-0
/
+9
*
Test case for r133560.
Devang Patel
2011-06-22
1
-0
/
+245
*
Unbreak the CMake build
Francois Pichet
2011-06-21
1
-0
/
+1
*
After register is spilled there should not be any DBG_VALUE referring the sam...
Devang Patel
2011-06-21
1
-1
/
+3
*
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-21
17
-40
/
+99
*
Fix some trailing issues from my introduction of MVT::untyped and its use for...
Owen Anderson
2011-06-21
2
-1
/
+12
*
Add support for assembling "movq" when it's correct to do so, while continuing
Nick Lewycky
2011-06-21
2
-0
/
+24
*
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
1
-2
/
+19
*
There could be more than one DBG_VALUE instructions for variables where all o...
Devang Patel
2011-06-21
1
-4
/
+6
*
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-21
1
-23
/
+69
*
Handle the memory-ness of all U+ ARM constraints.
Eric Christopher
2011-06-21
1
-3
/
+6
*
Remove r130409, as requested by Chris.
Devang Patel
2011-06-21
1
-55
/
+0
*
Reorg. No functionality change.
Evan Cheng
2011-06-21
1
-23
/
+26
*
Revert r133452: "Emit movq for 64-bit register to XMM register moves..."
Bob Wilson
2011-06-21
9
-57
/
+16
*
Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...
Anna Zaks
2011-06-21
2
-20
/
+189
*
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
4
-32
/
+19
*
Remove deprecated forms of StringMap::GetOrCreateValue().
Jay Foad
2011-06-21
1
-12
/
+0
*
Remove some unnecessary uses of c_str().
Jay Foad
2011-06-21
1
-6
/
+6
*
Remove unused variables.
Benjamin Kramer
2011-06-21
1
-2
/
+2
*
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
18
-156
/
+211
*
Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks,
Jay Foad
2011-06-21
1
-1
/
+3
*
Add a reduced test case for the buildbot failure (clang self-hosted
Jay Foad
2011-06-21
1
-0
/
+182
*
use the MapEntryTy typedef instead of writing it out long form,
Chris Lattner
2011-06-21
1
-9
/
+8
*
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-21
6
-67
/
+348
*
indvars -disable-iv-rewrite: Adds support for eliminating identity
Andrew Trick
2011-06-21
2
-100
/
+238
*
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
18
-211
/
+156
*
Add A0 and A1 to the list of registers used for returning a value in order to
Akira Hatanaka
2011-06-21
1
-2
/
+2
*
Coding style fixes.
Akira Hatanaka
2011-06-21
1
-28
/
+29
*
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-21
9
-40
/
+191
*
Don't mark the eh.dispatch.setup with a memory access marker. We want this to
Bill Wendling
2011-06-21
1
-1
/
+1
*
Completely short-circuit out ARC optimization if the ARC runtime
Dan Gohman
2011-06-20
1
-4
/
+62
*
Remove the subclassing. This will be moved to the ASM printer.
Bill Wendling
2011-06-20
1
-379
/
+0
*
Skip fields that don't exist in the Register class.
Jakob Stoklund Olesen
2011-06-20
1
-1
/
+2
*
PTX: Fix conversion between predicates and value types
Justin Holewinski
2011-06-20
3
-66
/
+82
*
Emit movq for 64-bit register to XMM register moves, but continue to accept
Nick Lewycky
2011-06-20
9
-16
/
+57
*
Fix a check for PHINodes with two incoming values.
Jay Foad
2011-06-20
1
-1
/
+1
*
PTX: Fix if-then-else formatting and add missing asserts
Justin Holewinski
2011-06-20
1
-16
/
+12
*
Disable again.
Rafael Espindola
2011-06-20
1
-1
/
+1
*
PTX: Add basic register spilling code
Justin Holewinski
2011-06-20
4
-0
/
+135
*
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-20
2
-14
/
+52
*
This is an automatically reduced test case that crashed in GVN, at some
Jay Foad
2011-06-20
1
-0
/
+106
*
Change how PHINodes store their operands.
Jay Foad
2011-06-20
18
-155
/
+210
[next]