index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove BitcodeReader::setBufferOwned.
Rafael Espindola
2014-06-18
1
-1
/
+2
*
Update to the latest registered ELF e_machine names and values.
Rafael Espindola
2014-06-18
1
-1
/
+22
*
ProfileData: Fix copy-paste type in RawInstrProfReader
Justin Bogner
2014-06-18
1
-2
/
+2
*
[ARM] [MC] Refactor the constant pool classes
Weiming Zhao
2014-06-18
1
-0
/
+80
*
ADT: correct typo in comment
Ed Maste
2014-06-18
1
-1
/
+1
*
Support LE in RelocVisitor::visitELF_PPC64_*
Ulrich Weigand
2014-06-18
1
-2
/
+4
*
Revert "Random Number Generator (llvm)"
JF Bastien
2014-06-18
2
-61
/
+0
*
Random Number Generator (llvm)
JF Bastien
2014-06-18
2
-0
/
+61
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
1
-0
/
+142
*
Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.
Jordan Rose
2014-06-17
1
-0
/
+7
*
Modernize doc comments for SourceMgr.
Jordan Rose
2014-06-17
1
-39
/
+39
*
Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.
Zachary Turner
2014-06-17
1
-4
/
+6
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
4
-14
/
+37
*
Kill the LLVM global lock.
Zachary Turner
2014-06-16
1
-3
/
+0
*
Remove some code churn.
Zachary Turner
2014-06-16
1
-3
/
+2
*
Remove some more code out into a separate CL.
Zachary Turner
2014-06-16
3
-29
/
+11
*
Users of the llvm global mutex must now acquire it manually.
Zachary Turner
2014-06-16
2
-9
/
+8
*
AArch64: Add backend intrinsic for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+7
*
ARM: intrinsic support for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+5
*
Clean up some unnecessary mutex guards.
Zachary Turner
2014-06-16
1
-4
/
+4
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-7
/
+7
*
Support/ConvertUTF: implement U+FFFD insertion according to the recommendation
Dmitri Gribenko
2014-06-16
1
-1
/
+13
*
Add specialization of FoldingSetTrait for std::pair.
Manuel Klimek
2014-06-15
1
-0
/
+8
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
2
-3
/
+3
*
Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...
Artyom Skrobov
2014-06-14
1
-0
/
+5
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
4
-17
/
+17
*
Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
2014-06-13
2
-12
/
+17
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
1
-1
/
+2
*
Make the error-handling functions thread-safe.
Zachary Turner
2014-06-13
1
-5
/
+0
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-5
/
+3
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
2
-1
/
+86
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
4
-15
/
+35
*
[FastISel][X86] Add MachineMemOperand to load/store instructions.
Juergen Ributzka
2014-06-12
1
-0
/
+3
*
[modules] The LLVM C API does not require C++!
Richard Smith
2014-06-12
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
24
-478
/
+526
*
Remove system_error.h.
Rafael Espindola
2014-06-12
13
-38
/
+21
*
Remove pimpl class from PassRegistry.
Zachary Turner
2014-06-12
3
-117
/
+172
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
2
-3
/
+3
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
2
-1
/
+1
*
Avoid in-class initializer from r210747
Alp Toker
2014-06-12
1
-1
/
+2
*
Avoid anonymous namespace in header from r210747
Alp Toker
2014-06-12
1
-13
/
+11
*
Avoid redundant allocations in the linker optimisation hint
Alp Toker
2014-06-12
1
-2
/
+14
*
[FastISel] Add support for the stackmap intrinsic.
Juergen Ributzka
2014-06-12
1
-0
/
+4
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+0
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
3
-3
/
+2
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+0
*
Remove some low hanging fruit from system_error.h
Rafael Espindola
2014-06-12
2
-10
/
+9
*
Try to fix the mingw build.
Rafael Espindola
2014-06-12
1
-2
/
+0
*
Do not register and de-register PassRegistrationListeners during
Zachary Turner
2014-06-12
2
-11
/
+4
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-13
/
+0
[prev]
[next]