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
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
27
-16
/
+211
*
cleanup the comment.
Nadav Rotem
2012-10-18
1
-1
/
+1
*
Fix a bug where a 32-bit address with the high bit does not get symbolicated
Kevin Enderby
2012-10-18
1
-2
/
+3
*
fix a naming typo
Nadav Rotem
2012-10-18
1
-6
/
+4
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
1
-1
/
+3
*
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
1
-6
/
+13
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
1
-0
/
+1
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
1
-24
/
+13
*
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
1
-10
/
+7
*
Cosmetic change -- move two simplifiers to the right commented statement group.
Meador Inge
2012-10-18
1
-2
/
+2
*
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
2
-48
/
+50
*
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
1
-0
/
+4
*
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
1
-7
/
+14
*
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
1
-18
/
+201
*
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
1
-1
/
+46
*
Refactor insert and extract of sub-integers into static helpers that
Chandler Carruth
2012-10-18
1
-68
/
+84
*
This FIXME was fixed some time ago. =]
Chandler Carruth
2012-10-18
1
-3
/
+0
*
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
3
-0
/
+56
*
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
1
-2
/
+1
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
31
-307
/
+102
*
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
1
-8
/
+0
*
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-18
1
-68
/
+159
*
Revert r166157 because some tests fail...
Bill Wendling
2012-10-17
1
-3
/
+1
*
Check that the operand of the GEP is not the GEP itself. This occurred during...
Bill Wendling
2012-10-17
1
-1
/
+3
*
Revert part of r166049 back and enable test case in r166125.
Michael Liao
2012-10-17
1
-0
/
+42
*
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
1
-2
/
+1
*
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
1
-1
/
+0
*
Revert r166049
Michael Liao
2012-10-17
1
-46
/
+0
*
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
2
-2
/
+296
*
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
1
-4
/
+4
*
Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i
Michael Liao
2012-10-17
1
-2
/
+17
*
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
1
-2
/
+2
*
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
3
-3
/
+160
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
3
-4
/
+4
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
4
-2
/
+814
*
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
1
-1
/
+1
*
Fix fallout from RegInfo => FrameLowering refactoring on MSP430.
Anton Korobeynikov
2012-10-17
4
-16
/
+15
*
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
1
-2
/
+10
*
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
1
-9
/
+21
*
[asan] better debug diagnostics in asan compiler module
Kostya Serebryany
2012-10-17
1
-4
/
+4
*
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-17
1
-3
/
+3
*
Fix a really annoying "bug" introduced in r165941. The change from that
Chandler Carruth
2012-10-17
1
-3
/
+3
*
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
1
-2
/
+2
*
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-17
2
-22
/
+50
*
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-17
1
-23
/
+30
*
Use a typedef to reduce some typing and reformat code accordingly.
Eric Christopher
2012-10-16
1
-12
/
+17
*
Variable name cleanup.
Eric Christopher
2012-10-16
1
-4
/
+4
*
Avoid rematerializing a redef immediately after the old def.
Jakob Stoklund Olesen
2012-10-16
1
-0
/
+7
*
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
1
-344
/
+1
*
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
1
-2
/
+5
[next]