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
*
Misc accumulated tweaks to legalization logic for various targets.
Eli Friedman
2009-06-16
4
-2
/
+25
*
another xform that is target-independent (should be done in instcombine).
Chris Lattner
2009-06-16
1
-3
/
+23
*
I think instcombine should unconditionally do this xform.
Chris Lattner
2009-06-16
1
-2
/
+17
*
Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.
Chris Lattner
2009-06-16
1
-6
/
+5
*
There doesn't seem to be a reason to move the save FP stuff.
Bill Wendling
2009-06-16
1
-7
/
+7
*
The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset
Bill Wendling
2009-06-16
1
-20
/
+18
*
Fix typos.
Bill Wendling
2009-06-16
1
-2
/
+2
*
Use MainCU if it is available.
Devang Patel
2009-06-16
2
-2
/
+278
*
Add initial stab at documenting the use of LLVM with threaded clients.
Owen Anderson
2009-06-16
1
-2
/
+109
*
Add comments to ConstantInt::get and ConstantFP::get to more fully
Dan Gohman
2009-06-16
1
-7
/
+12
*
Use Type::getScalarType.
Dan Gohman
2009-06-16
1
-4
/
+2
*
Regenerate.
Mikhail Glushenkov
2009-06-16
2
-43
/
+74
*
Documentation update.
Mikhail Glushenkov
2009-06-16
2
-22
/
+52
*
Remove extraneous propset.
Owen Anderson
2009-06-15
0
-0
/
+0
*
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...
Owen Anderson
2009-06-15
2
-8
/
+18
*
Add a CreateFNeg function to IRBuilder.
Dan Gohman
2009-06-15
1
-0
/
+5
*
Update this test to use fmul instead of mul.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Change this from an assert to a cerr+exit, since it's diagnosing an
Dan Gohman
2009-06-15
1
-2
/
+6
*
On Darwin, frame pointer r7 is never available.
Evan Cheng
2009-06-15
1
-2
/
+2
*
Use Type::isIntOrIntVector and Type::isFPOrFPVector.
Dan Gohman
2009-06-15
2
-20
/
+15
*
Support vector casts in more places, fixing a variety of assertion
Dan Gohman
2009-06-15
18
-259
/
+497
*
Address more comments :)
Anton Korobeynikov
2009-06-15
1
-5
/
+4
*
Fix a typo in a diagnostic.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Rename methods for the sake of consistency.
Anton Korobeynikov
2009-06-15
2
-8
/
+8
*
Document ABIType enum. Patch by Sandeep Patel!
Anton Korobeynikov
2009-06-15
1
-0
/
+3
*
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
3
-2
/
+86
*
ifcvt should ignore cfg where true and false successors are the same.
Evan Cheng
2009-06-15
2
-1
/
+24
*
Typo.
Evan Cheng
2009-06-15
1
-1
/
+1
*
Rewrite the noredzone description, attempting to avoid confusing language.
Dan Gohman
2009-06-15
1
-1
/
+1
*
The Ls and Qs were mixed up. Patch by Sean.
Bill Wendling
2009-06-15
2
-6
/
+6
*
Fix the crash in this test. This is basically the same
Dale Johannesen
2009-06-15
2
-2
/
+584
*
Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
Evan Cheng
2009-06-15
1
-59
/
+73
*
Merge PartialInliner changes.
Owen Anderson
2009-06-15
1
-0
/
+5
*
"The Intel instruction tables should include the 64-bit and 32-bit instructions
Bill Wendling
2009-06-15
2
-0
/
+18
*
Silence a warning.
Evan Cheng
2009-06-15
1
-1
/
+1
*
This test is failing. Revert for now.
Bill Wendling
2009-06-15
1
-89
/
+0
*
Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.
Dan Gohman
2009-06-15
1
-9
/
+9
*
Add another testcase for r71478.
Bill Wendling
2009-06-15
1
-0
/
+89
*
Make the EnableLoadPRE variable static.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Fix a typo.
Dan Gohman
2009-06-15
1
-1
/
+1
*
glibc has two versions of strerror_r, a standards compliant one and a GNU
Dan Gohman
2009-06-15
1
-1
/
+8
*
Reword the description of the noredzone attribute.
Dan Gohman
2009-06-15
1
-2
/
+3
*
CheckTailCallReturnConstraints is missing a check on the
Arnold Schwaighofer
2009-06-15
2
-1
/
+19
*
x86_64 was completely missing from the target triples supported by the X86 code
Edwin Török
2009-06-15
1
-0
/
+2
*
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
2009-06-15
1
-12
/
+5
*
Part 1.
Evan Cheng
2009-06-15
13
-141
/
+613
*
fix testcase to properly check for the patch in r73195.
Chris Lattner
2009-06-15
1
-1
/
+1
*
"This patch implements the method with the GetModuleFileName function for win...
Chris Lattner
2009-06-15
1
-1
/
+3
*
remove extraneous const qualifier
Chris Lattner
2009-06-15
2
-3
/
+2
*
I got J and K backward, many thanks to Eli for spotting this!
Chris Lattner
2009-06-15
1
-2
/
+2
[next]