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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add back a RUN line removed by mistake by a previous commit
Eli Bendersky
2013-01-25
1
-0
/
+1
*
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
1
-0
/
+11
*
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
41
-45
/
+44
*
Improve the !add TableGen test case.
Hal Finkel
2013-01-25
1
-0
/
+3
*
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
1
-0
/
+13
*
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
1
-0
/
+11
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
1
-3
/
+31
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
1
-0
/
+15
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
1
-3
/
+0
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-0
/
+63
*
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-25
1
-0
/
+3
*
This patch implements parsing the .word
Jack Carter
2013-01-25
1
-1
/
+4
*
[mips] Set flag neverHasSideEffects flag on some of the floating point instru...
Akira Hatanaka
2013-01-25
1
-0
/
+13
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-0
/
+29
*
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
2
-1
/
+37
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-29
/
+0
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-0
/
+29
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-0
/
+42
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-0
/
+22
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
1
-0
/
+57
*
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-24
1
-0
/
+256
*
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
1
-3
/
+22
*
Add instruction encodings / disassembly support for l6r instructions.
Richard Osborne
2013-01-23
1
-0
/
+5
*
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
1
-0
/
+16
*
Add the heuristic to differentiate SSPStrong from SSPRequired.
Bill Wendling
2013-01-23
1
-12
/
+2518
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
2
-21
/
+783
*
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-23
3
-0
/
+195
*
Add instruction encodings / disassembly support for u10 / lu10 instructions.
Richard Osborne
2013-01-22
1
-0
/
+14
*
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
1
-0
/
+110
*
Add a warning when there is a macro defintion that has named parameters but
Kevin Enderby
2013-01-22
1
-0
/
+14
*
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
Akira Hatanaka
2013-01-22
3
-7
/
+7
*
Have the integrated assembler give an error if $1 is used as an identifier in
Kevin Enderby
2013-01-22
1
-0
/
+5
*
Add forgotten test case for the x32 commit
Eli Bendersky
2013-01-22
1
-0
/
+24
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-0
/
+61
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-22
1
-1
/
+1
*
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
1
-0
/
+14
*
This test is only supposed to test that the objc-arc alias analysis
Michael Gottesman
2013-01-22
1
-1
/
+1
*
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
1
-1
/
+9
*
Remove target triple from an LSR test.
Andrew Trick
2013-01-22
1
-1
/
+0
*
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
3
-4
/
+12
*
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
1
-0
/
+50
*
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
1
-0
/
+80
*
Add instruction encodings / disassembly support for l2rus instructions.
Richard Osborne
2013-01-20
1
-0
/
+11
*
Add instruction encodings / disassembly support for l3r instructions.
Richard Osborne
2013-01-20
1
-0
/
+44
*
Add instruction encodings / disassembler support for 2rus instructions.
Richard Osborne
2013-01-20
1
-0
/
+23
*
Add instruction encodings / disassembly support 3r instructions.
Richard Osborne
2013-01-20
1
-0
/
+38
*
llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.
NAKAMURA Takumi
2013-01-20
1
-1
/
+1
*
Revert 172708.
Nadav Rotem
2013-01-20
2
-68
/
+0
*
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
1
-0
/
+71
[prev]
[next]