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
*
Add parens to suppress an MSVC 2012 << precedence warning
Reid Kleckner
2013-01-25
1
-1
/
+1
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
2
-0
/
+17
*
[ELF] Add R_X86_64_IRELATIVE.
Michael J. Spencer
2013-01-24
1
-1
/
+2
*
[Support][ErrorOr] Don't use nullptr :(
Michael J. Spencer
2013-01-23
1
-6
/
+6
*
[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.
Michael J. Spencer
2013-01-23
1
-1
/
+98
*
[Support][ErrorOr] Make old gcc happy.
Michael J. Spencer
2013-01-22
1
-1
/
+1
*
Fix truncation of relocation types in Support/ELF.h
Tim Northover
2013-01-22
1
-14
/
+14
*
Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.
NAKAMURA Takumi
2013-01-21
1
-2
/
+2
*
[Support] Port ErrorOr<T> from lld to C++03.
Michael J. Spencer
2013-01-20
3
-0
/
+373
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-1
/
+6
*
Reverting back to the fallback instead of using the 64-bit popcnt instruction...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
1
-1
/
+1
*
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
1
-2
/
+6
*
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
1
-0
/
+4
*
[Support] Update MSVC compiler support in Compiler.h.
Michael J. Spencer
2013-01-16
1
-2
/
+4
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-0
/
+4
*
[Support] Add LLVM_CONSTEXPR.
Michael J. Spencer
2013-01-15
1
-0
/
+6
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-17
/
+17
*
Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if
Dmitri Gribenko
2013-01-11
1
-0
/
+9
*
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
1
-11
/
+59
*
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
1
-0
/
+1
*
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
1
-0
/
+1
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
40
-84
/
+84
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
1
-0
/
+3
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-0
/
+1
*
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
1
-2
/
+8
*
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
1
-10
/
+13
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
1
-4
/
+11
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-2
/
+0
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
1
-2
/
+2
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
2
-5
/
+7
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+19
*
Add an ArrayRecycler class.
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+143
*
Provide a default constructor for TimeValue. This was used, but only in
Chandler Carruth
2013-01-05
1
-0
/
+3
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-0
/
+20
*
Special case Recycler::clear(BumpPtrAllocator).
Jakob Stoklund Olesen
2013-01-04
1
-0
/
+11
*
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
1
-35
/
+21
*
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
1
-0
/
+2
*
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...
NAKAMURA Takumi
2013-01-03
1
-3
/
+3
*
Restrict __builtin_assume_aligned to gcc 4.7+
Michael J. Spencer
2013-01-02
1
-1
/
+2
*
[Support][Endian] Add support for specifying the alignment and native unalign...
Michael J. Spencer
2013-01-02
2
-105
/
+72
*
Don't #include stuff outside the include guards.
Argyrios Kyrtzidis
2013-01-02
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
11
-25
/
+25
*
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
1
-1
/
+1
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
1
-11
/
+0
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
1
-3
/
+0
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
1
-6
/
+0
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-0
/
+20
*
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
1
-5
/
+12
[next]