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
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
38
-225
/
+720
*
cleanup the comment.
Nadav Rotem
2012-10-18
1
-1
/
+1
*
Fix case for include of Compiler.h.
Jordan Rose
2012-10-18
1
-1
/
+1
*
Add move constructors for OwningPtr and OwningArrayPtr.
Jordan Rose
2012-10-18
1
-0
/
+18
*
Add a T&& constructor to llvm::Optional.
Jordan Rose
2012-10-18
1
-0
/
+9
*
Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>
Bob Wilson
2012-10-18
3
-0
/
+3
*
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
*
test: Add a lit config variable to check if LTO is enabled.
Daniel Dunbar
2012-10-18
3
-0
/
+16
*
lit: Allow XFAIL: lines to also refer to "features".
Daniel Dunbar
2012-10-18
3
-13
/
+23
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
2
-2
/
+5
*
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
1
-0
/
+7
*
Use pre-python 2.5 syntax in lit.cfg.
Sebastian Pop
2012-10-18
1
-1
/
+4
*
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
2
-6
/
+89
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
2
-4
/
+6
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
2
-28
/
+15
*
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
1
-1
/
+0
*
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
1
-10
/
+7
*
Update the LangRef documentation for the per pointer address space support.
Micah Villmow
2012-10-18
1
-4
/
+10
*
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
6
-109
/
+147
*
test commit: verifying access from new address
Eli Bendersky
2012-10-18
1
-1
/
+1
*
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
2
-0
/
+65
*
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
2
-34
/
+221
*
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
2
-1
/
+73
*
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
5
-0
/
+62
*
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
1
-2
/
+1
*
Add a small example which shows a vectorizable loop with a non-pow-of-two count
Nadav Rotem
2012-10-18
1
-2
/
+10
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
44
-821
/
+317
*
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
3
-73
/
+162
*
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
2
-1
/
+42
*
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
1
-2
/
+1
*
Disable extract-concat test case temporarily
Michael Liao
2012-10-17
1
-1
/
+2
*
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
1
-1
/
+0
*
Revert r166049
Michael Liao
2012-10-17
2
-64
/
+0
*
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
12
-2
/
+577
*
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
2
-2
/
+34
*
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
2
-12
/
+20
*
Update the release notes about how to enable the loop vectorizer.
Nadav Rotem
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
4
-3
/
+165
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
4
-11
/
+10
*
Update the release notes about the store-merge dag optimization.
Nadav Rotem
2012-10-17
1
-0
/
+2
*
Update the release notes about the new TargetTransformInfo API changes.
Nadav Rotem
2012-10-17
1
-0
/
+5
[next]