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
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
1
-2
/
+5
*
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
1
-0
/
+3
*
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
1
-0
/
+20
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
2
-8
/
+8
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
2
-8
/
+8
*
Add missing function CreateFPCast to the TargetFolder. It's there in the other
Nick Lewycky
2012-09-27
1
-1
/
+8
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
10
-42
/
+44
*
Casting: assert that pointer arguments to isa<> are non-null.
Jordan Rose
2012-09-22
1
-0
/
+3
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
1
-0
/
+65
*
Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!
Roman Divacky
2012-09-18
1
-0
/
+15
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-5
/
+8
*
Fix a typo. No functional change.
Craig Topper
2012-09-18
1
-1
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
4
-9
/
+10
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
12
-26
/
+36
*
Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.
Craig Topper
2012-09-16
1
-0
/
+16
*
Fix Doxygen issues: wrap code examples in \code and use \p to refer to
Dmitri Gribenko
2012-09-15
1
-1
/
+2
*
Fix a couple include directives that used angle brackets for llvm files.
Craig Topper
2012-09-15
1
-1
/
+1
*
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
1
-3
/
+4
*
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
1
-23
/
+14
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
2
-14
/
+34
*
Fix some code which is invalid in C++11: an expression of enumeration type
Richard Smith
2012-09-13
1
-5
/
+5
*
Fix documentation: parameter being documented was removed in r98220.
Dmitri Gribenko
2012-09-13
1
-1
/
+0
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
4
-34
/
+36
*
Fix a doxygen issue: these examples are supposed to be displayed preformatted.
Dmitri Gribenko
2012-09-13
1
-43
/
+66
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-30
/
+30
*
Suppress the warnings about unused parameters in changeColor()
Alexander Potapenko
2012-09-12
1
-0
/
+3
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Clean up.
Chad Rosier
2012-09-05
1
-3
/
+3
*
Make sure macros in the include subdirectory are not used without being defined.
Bob Wilson
2012-09-04
2
-3
/
+3
*
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-31
1
-14
/
+16
*
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
1
-2
/
+2
*
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
1
-2
/
+4
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-0
/
+12
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-5
/
+13
*
Try to appease MSVC even more elaborately in the alignment hacking space.
Chandler Carruth
2012-08-24
1
-5
/
+33
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
5
-10
/
+8
*
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-22
4
-14
/
+16
*
Provide a portability macro for __builtin_trap.
David Blaikie
2012-08-21
1
-0
/
+9
*
Insertion of NoFolder functions to avoid ambiguous overload warnings or error...
Jin-Gu Kang
2012-08-17
1
-0
/
+12
*
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-17
1
-13
/
+14
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
1
-16
/
+0
*
Add PPC64 relocations definitions, by Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-0
/
+16
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
1
-1
/
+1
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
1
-0
/
+77
*
Add LLVM_DELETED_FUNCTION compatibility macro.
Michael J. Spencer
2012-08-15
1
-0
/
+19
*
[yaml2obj] Fix incorrect use of signed values.
Michael J. Spencer
2012-08-14
1
-3
/
+3
*
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
1
-2
/
+39
*
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-13
1
-1
/
+2
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-0
/
+58
[next]