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
...
*
Remove use of GNU extension to resolve Clang warning.
David Blaikie
2012-06-12
1
-3
/
+1
*
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+6
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+7
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
2
-4
/
+4
*
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
1
-0
/
+59
*
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-05
2
-12
/
+15
*
IntRange: Restore the copy constuctor explicitly to appase buildbot.
NAKAMURA Takumi
2012-06-03
1
-1
/
+3
*
Added unittests for IntegersSubset and IntegersSubsetMapping.
Stepan Dyatkovskiy
2012-06-02
2
-20
/
+43
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
2
-34
/
+40
*
Additional change for 157881. Forget to fix another IntegerSubset constructor.
Stepan Dyatkovskiy
2012-06-02
1
-3
/
+1
*
Small fix due to buildbot failures on mingw32. Fixed call of parent construct...
Stepan Dyatkovskiy
2012-06-02
1
-1
/
+4
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
2
-37
/
+40
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
2
-116
/
+140
*
Remove noisy semicolons.
Benjamin Kramer
2012-06-01
1
-26
/
+26
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
2
-92
/
+136
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
2
-65
/
+51
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
2
-135
/
+219
*
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
1
-0
/
+23
*
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-05-21
1
-2
/
+7
*
Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...
Benjamin Kramer
2012-05-19
1
-5
/
+3
*
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-18
3
-5
/
+5
*
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-05-17
1
-1
/
+1
*
[Support] Add a version of sys::fs::equivalent() that treats errors as false.
Daniel Dunbar
2012-05-15
1
-0
/
+7
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-1
/
+4
*
[Support/COFF] Make the order of members in symbol match the standard.
Michael J. Spencer
2012-05-14
1
-1
/
+1
*
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
1
-1
/
+15
*
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...
Stepan Dyatkovskiy
2012-05-11
2
-0
/
+524
*
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-11
1
-2
/
+2
*
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-08
1
-0
/
+15
*
Fix trivial typo in llvm_move.
John McCall
2012-05-07
1
-1
/
+1
*
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
1
-1
/
+8
*
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
1
-8
/
+1
*
add missing header <shame>
Chris Lattner
2012-05-05
1
-1
/
+8
*
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-05
1
-1
/
+5
*
Update SmallVector to support move semantics if the host does.
John McCall
2012-05-02
1
-0
/
+19
*
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
1
-11
/
+18
*
If the __is_trivially_copyable type trait is available use it as the baseline...
Benjamin Kramer
2012-04-28
1
-0
/
+15
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
1
-2
/
+2
*
Extraneous semicolon.
Eric Christopher
2012-04-20
1
-1
/
+1
*
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
1
-2
/
+5
*
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
1
-0
/
+17
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
1
-448
/
+0
*
Adding operator== for document_iterator.
Manuel Klimek
2012-04-17
1
-1
/
+4
*
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
1
-13
/
+3
*
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
2
-45
/
+104
*
Remove the methods for attaching metadata to instructions/retrieving metadata
Duncan Sands
2012-04-16
1
-21
/
+0
*
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
1
-5
/
+27
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
2
-0
/
+9
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
2
-9
/
+0
[prev]
[next]