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
*
fixed comments, blanks, nullptr; NFC
Elena Demikhovsky
2015-04-29
1
-1
/
+1
*
[Orc] It's not valid to pass a null resolver to addModuleSet. Use a no-op
Lang Hames
2015-04-29
1
-4
/
+19
*
[SEH] Add an LLVM intrinsic for _exception_info
Reid Kleckner
2015-04-28
1
-0
/
+1
*
Remove the GroupMapTy DenseMap. NFC.
Rafael Espindola
2015-04-28
1
-1
/
+1
*
move IR-level optimization flags into their own struct
Sanjay Patel
2015-04-28
1
-18
/
+58
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
3
-24
/
+29
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
3
-29
/
+24
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
3
-24
/
+29
*
AVX-512: Added "pandn" intrinsics set
Elena Demikhovsky
2015-04-28
1
-0
/
+18
*
Masked gather and scatter: Added code for SelectionDAG.
Elena Demikhovsky
2015-04-28
3
-2
/
+91
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
1
-1
/
+3
*
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
Ahmed Bougacha
2015-04-28
2
-4
/
+15
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
2
-1
/
+15
*
LTO: Simplify code generator initialization
Duncan P. N. Exon Smith
2015-04-27
1
-10
/
+9
*
LTO: Correct some doxygen comments about API availability
Duncan P. N. Exon Smith
2015-04-27
1
-3
/
+3
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
1
-0
/
+58
*
Make an RAII com initializer.
Zachary Turner
2015-04-27
1
-0
/
+36
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-1
/
+40
*
[opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...
David Blaikie
2015-04-24
1
-1
/
+7
*
IR: Use a bitmask to access GlobalObject subclass data
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+10
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
2
-1
/
+3
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-1
/
+1
*
Silence clang warning: private field 'data_' is not used.
Yaron Keren
2015-04-24
2
-0
/
+4
*
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2015-04-24
1
-4
/
+4
*
[TableGen] Fix all remaining memory leaks of Init and RecTy objects.
Craig Topper
2015-04-24
1
-1
/
+6
*
Improve isTriviallyReMaterializable() documentation.
Matthias Braun
2015-04-24
1
-9
/
+12
*
Revert accidentally committed "MC: Allow targets to stop symbol name quoting"
Matt Arsenault
2015-04-23
2
-11
/
+2
*
MC: Allow targets to stop symbol name quoting
Matt Arsenault
2015-04-23
2
-2
/
+11
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-6
/
+0
*
Fix modules build post-r235612.
Richard Smith
2015-04-23
1
-0
/
+5
*
[PowerPC] Add asm/disasm support for dcbt with hint
Hal Finkel
2015-04-23
1
-1
/
+2
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
2
-14
/
+65
*
[getUnderlyingOjbects] Analyze loop PHIs further to remove false positives
Adam Nemet
2015-04-23
2
-5
/
+35
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-0
/
+6
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
4
-15
/
+13
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
2
-6
/
+7
*
Verify sizes when trying to read a BitcodeAbbrevOp
Filipe Cabecinhas
2015-04-23
1
-1
/
+3
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-6
/
+0
*
[Allocator] Remove memory poisoning before deallocation
Reid Kleckner
2015-04-22
1
-14
/
+0
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
2
-65
/
+14
*
Change MachineOperand::OpKind from unsigned char to a bitfield. NFC.
Pete Cooper
2015-04-22
1
-1
/
+1
*
Recommit r235219, it's need for out-of-tree users of AlignOf.h.
Yaron Keren
2015-04-22
1
-0
/
+8
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
1
-0
/
+6
*
Revert r235219, it's not needed after r235450.
Yaron Keren
2015-04-22
1
-5
/
+0
*
[opaque pointer types] Serialize the value type for atomic store instructions
David Blaikie
2015-04-22
1
-1
/
+2
*
[opaque pointer types] Serialize the value type for store instructions
David Blaikie
2015-04-22
1
-1
/
+2
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
1
-1
/
+3
*
Cleanup formatting for consistency with surrounding code.
Craig Topper
2015-04-22
1
-9
/
+9
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
2
-14
/
+65
*
Update comment. NFC.
Lang Hames
2015-04-21
1
-1
/
+9
[next]