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
*
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
3
-0
/
+37
*
Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...
Craig Topper
2012-06-23
2
-9
/
+11
*
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...
Craig Topper
2012-06-23
2
-87
/
+84
*
Add a microoptimization note.
Benjamin Kramer
2012-06-23
1
-0
/
+6
*
Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...
Marshall Clow
2012-06-23
4
-0
/
+200
*
Clean-up after r159077.
Hans Wennborg
2012-06-23
2
-63
/
+6
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
24
-47
/
+706
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
4
-27
/
+64
*
Use correct memory types for (V)CVTDQ2PD instructions.
Craig Topper
2012-06-23
1
-3
/
+3
*
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
1
-2
/
+2
*
Compress flags in X86 op folding to reduce space in static tables.
Craig Topper
2012-06-23
1
-16
/
+16
*
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
1
-3
/
+3
*
Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...
Craig Topper
2012-06-23
2
-26
/
+9
*
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-23
1
-3
/
+5
*
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-23
3
-8
/
+21
*
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
4
-7
/
+33
*
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-23
1
-9
/
+10
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
4
-10
/
+21
*
TableGen: AsmMatcher support for better operand diagnostics.
Jim Grosbach
2012-06-22
2
-16
/
+74
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
9
-14
/
+107
*
FileCheckize tests.
Chad Rosier
2012-06-22
2
-2
/
+10
*
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
5
-7
/
+7
*
Remove ProcessImplicitDefs.h which was unused.
Jakob Stoklund Olesen
2012-06-22
2
-53
/
+27
*
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+3
*
Whitespace.
Chad Rosier
2012-06-22
1
-8
/
+8
*
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
2
-8
/
+0
*
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
2
-42
/
+34
*
Forgot this patch in r159023.
Evan Cheng
2012-06-22
1
-1
/
+1
*
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
8
-18
/
+18
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
8
-11
/
+22
*
Fix a crash in --debug code.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+6
*
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
1
-3
/
+8
*
Simplify handleMove() a bit.
Jakob Stoklund Olesen
2012-06-22
1
-4
/
+4
*
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
2
-203
/
+2
*
Reverting makefile change wile I figure out what the heck happened
Marshall Clow
2012-06-22
1
-1
/
+1
*
Remove some redundant LIS->hasInterval() checks.
Jakob Stoklund Olesen
2012-06-22
1
-22
/
+0
*
Added building yaml2obj to the configure+make build system
Marshall Clow
2012-06-22
2
-2
/
+2
*
Use MRI::isConstantPhysReg() to check remat feasibility.
Jakob Stoklund Olesen
2012-06-22
1
-4
/
+8
*
Remove a variable that is unused when assertions aren't enabled.
Kaelyn Uhrain
2012-06-22
1
-2
/
+1
*
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
1
-5
/
+18
*
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
4
-76
/
+13
*
Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"
Jakob Stoklund Olesen
2012-06-22
2
-15
/
+11
*
Change comment into proper Doxygen member comment.
Dmitri Gribenko
2012-06-22
1
-1
/
+2
*
simplify code from previous commits (Thanks Duncan)
Nuno Lopes
2012-06-22
1
-7
/
+2
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
4
-56
/
+180
*
test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...
NAKAMURA Takumi
2012-06-22
1
-1
/
+3
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
4
-10
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
5
-14
/
+3
*
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
3
-170
/
+52
*
Performance optimizations:
Stepan Dyatkovskiy
2012-06-22
3
-52
/
+170
[next]