projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Allow using .cfi_startproc without a leading symbol.
[oota-llvm.git]
/
include
/
2014-06-23
Rafael Espindola
Allow using .cfi_startproc without a leading symbol.
tree
|
commitdiff
2014-06-23
Rafael Espindola
clang-format initializer to reduce noise in another...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Stop producing func.eh symbols on Darwin.
tree
|
commitdiff
2014-06-22
Saleem Abdulrasool
MC: adjust text section flags for WoA
tree
|
commitdiff
2014-06-22
NAKAMURA Takumi
Revert r211399, "Generate native unwind info on Win64"
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: ScaledNumber: Fix inconsistent test names
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumber::getQuotient() and getProduct()
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Cleanup ScaledNumber::getAdjusted() doc
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Mark end of namespaces
tree
|
commitdiff
2014-06-20
Zachary Turner
Revert "Replace Execution Engine's mutex with std:...
tree
|
commitdiff
2014-06-20
Reid Kleckner
Generate native unwind info on Win64
tree
|
commitdiff
2014-06-20
Rafael Espindola
Allow a target to create a null streamer.
tree
|
commitdiff
2014-06-20
Yaron Keren
Code in LoopStrengthReduce.cpp depends on SmallBitVecto...
tree
|
commitdiff
2014-06-20
Yaron Keren
Reverting size_type for the containers from size_type...
tree
|
commitdiff
2014-06-20
Yaron Keren
Attempting to fix the 64 bit bots.
tree
|
commitdiff
2014-06-20
Yaron Keren
The count() function for STL datatypes returns unsigned...
tree
|
commitdiff
2014-06-20
Oliver Stannard
Emit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
tree
|
commitdiff
2014-06-20
Justin Bogner
ArgList: use MakeArgList overloads in subclasses and...
tree
|
commitdiff
2014-06-20
Karthik Bhat
Add Support to Recognize and Vectorize NON SIMD instruc...
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Clean up getRounded() tests
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getAdjusted()
tree
|
commitdiff
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getRounded()
tree
|
commitdiff
2014-06-20
Hans Wennborg
Don't build switch lookup tables for dllimport or TLS...
tree
|
commitdiff
2014-06-20
Rafael Espindola
Revert "Add StringMap::insert(pair) consistent with...
tree
|
commitdiff
2014-06-19
Kevin Enderby
Change the output of llvm-nm and llvm-size for Mach...
tree
|
commitdiff
2014-06-19
Eric Christopher
Add a new subtarget hook for whether or not we'd like...
tree
|
commitdiff
2014-06-19
Zachary Turner
Include Threading.h instead of forward declaring a...
tree
|
commitdiff
2014-06-19
David Blaikie
Add StringMap::insert(pair) consistent with the standar...
tree
|
commitdiff
2014-06-19
Justin Bogner
Support: Add llvm::sys::fs::copy_file
tree
|
commitdiff
2014-06-19
David Blaikie
Remove circular header reference in Threading.h/Mutex.h
tree
|
commitdiff
2014-06-19
Zachary Turner
Fix build on non-Windows platforms.
tree
|
commitdiff
2014-06-19
Zachary Turner
Remove support for LLVM runtime multi-threading.
tree
|
commitdiff
2014-06-19
Jingyue Wu
[ValueTracking] Extend range metadata to call/invoke
tree
|
commitdiff
2014-06-19
Zachary Turner
Kill the LLVM global lock.
tree
|
commitdiff
2014-06-19
Oliver Stannard
Emit DWARF info for all code section in an assembly...
tree
|
commitdiff
2014-06-19
Oliver Stannard
Emit DWARF3 call frame information when DWARF3+ debug...
tree
|
commitdiff
2014-06-19
Alp Toker
Remove OwningPtr.h and associated tests
tree
|
commitdiff
2014-06-19
Eric Christopher
Move -dwarf-version to an MC level command line option...
tree
|
commitdiff
2014-06-19
Craig Topper
Convert some assert(0) to llvm_unreachable or fold...
tree
|
commitdiff
2014-06-19
Matt Arsenault
R600/SI: Add intrinsics for various math instructions.
tree
|
commitdiff
2014-06-19
David Blaikie
Fix breakage from r211244 by using LLVM_EXPLICIT to...
tree
|
commitdiff
2014-06-19
Nikola Smiljanic
PR10140 - StringPool's PooledStringPtr has non-const...
tree
|
commitdiff
2014-06-18
Rafael Espindola
Add a symbols() range and use a range loop.
tree
|
commitdiff
2014-06-18
Zachary Turner
Replace Execution Engine's mutex with std::recursive_mutex.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Remove BitcodeReader::setBufferOwned.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Update to the latest registered ELF e_machine names...
tree
|
commitdiff
2014-06-18
Justin Bogner
ProfileData: Fix copy-paste type in RawInstrProfReader
tree
|
commitdiff
2014-06-18
Weiming Zhao
[ARM] [MC] Refactor the constant pool classes
tree
|
commitdiff
2014-06-18
Ed Maste
ADT: correct typo in comment
tree
|
commitdiff
2014-06-18
Ulrich Weigand
Support LE in RelocVisitor::visitELF_PPC64_*
tree
|
commitdiff
2014-06-18
JF Bastien
Revert "Random Number Generator (llvm)"
tree
|
commitdiff
2014-06-18
JF Bastien
Random Number Generator (llvm)
tree
|
commitdiff
2014-06-17
James Molloy
Move SetTheory from utils/TableGen into lib/TableGen...
tree
|
commitdiff
2014-06-17
Jordan Rose
Add an overload for SourceMgr::PrintMessage that takes...
tree
|
commitdiff
2014-06-17
Jordan Rose
Modernize doc comments for SourceMgr.
tree
|
commitdiff
2014-06-17
Zachary Turner
Expose ValueMap's mutex type as a typedef instead of...
tree
|
commitdiff
2014-06-16
Zachary Turner
Revert r211066, 211067, 211068, 211069, 211070.
tree
|
commitdiff
2014-06-16
Zachary Turner
Kill the LLVM global lock.
tree
|
commitdiff
2014-06-16
Zachary Turner
Remove some code churn.
tree
|
commitdiff
2014-06-16
Zachary Turner
Remove some more code out into a separate CL.
tree
|
commitdiff
2014-06-16
Zachary Turner
Users of the llvm global mutex must now acquire it...
tree
|
commitdiff
2014-06-16
Jim Grosbach
AArch64: Add backend intrinsic for rbit.
tree
|
commitdiff
2014-06-16
Jim Grosbach
ARM: intrinsic support for rbit.
tree
|
commitdiff
2014-06-16
Zachary Turner
Clean up some unnecessary mutex guards.
tree
|
commitdiff
2014-06-16
Rafael Espindola
Convert the Archive API to use ErrorOr.
tree
|
commitdiff
2014-06-16
Dmitri Gribenko
Support/ConvertUTF: implement U+FFFD insertion accordin...
tree
|
commitdiff
2014-06-15
Manuel Klimek
Add specialization of FoldingSetTrait for std::pair.
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Using llvm::sys::swapByteOrder() for the common case...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Adding llvm::sys::swapByteOrder() for the common use...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
tree
|
commitdiff
2014-06-13
Jiangning Liu
Move GlobalMerge from Transform to CodeGen.
tree
|
commitdiff
2014-06-13
Eric Christopher
The hazard recognizer only needs a subtarget, not a...
tree
|
commitdiff
2014-06-13
Zachary Turner
Make the error-handling functions thread-safe.
tree
|
commitdiff
2014-06-13
Alexey Samsonov
Remove top-level Clang -fsanitize= flags for optional...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Finishing touch for the std::error_code transition.
tree
|
commitdiff
2014-06-13
Tim Northover
IR: add "cmpxchg weak" variant to support permitted...
tree
|
commitdiff
2014-06-12
Juergen Ributzka
[FastISel][X86] Add MachineMemOperand to load/store...
tree
|
commitdiff
2014-06-12
Richard Smith
[modules] The LLVM C API does not require C++!
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-12
Zachary Turner
Remove pimpl class from PassRegistry.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Replace llvm::error_code with std::error_code.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import make_error_code into the llvm namespace.
tree
|
commitdiff
2014-06-12
Alp Toker
Avoid in-class initializer from r210747
tree
|
commitdiff
2014-06-12
Alp Toker
Avoid anonymous namespace in header from r210747
tree
|
commitdiff
2014-06-12
Alp Toker
Avoid redundant allocations in the linker optimisation...
tree
|
commitdiff
2014-06-12
Juergen Ributzka
[FastISel] Add support for the stackmap intrinsic.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't put generic_category in the llvm namespace.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_category into the llvm namespace.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_condition into the llvm namespace.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove some low hanging fruit from system_error.h
tree
|
commitdiff
2014-06-12
Rafael Espindola
Try to fix the mingw build.
tree
|
commitdiff
2014-06-12
Zachary Turner
Do not register and de-register PassRegistrationListene...
tree
|
commitdiff
2014-06-11
Rafael Espindola
Implement get_magic with generic tools and inline it.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Remove unused has_magic.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-11
Cameron McInally
Add AVX512 masked leadz instrinsic support.
tree
|
commitdiff
2014-06-11
Jiangning Liu
Create macro INITIALIZE_TM_PASS.
tree
|
commitdiff
2014-06-11
Craig Topper
Convert StringMapEntry::Create to use StringRef instead...
tree
|
commitdiff
next