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
*
Add a test case to verify that misusing anyregcc crashes as expected.
Andrew Trick
2013-11-13
1
-0
/
+17
*
Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)
Chandler Carruth
2013-11-13
1
-0
/
+1
*
Fix a null pointer dereference when copying a null polymorphic pointer.
Chandler Carruth
2013-11-13
2
-1
/
+7
*
R600: Fix selection failure on EXTLOAD
Matt Arsenault
2013-11-13
2
-1
/
+60
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
5
-11
/
+93
*
Give folks a reference to some material on the fundamental design
Chandler Carruth
2013-11-13
1
-0
/
+7
*
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
2013-11-13
4
-16
/
+498
*
Update the docs to match the function name.
Nadav Rotem
2013-11-13
1
-1
/
+1
*
Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...
Aaron Ballman
2013-11-13
1
-4
/
+0
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
5
-8
/
+21
*
Remove always true flag.
Rafael Espindola
2013-11-12
3
-14
/
+4
*
Cleanup the stackmap operand folding code and fix a corner case.
Andrew Trick
2013-11-12
2
-7
/
+33
*
improve dependence analysis testcases
Sebastian Pop
2013-11-12
3
-1
/
+30
*
delinearization of arrays
Sebastian Pop
2013-11-12
20
-1
/
+1423
*
remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriter
Sebastian Pop
2013-11-12
1
-46
/
+94
*
Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...
Nadav Rotem
2013-11-12
2
-3
/
+85
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
2
-2
/
+36
*
[mips] Fix a bug in function CC_MipsO32_FP64. The second double precision
Akira Hatanaka
2013-11-12
2
-7
/
+7
*
[mips] Run test case with command line option -mattr=+fp64.
Akira Hatanaka
2013-11-12
1
-16
/
+39
*
Add a FIXME for 32-bit q modifiers.
Eric Christopher
2013-11-12
1
-0
/
+1
*
Protect user-supplied runtime library functions in LTO
Justin Bogner
2013-11-12
3
-3
/
+76
*
ARM: diagnose invalid system LDM/STM
Tim Northover
2013-11-12
2
-0
/
+21
*
[mips] Revert part of r194510 that was accidentally committed.
Akira Hatanaka
2013-11-12
1
-1
/
+1
*
[mips] Fix and re-enable a test case that has been disabled for a long time.
Akira Hatanaka
2013-11-12
2
-100
/
+121
*
[OCaml] Dynamically link LLVM on --enable-shared builds
Peter Zotov
2013-11-12
2
-2
/
+68
*
[OCaml] Fix a typo
Peter Zotov
2013-11-12
1
-6
/
+6
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
2
-4
/
+35
*
Export intrinsics:__builtin_arm_{dmb,dsb} to frontend
Weiming Zhao
2013-11-12
1
-2
/
+2
*
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
Chad Rosier
2013-11-12
14
-37
/
+1001
*
Expand rotate instructions on sparcv9 as well.
Roman Divacky
2013-11-12
1
-0
/
+2
*
Simplify operand folding when rematerializing a load.
Andrew Trick
2013-11-12
2
-12
/
+12
*
GraphViz CFGPrinter: wrap long lines.
Andrew Trick
2013-11-12
1
-2
/
+19
*
whitespace
Andrew Trick
2013-11-12
1
-5
/
+5
*
Revert "Remove unused variable."
Rafael Espindola
2013-11-12
1
-0
/
+1
*
Remove unused variable.
Rafael Espindola
2013-11-12
1
-1
/
+0
*
R600: Reenable llvm.R600.load.input/interp.input for compatibility
Vincent Lejeune
2013-11-12
2
-0
/
+47
*
[mips][msa] Enable inlinse assembly for MSA.
Daniel Sanders
2013-11-12
3
-9
/
+85
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
2
-34
/
+26
*
[mips][msa] Fix buildbot failures caused by an unused variable when assertion...
Daniel Sanders
2013-11-12
1
-2
/
+1
*
[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...
Daniel Sanders
2013-11-12
11
-39
/
+300
*
[ARM] Add support for FP_HP_extension build attribute
Bradley Smith
2013-11-12
4
-7
/
+31
*
[mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...
Daniel Sanders
2013-11-12
3
-70
/
+464
*
[mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...
Daniel Sanders
2013-11-12
1
-16
/
+16
*
XCore target: fix bug in aligning 'byval i8*' on the stack
Robert Lytton
2013-11-12
2
-1
/
+16
*
XCore target test for hidden declaration
Robert Lytton
2013-11-12
1
-1
/
+5
*
Add XCore support for ATOMIC_FENCE.
Robert Lytton
2013-11-12
4
-1
/
+41
*
XCore target: return error for unsupported alignment
Robert Lytton
2013-11-12
2
-0
/
+13
*
Change data structure to memorize computed result in ScalarEvolution
Wan Xiaofei
2013-11-12
2
-25
/
+45
*
Correct a glitch in r194424 which may invalidate iterator.
Shuxin Yang
2013-11-12
1
-1
/
+3
*
Add new FileCheck feature to 3.4 release notes
Matt Arsenault
2013-11-12
1
-0
/
+3
[next]