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
*
Create isXBitVector methods in MVT and call them from EVT. This allows target...
Craig Topper
2012-08-11
1
-19
/
+39
*
Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...
Craig Topper
2012-08-11
1
-7
/
+2
*
MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a...
Benjamin Kramer
2012-08-11
1
-4
/
+3
*
PR13578: Teach MachineCSE that instructions that use a constant register can ...
Benjamin Kramer
2012-08-11
3
-4
/
+29
*
Tidy up indentation. No functional change.
Craig Topper
2012-08-11
1
-25
/
+25
*
Fix a cast that was casting away 'const' unnecessarily
Craig Topper
2012-08-11
1
-1
/
+1
*
Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...
Craig Topper
2012-08-11
1
-2
/
+4
*
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
2
-3
/
+8
*
Add a proper if-conversion cost model.
Jakob Stoklund Olesen
2012-08-10
1
-13
/
+77
*
Give MachineTraceMetrics its own debug tag.
Jakob Stoklund Olesen
2012-08-10
1
-1
/
+1
*
Add more trace query functions.
Jakob Stoklund Olesen
2012-08-10
2
-0
/
+42
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
9
-1205
/
+25
*
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-10
1
-0
/
+3
*
Add getTPred() and getFPred() functions.
Jakob Stoklund Olesen
2012-08-10
1
-2
/
+8
*
Include loop-carried dependencies when computing instr heights.
Jakob Stoklund Olesen
2012-08-10
1
-6
/
+18
*
add X86-specific DAG optimization to simplify boolean test
Michael Liao
2012-08-10
2
-4
/
+155
*
A couple of addition comment fixes
Eli Bendersky
2012-08-10
1
-2
/
+2
*
Fix a couple of typos in comments
Eli Bendersky
2012-08-10
1
-2
/
+2
*
Constify some basic blocks, no functionality change.
Rafael Espindola
2012-08-10
1
-8
/
+8
*
remove tailing whitespaces and test commit
Michael Liao
2012-08-10
1
-3
/
+3
*
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
2
-13
/
+17
*
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-10
1
-0
/
+6
*
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-10
3
-0
/
+3
*
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-08-10
2
-3
/
+30
*
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
2
-10
/
+34
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
6
-73
/
+28
*
Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.
Bob Wilson
2012-08-10
1
-1
/
+1
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
5
-57
/
+64
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
2
-29
/
+40
*
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-10
7
-1
/
+19
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
5
-64
/
+57
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
4
-11
/
+28
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
5
-53
/
+43
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
6
-102
/
+92
*
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
7
-154
/
+90
*
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-09
1
-1
/
+2
*
Don't modify MO while use_iterator is still pointing to it.
Jakob Stoklund Olesen
2012-08-09
2
-3
/
+5
*
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
2
-3
/
+32
*
Teach the LLVM test makefile to run the extra Clang tools' test suites
Chandler Carruth
2012-08-09
1
-0
/
+9
*
Another 32 to 64 bit sign extension bug.
Jack Carter
2012-08-09
2
-5
/
+10
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-08-09
7
-17
/
+339
*
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-09
2
-3
/
+16
*
This field isn't used anymore, use it with HWEncoding instead.
Eric Christopher
2012-08-09
1
-4
/
+4
*
Support for experimental targets
Victor Oliveira
2012-08-09
3
-1
/
+37
*
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
Matt Beaumont-Gay
2012-08-09
1
-3
/
+0
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
6
-46
/
+68
*
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
2
-11
/
+14
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
2
-2
/
+8
*
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
1
-8
/
+4
*
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
1
-1
/
+3
[next]