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
*
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
*
Remove OpenBSD defines:
Bill Wendling
2012-08-08
2
-24
/
+0
*
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
1
-0
/
+8
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
1
-0
/
+97
*
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-30
1
-7
/
+46
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
*
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
1
-4
/
+4
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
2
-2
/
+2
*
Fix few warnings.
Galina Kistanova
2012-07-20
1
-1
/
+1
*
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
1
-0
/
+5
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
1
-0
/
+4
*
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
1
-5
/
+4
*
Fixed few warnings.
Galina Kistanova
2012-07-19
1
-2
/
+2
*
Remove tabs.
Bill Wendling
2012-07-19
2
-51
/
+51
*
Add some missed ELF constants definitions:
Simon Atanasyan
2012-07-18
1
-1
/
+36
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
1
-399
/
+0
*
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
1
-141
/
+0
*
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-13
1
-4
/
+4
*
Remove some trivial copy ctors so the classes become trivially copyable and g...
Benjamin Kramer
2012-07-08
1
-1
/
+0
*
Revert r159789.
Dmitri Gribenko
2012-07-06
1
-17
/
+0
*
Enable new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
1
-0
/
+17
*
Reverted r159658:
Stepan Dyatkovskiy
2012-07-04
1
-84
/
+2
*
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
1
-4
/
+30
*
IntegersSubsetMappin: cosmetic changes in diff operation.
Stepan Dyatkovskiy
2012-07-03
1
-6
/
+6
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-1
/
+96
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-31
/
+5
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-2
/
+84
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
2
-216
/
+43
*
Fix -Wstring-conversion warning.
David Blaikie
2012-07-02
1
-2
/
+1
*
Fixed switch in IntRange::isSingleNumber method.
Stepan Dyatkovskiy
2012-07-02
1
-1
/
+3
*
IntRange, fixed warning in isSingleNumber method
Stepan Dyatkovskiy
2012-07-02
1
-2
/
+1
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
2
-43
/
+216
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1281
/
+0
*
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
1
-0
/
+4
*
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
1
-3
/
+258
*
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-26
1
-52
/
+0
*
add CallSite/CallInst/InvokeInst::hasFnAttr()
Nuno Lopes
2012-06-25
1
-0
/
+5
*
Just remove generic support for C++11 alignas -- GCC is already
Chandler Carruth
2012-06-25
1
-1
/
+1
*
llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...
NAKAMURA Takumi
2012-06-24
1
-0
/
+4
[next]