projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Support][ErrorOr] Add support for convertable types.
[oota-llvm.git]
/
include
/
llvm
/
Support
/
2013-02-06
Michael J. Spencer
[Support][ErrorOr] Add support for convertable types.
tree
|
commitdiff
2013-02-05
Eli Bendersky
Initial support for DWARF CFI parsing and dumping in...
tree
|
commitdiff
2013-02-05
Eli Bendersky
Be consistent about the field name - AddressSize, not...
tree
|
commitdiff
2013-02-05
Andrew Trick
Revert "[Support][ErrorOr] Add support for convertable...
tree
|
commitdiff
2013-02-05
Meador Inge
Support: ensure proper state in ErrorOr copy ctors...
tree
|
commitdiff
2013-02-05
Jack Carter
This patch that sets the Mips ELF header flag for
tree
|
commitdiff
2013-02-05
Michael J. Spencer
[Support][ErrorOr] Add support for convertable types.
tree
|
commitdiff
2013-02-04
Evgeniy Stepanov
More MSan/ASan annotations.
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
tree
|
commitdiff
2013-01-31
Tim Northover
Add AArch64 as an experimental target.
tree
|
commitdiff
2013-01-31
Evgeniy Stepanov
Annotate BumpPtrAllocator for MemorySanitizer.
tree
|
commitdiff
2013-01-30
Dmitri Gribenko
LLDB uses ConvertUTF16toUTF8, remove #ifdef
tree
|
commitdiff
2013-01-30
Dmitri Gribenko
Move UTF conversion routines from clang/lib/Basic to...
tree
|
commitdiff
2013-01-30
Jack Carter
This patch implements runtime ARM specific
tree
|
commitdiff
2013-01-25
Reid Kleckner
Add parens to suppress an MSVC 2012 << precedence warning
tree
|
commitdiff
2013-01-25
Andrew Trick
ScheduleDAG: colorize the DOT graph and improve formatting.
tree
|
commitdiff
2013-01-24
Michael J. Spencer
[ELF] Add R_X86_64_IRELATIVE.
tree
|
commitdiff
2013-01-23
Michael J. Spencer
[Support][ErrorOr] Don't use nullptr :(
tree
|
commitdiff
2013-01-23
Michael J. Spencer
[Support][ErrorOr] Add optimized specialization of...
tree
|
commitdiff
2013-01-22
Michael J. Spencer
[Support][ErrorOr] Make old gcc happy.
tree
|
commitdiff
2013-01-22
Tim Northover
Fix truncation of relocation types in Support/ELF.h
tree
|
commitdiff
2013-01-21
NAKAMURA Takumi
Support/Compiler.h: MSC1600, aka VS2010, is not C+...
tree
|
commitdiff
2013-01-20
Michael J. Spencer
[Support] Port ErrorOr<T> from lld to C++03.
tree
|
commitdiff
2013-01-18
Jack Carter
This is a resubmittal. For some reason it broke the...
tree
|
commitdiff
2013-01-17
Aaron Ballman
Reverting back to the fallback instead of using the...
tree
|
commitdiff
2013-01-17
Aaron Ballman
Reverting back to the fallback instead of using popcnt...
tree
|
commitdiff
2013-01-16
Aaron Ballman
Wrapping __popcnt64 for MSVC so that it's only used...
tree
|
commitdiff
2013-01-16
Michael J. Spencer
[Support] Include the intrisics header and check for...
tree
|
commitdiff
2013-01-16
Michael J. Spencer
[Support] Add MSVC intrinsic for CountPopulation.
tree
|
commitdiff
2013-01-16
Michael J. Spencer
[Support] Update MSVC compiler support in Compiler.h.
tree
|
commitdiff
2013-01-16
Peter Collingbourne
Introduce llvm::sys::getProcessTriple() function.
tree
|
commitdiff
2013-01-15
Michael J. Spencer
[Support] Add LLVM_CONSTEXPR.
tree
|
commitdiff
2013-01-13
Dmitri Gribenko
Remove redundant 'llvm::' qualifications
tree
|
commitdiff
2013-01-11
Dmitri Gribenko
Add a new portability macro LLVM_FUNCTION_NAME, that...
tree
|
commitdiff
2013-01-10
Jordan Rose
Add basic fix-its to SMDiagnostic.
tree
|
commitdiff
2013-01-10
NAKAMURA Takumi
Signal.h: Add <cstdio> for FILE*, since r171989.
tree
|
commitdiff
2013-01-10
Douglas Gregor
Fix a race condition in the lock-file manager: once...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
tree
|
commitdiff
2013-01-09
Argyrios Kyrtzidis
Move the internal PrintStackTrace function that is...
tree
|
commitdiff
2013-01-09
Adhemerval Zanella
PowerPC: EH adjustments
tree
|
commitdiff
2013-01-09
Shankar Easwaran
add hexagon flags in ELF.h
tree
|
commitdiff
2013-01-09
Manuel Klimek
Incrase the number of parameters for AlignedCharArrayUnion.
tree
|
commitdiff
2013-01-08
Nick Kledzik
Fix memory leak in YAML I/O.
tree
|
commitdiff
2013-01-08
Eric Christopher
Remove the llvm-local DW_TAG_vector_type tag and add...
tree
|
commitdiff
2013-01-08
Eric Christopher
Remove what appears to be a dead llvm-specific debug...
tree
|
commitdiff
2013-01-07
Jordan Rose
Change SMRange to be half-open (exclusive end) instead...
tree
|
commitdiff
2013-01-07
Quentin Colombet
When code size is the priority (Oz, MinSize attribute...
tree
|
commitdiff
2013-01-05
Jakob Stoklund Olesen
Add an ArrayRecycler class.
tree
|
commitdiff
2013-01-05
Chandler Carruth
Provide a default constructor for TimeValue. This was...
tree
|
commitdiff
2013-01-04
Chandler Carruth
Add time getters to the process interface for requestin...
tree
|
commitdiff
2013-01-04
Jakob Stoklund Olesen
Special case Recycler::clear(BumpPtrAllocator).
tree
|
commitdiff
2013-01-04
Nick Kledzik
Fix how YAML I/O detects flow sequences.
tree
|
commitdiff
2013-01-04
Adhemerval Zanella
PowerPC: Fix eh_frame relocation for PIC
tree
|
commitdiff
2013-01-03
NAKAMURA Takumi
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined...
tree
|
commitdiff
2013-01-02
Michael J. Spencer
Restrict __builtin_assume_aligned to gcc 4.7+
tree
|
commitdiff
2013-01-02
Michael J. Spencer
[Support][Endian] Add support for specifying the alignm...
tree
|
commitdiff
2013-01-02
Argyrios Kyrtzidis
Don't #include stuff outside the include guards.
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Make it explicit that the only entry points to the...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused method on Program.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused method on the Program class.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Go ahead and get rid of the old page size interface...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Flesh out a page size accessor in the new API.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove the declspecs from small alignments that we...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused function in the old Process interface.
tree
|
commitdiff
2012-12-31
Michael J. Spencer
[AlignOf] Add AlignedCharArray and refactor AlignedChar...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Begin sketching out the process interface.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Start sketching out a roadmap for better subprocess...
tree
|
commitdiff
2012-12-22
Bill Wendling
Change 'AttrVal' to 'AttrKind' to better reflect that...
tree
|
commitdiff
2012-12-22
Richard Smith
Fix some undefined behavior when parsing YAML input...
tree
|
commitdiff
2012-12-20
Roman Divacky
Remove MCTargetAsmLexer and its derived classes now...
tree
|
commitdiff
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
tree
|
commitdiff
2012-12-18
Eric Christopher
Add support for passing -main-file-name all the way...
tree
|
commitdiff
2012-12-17
Nick Kledzik
Use different trait techniques to be compatible with g++
tree
|
commitdiff
2012-12-14
Bill Schmidt
This patch improves the 64-bit PowerPC InitialExec...
tree
|
commitdiff
2012-12-13
Michael Ilseman
Pattern matching code for intrinsics.
tree
|
commitdiff
2012-12-13
Michael Ilseman
m_CombineOr and m_CombineAnd pattern combinators
tree
|
commitdiff
2012-12-12
Benjamin Kramer
YAMLIO: Remove all of the template instantiation hacks...
tree
|
commitdiff
2012-12-12
Nick Kledzik
AlignedCharArrayUnion is erroring with non-clang compilers
tree
|
commitdiff
2012-12-12
Nick Kledzik
Initial implementation of a utility for converting...
tree
|
commitdiff
2012-12-12
Bill Schmidt
This patch implements local-dynamic TLS model support...
tree
|
commitdiff
2012-12-12
Michael Ilseman
Pattern matchers for floating point values
tree
|
commitdiff
2012-12-12
Michael Ilseman
Remove FIXMEs surrounding Constant[Data]Vectors, instead
tree
|
commitdiff
2012-12-11
Bill Schmidt
This patch implements the general dynamic TLS model...
tree
|
commitdiff
2012-12-07
Bill Wendling
s/AttrListPtr/AttributeSet/g to better label what this...
tree
|
commitdiff
2012-12-07
Michael Ilseman
Remove trailing whitespace
tree
|
commitdiff
2012-12-05
Michael J. Spencer
Updates to Win64EH.h structures.
tree
|
commitdiff
2012-12-04
Bill Schmidt
This patch introduces initial-exec model support for...
tree
|
commitdiff
2012-12-03
Michael J. Spencer
[Support] Make FileOutputBuffer work on Windows.
tree
|
commitdiff
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Separate out the tests for whether the compiler suports...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Move the InstVisitor utility into VMCore where it belon...
tree
|
commitdiff
2012-11-30
Jordan Rose
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
tree
|
commitdiff
2012-11-28
Eli Bendersky
Add backreference matching capabilities to Support...
tree
|
commitdiff
2012-11-27
Bill Schmidt
This patch implements medium code model support for...
tree
|
commitdiff
2012-11-25
Craig Topper
Add an extra slash so doxygen comments will be properly...
tree
|
commitdiff
2012-11-19
Sean Silva
Allow using MemoryBuffers with yaml::Stream directly.
tree
|
commitdiff
2012-11-16
Eric Christopher
Add constant definitions for fission dwarf attributes...
tree
|
commitdiff
2012-11-15
Dmitri Gribenko
Use empty parens for empty function parameter list...
tree
|
commitdiff
next