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
*
Cosmetic patch for r148132.
Stepan Dyatkovskiy
2012-01-13
1
-13
/
+1
*
LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...
Stepan Dyatkovskiy
2012-01-13
1
-112
/
+175
*
Refactor.
Devang Patel
2012-01-13
1
-40
/
+46
*
Add new test.
Devang Patel
2012-01-13
1
-0
/
+10
*
Fixed comment. Thanks Duncan!
Pete Cooper
2012-01-13
1
-1
/
+1
*
Convert SHUFPD with the same register for both sources to PSHUFD if it would ...
Craig Topper
2012-01-13
2
-1
/
+20
*
use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ...
Craig Topper
2012-01-13
1
-3
/
+6
*
Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...
Craig Topper
2012-01-13
4
-37
/
+62
*
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
NAKAMURA Takumi
2012-01-13
1
-0
/
+1
*
Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...
Craig Topper
2012-01-13
2
-1
/
+9
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
9
-1
/
+259
*
whitespace
Andrew Trick
2012-01-13
1
-3
/
+3
*
wrong filename
Andrew Trick
2012-01-13
1
-1
/
+1
*
80-col violation
Andrew Trick
2012-01-13
1
-3
/
+3
*
Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes P...
Craig Topper
2012-01-13
1
-0
/
+2
*
Fix typo in PerformAddCombine that caused any vector type to be checked for h...
Craig Topper
2012-01-13
1
-1
/
+1
*
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
5
-124
/
+7
*
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2012-01-13
3
-31
/
+22
*
DAGCombine's logic for forming pre- and post- indexed loads / stores were being
Evan Cheng
2012-01-13
3
-13
/
+143
*
Fix off-by-one error.
Bill Wendling
2012-01-13
1
-1
/
+1
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
3
-47
/
+218
*
Added MVT::v2f16
Pete Cooper
2012-01-12
4
-20
/
+31
*
Revert accidental commit.
Bill Wendling
2012-01-12
2
-202
/
+0
*
Fix the code that was WRONG.
Bill Wendling
2012-01-12
3
-13
/
+208
*
Added FPOW, FEXP, FLOG to PromoteNode so that custom actions can be set to Pr...
Pete Cooper
2012-01-12
1
-0
/
+18
*
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
2
-2
/
+14
*
When hoisting common code, watch out for uses which are marked "kill". If the
Evan Cheng
2012-01-12
1
-0
/
+5
*
Add error-reporting tests for platforms that don't support segmented stacks.
Rafael Espindola
2012-01-12
1
-0
/
+11
*
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
2
-2
/
+60
*
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
2
-7
/
+67
*
Remove test case, as Chris suggested.
Devang Patel
2012-01-12
1
-23
/
+0
*
Add test case to check intel syntax parsing.
Devang Patel
2012-01-12
1
-0
/
+23
*
Allow targets to select source order pre-RA scheduler.
Evan Cheng
2012-01-12
2
-1
/
+3
*
Rename X86ATTAsmParser -> X86AsmParser
Devang Patel
2012-01-12
2
-19
/
+18
*
Make SplitAnalysis::UseSlots private.
Jakob Stoklund Olesen
2012-01-12
2
-6
/
+10
*
After Jakob's r147938 exception handling on i386 was completely broken.
Benjamin Kramer
2012-01-12
1
-0
/
+7
*
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
2
-1
/
+13
*
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
2
-24
/
+40
*
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2012-01-12
3
-10
/
+10
*
Add predicate method check match memory operand size, if available.
Devang Patel
2012-01-12
2
-17
/
+96
*
A DenseMap of a std::map isn't a very good idea because the "grow()" method will
Bill Wendling
2012-01-12
1
-2
/
+2
*
Add intel style operand parser skeleton.
Devang Patel
2012-01-12
1
-1
/
+97
*
Switch all of the uses of my InsertDAGNode helper to follow the exact
Chandler Carruth
2012-01-12
1
-8
/
+22
*
Revert r147978. A DenseMap's iterators may become invalidated here.
Bill Wendling
2012-01-11
1
-1
/
+2
*
Make data structures private.
Jakob Stoklund Olesen
2012-01-11
3
-11
/
+17
*
Use a DenseMap.
Bill Wendling
2012-01-11
1
-2
/
+1
*
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
3
-63
/
+62
*
Cleanup.
Jakob Stoklund Olesen
2012-01-11
1
-9
/
+0
*
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
3
-312
/
+336
*
Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...
Eli Friedman
2012-01-11
2
-15
/
+7
[next]