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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-0
/
+11
|
*
[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
Peter Zotov
2013-11-15
1
-3
/
+3
|
*
[llvm-c] Simplify signature of LLVMGetTargetFromName
Peter Zotov
2013-11-15
1
-1
/
+1
|
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
12
-18
/
+111
|
*
Include raw_ostream.h.
Rui Ueyama
2013-11-15
1
-2
/
+2
|
*
Fix the header comment of the new pass manager stuff to not claim to be
Chandler Carruth
2013-11-14
1
-1
/
+1
|
*
[AArch64 neon] support poly64 and relevant intrinsic functions.
Kevin Qin
2013-11-14
1
-0
/
+3
|
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
1
-0
/
+33
|
*
Add dyn_cast<> support to YAML I/O's IO class
Nick Kledzik
2013-11-14
1
-3
/
+8
|
*
Added BlockFrequencyInfo::view for displaying the block frequency propagation...
Michael Gottesman
2013-11-14
1
-0
/
+2
|
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
1
-0
/
+45
|
*
Add simple support for tags in YAML I/O
Nick Kledzik
2013-11-14
1
-2
/
+4
|
*
llvm-cov: Slightly improved error checking.
Yuchen Wu
2013-11-14
1
-2
/
+2
|
*
llvm-cov: Removed StringMap holding GCOVLines.
Yuchen Wu
2013-11-14
1
-16
/
+6
|
*
llvm-cov: Replaced asserts with proper error handling.
Yuchen Wu
2013-11-14
1
-14
/
+22
|
*
[AArch64] Add support for legacy AArch32 NEON scalar shift by immediate
Chad Rosier
2013-11-13
1
-13
/
+0
|
*
Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.
Benjamin Kramer
2013-11-13
1
-1
/
+0
|
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-21
/
+0
|
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
2
-0
/
+10
|
*
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
1
-1
/
+1
|
*
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
1
-12
/
+294
|
*
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
2
-3
/
+15
|
*
Remove always true flag.
Rafael Espindola
2013-11-12
1
-7
/
+0
|
*
delinearization of arrays
Sebastian Pop
2013-11-12
4
-1
/
+19
|
*
remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriter
Sebastian Pop
2013-11-12
1
-46
/
+94
|
*
Protect user-supplied runtime library functions in LTO
Justin Bogner
2013-11-12
1
-0
/
+3
|
*
Export intrinsics:__builtin_arm_{dmb,dsb} to frontend
Weiming Zhao
2013-11-12
1
-2
/
+2
|
*
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
|
*
Change data structure to memorize computed result in ScalarEvolution
Wan Xiaofei
2013-11-12
1
-3
/
+3
|
*
CalcSpillWeights: allow overidding the spill weight normalizing function
Arnaud A. de Grandmaison
2013-11-11
1
-3
/
+12
|
*
[AArch64] The shift right/left and insert immediate builtins expect 3
Chad Rosier
2013-11-11
1
-2
/
+2
|
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
1
-6
/
+4
|
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-0
/
+12
|
*
[llvm-c] Remove dead typedef
Peter Zotov
2013-11-11
1
-1
/
+0
|
*
Don't universally enable initialiser lists on GCC. Thanks for catching this ...
Pete Cooper
2013-11-11
1
-2
/
+1
|
*
Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
2013-11-11
2
-0
/
+16
|
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
2
-23
/
+11
|
*
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
2013-11-09
1
-0
/
+118
|
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
8
-95
/
+154
|
*
This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...
Filip Pizlo
2013-11-09
1
-0
/
+2
|
*
Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
2013-11-09
1
-1
/
+1
|
*
Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
2013-11-09
1
-0
/
+117
|
*
include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]
NAKAMURA Takumi
2013-11-09
5
-48
/
+48
|
*
Fix whitespace.
NAKAMURA Takumi
2013-11-09
4
-41
/
+41
[prev]
[next]