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
*
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
4
-666
/
+0
*
SCCCaptured is trivially false on entry to this loop and not modified inside it.
Nick Lewycky
2012-01-05
1
-1
/
+1
*
Remove the old ELF writer.
Rafael Espindola
2012-01-05
10
-2223
/
+3
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
4
-4
/
+21
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
14
-59
/
+11
*
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
1
-2
/
+2
*
Remove an unused variable.
Chandler Carruth
2012-01-05
1
-1
/
+0
*
Prevent a DAGCombine from firing where there are two uses of
Chandler Carruth
2012-01-05
2
-1
/
+23
*
Cleanup and FileCheck-ize a test.
Chandler Carruth
2012-01-05
1
-18
/
+40
*
Mark scalar FMA4 instructions as ignoring the VEX.L bit.
Craig Topper
2012-01-05
1
-4
/
+4
*
Peephole optimization of ptest-conditioned branch in X86 arch. Performs instr...
Victor Umansky
2012-01-05
4
-1
/
+631
*
test commit (verifyiing commit access)
Eli Bendersky
2012-01-05
1
-1
/
+1
*
Minor postra scheduler cleanup. It could result in more precise antidependenc...
Andrew Trick
2012-01-05
1
-25
/
+19
*
Replace the uint64_t -> double convertion algorithm with one that's more effi...
Bill Wendling
2012-01-05
1
-52
/
+38
*
comment cleanup
Andrew Trick
2012-01-05
1
-1
/
+1
*
Do not hard code asm variant number.
Devang Patel
2012-01-05
1
-2
/
+7
*
FileCheck hygiene.
Benjamin Kramer
2012-01-05
5
-6
/
+6
*
Reapply r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2012-01-05
4
-6
/
+6
*
Avoid reserving an ARM base pointer during register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-2
/
+17
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
6
-1
/
+49
*
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-04
2
-2
/
+6
*
Silence warnings of a mysterious compiler that still defaults to C89.
Benjamin Kramer
2012-01-04
1
-2
/
+2
*
Simplify more DenseMap.find users.
Benjamin Kramer
2012-01-04
2
-8
/
+4
*
StringMap.find never points to an empty bucket or tombstone, skip the check.
Benjamin Kramer
2012-01-04
1
-2
/
+2
*
Simplify code. No functionality change.
Benjamin Kramer
2012-01-04
1
-7
/
+4
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
14
-11
/
+59
*
Enable -soft-float for MIPS.
Akira Hatanaka
2012-01-04
1
-7
/
+10
*
Remove pointless asserts.
Nick Lewycky
2012-01-04
1
-2
/
+0
*
Teach instcombine all sorts of great stuff about shifts that have exact, nuw or
Nick Lewycky
2012-01-04
3
-8
/
+113
*
Allow vector shuffle normalizing to use concat vector even if the sources are...
Craig Topper
2012-01-04
1
-11
/
+24
*
Implement VECTOR_SHUFFLE canonicalizations during DAG combine.
Craig Topper
2012-01-04
1
-2
/
+50
*
test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...
NAKAMURA Takumi
2012-01-04
1
-1
/
+1
*
Rename immLUiOpnd.
Akira Hatanaka
2012-01-04
2
-3
/
+3
*
- Define base classes for Jump-and-link instructions and make 32-bit and 64-bit
Akira Hatanaka
2012-01-04
2
-42
/
+27
*
Have getRegForInlineAsmConstraint return the correct register class when target
Akira Hatanaka
2012-01-04
3
-4
/
+64
*
Fix more places which should be checking for iOS, not darwin.
Evan Cheng
2012-01-04
18
-36
/
+36
*
For x86, canonicalize max
Evan Cheng
2012-01-04
2
-1
/
+46
*
[asan] one more test for asan instrumentation: (*a)++ should be instrumented ...
Kostya Serebryany
2012-01-04
1
-0
/
+25
*
Turn a few more inline asm errors into "emitErrors" instead of fatal errors.
Chris Lattner
2012-01-03
1
-9
/
+21
*
generalize LLVMContext::emitError to take a twine instead of a StringRef.
Chris Lattner
2012-01-03
2
-6
/
+7
*
Fix 80-column violations.
Chad Rosier
2012-01-03
1
-4
/
+5
*
Don't use enums larger than 1 << 31 for target features.
Jakob Stoklund Olesen
2012-01-03
1
-16
/
+29
*
Revert r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2012-01-03
4
-6
/
+6
*
Assert when reserved registers have been assigned.
Jakob Stoklund Olesen
2012-01-03
1
-0
/
+4
*
Revert 147426 because it caused pr11696.
Nadav Rotem
2012-01-03
5
-49
/
+10
*
Fix incorrect widening of the bitcast sdnode in case the incoming operand is ...
Nadav Rotem
2012-01-03
2
-0
/
+17
*
Enhance DAGCombine for transforming 128->256 casts into a vmovaps, rather
Chad Rosier
2012-01-03
3
-0
/
+42
*
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
Nick Lewycky
2012-01-03
1
-56
/
+36
*
Remove the restriction that target intrinsics can only involve legal types. ...
Owen Anderson
2012-01-03
1
-8
/
+0
*
Clarified assert text.
Lang Hames
2012-01-03
1
-1
/
+1
[next]