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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wdocumentation warning
Hans Wennborg
2013-07-18
1
-1
/
+1
*
Revert "Remove DIBuilder cache of variable TheCU and change the few"
Eric Christopher
2013-07-18
1
-6
/
+6
*
Equal means ==, not !=. Thanks to Benjamin for catching.
Eric Christopher
2013-07-18
1
-1
/
+1
*
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
2013-07-18
1
-6
/
+6
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-0
/
+53
*
[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
Joey Gouly
2013-07-18
1
-0
/
+12
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-28
/
+0
*
Fix a regression I introduced back in r178147.
Rafael Espindola
2013-07-18
1
-13
/
+14
*
Get rid of the Dis/EnableDebugLocations() API.
Adrian Prantl
2013-07-18
1
-21
/
+0
*
Update comment slightly.
Eric Christopher
2013-07-18
1
-1
/
+1
*
Add comparison operators for DIDescriptors to fix c++98 fallout
Eric Christopher
2013-07-17
1
-0
/
+7
*
Add an explicit operator bool conversion to DIDescriptor to make
Eric Christopher
2013-07-17
1
-0
/
+7
*
OptParser.td: typo
Hans Wennborg
2013-07-17
1
-2
/
+2
*
[ARMv8] Add support for the NEON instructions vmaxnm/vminnm.
Joey Gouly
2013-07-17
1
-0
/
+2
*
Add simpler version of is_directory. It will be used in clang.
Rafael Espindola
2013-07-17
1
-0
/
+7
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-0
/
+4
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
3
-18
/
+34
*
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
Reid Kleckner
2013-07-16
1
-2
/
+22
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
1
-4
/
+7
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
1
-0
/
+3
*
[Object/COFF] Add import_directory_table_entry.
Rui Ueyama
2013-07-16
1
-0
/
+8
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-0
/
+3
*
COFF: Add constants for optional data directory.
Rui Ueyama
2013-07-16
1
-0
/
+18
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-19
/
+34
*
Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...
NAKAMURA Takumi
2013-07-16
1
-2
/
+3
*
Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"
Reid Kleckner
2013-07-15
1
-3
/
+2
*
[Option] Store arg strings in a set backed by a BumpPtrAllocator
Reid Kleckner
2013-07-15
1
-2
/
+3
*
Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
Eric Christopher
2013-07-14
1
-0
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
3
-4
/
+4
*
Remove unneeded forward declarations.
Craig Topper
2013-07-13
1
-3
/
+0
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
2
-1
/
+10
*
Fixed 80+ violation and added C++ to header.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
2
-10
/
+1
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-1
/
+2
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-1
/
+5
*
Fixed comment in header of Block Frequency Impl and added text for C++ mode.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
Mark MDNode::getOperand as readonly.
Benjamin Kramer
2013-07-12
1
-1
/
+1
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-1
/
+1
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-1
/
+10
*
Sync SmallBitVector with BitVector. Add unit tests for the missing methods.
Benjamin Kramer
2013-07-11
1
-0
/
+34
*
Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.
Michael Gottesman
2013-07-11
1
-682
/
+613
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
2
-3
/
+3
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-2
/
+10
*
Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.
Michael Gottesman
2013-07-10
1
-1
/
+1
*
Update doxygen comment to match renamed parameters.
Benjamin Kramer
2013-07-10
1
-2
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-1
/
+13
*
Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.
Argyrios Kyrtzidis
2013-07-10
1
-62
/
+0
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-18
/
+56
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-0
/
+4
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-3
/
+3
[next]