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
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
2014-04-17
1
-0
/
+8
*
Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
2014-04-16
1
-0
/
+44
*
Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
2014-04-16
1
-2
/
+11
*
verify-di: Add back braces for MSVC compatability
Duncan P. N. Exon Smith
2014-04-15
1
-5
/
+12
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-49
/
+92
*
verify-di: split out VerifierSupport
Duncan P. N. Exon Smith
2014-04-15
1
-57
/
+62
*
Use unique_ptr to manage PassInfo instances in the PassRegistry
David Blaikie
2014-04-15
1
-8
/
+4
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-6
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
11
-22
/
+23
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Move MDBuilder's methods out of line.
Benjamin Kramer
2014-04-12
2
-2
/
+142
*
Fix use-after-free bug caught by address sanitizer:
Diego Novillo
2014-04-11
1
-1
/
+1
*
Fix some doc and comment typos
Alp Toker
2014-04-09
1
-1
/
+1
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
32
-402
/
+414
*
Verifier: Give the right message for bad atomic loads
Duncan P. N. Exon Smith
2014-04-08
1
-2
/
+2
*
Add -pass-remarks flag to 'opt'.
Diego Novillo
2014-04-08
3
-1
/
+61
*
Add support for optimization reports.
Diego Novillo
2014-04-08
2
-0
/
+36
*
Fix a (legacy) PassManager crash that occurs when a ModulePass
Andrew Trick
2014-04-08
1
-6
/
+18
*
Invert the option to enable debug info verification. No functional
Eric Christopher
2014-04-07
1
-8
/
+7
*
DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...
David Blaikie
2014-04-06
1
-24
/
+23
*
Remove unused parameter
David Blaikie
2014-04-05
1
-8
/
+8
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-4
/
+3
*
Add a comment about the DIDescriptor class hierarchy.
Adrian Prantl
2014-04-01
1
-2
/
+4
*
LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
2014-04-01
2
-4
/
+4
*
Intrinsics: add LLVMHalfElementsVectorType constraint
Tim Northover
2014-03-29
2
-1
/
+17
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
2
-22
/
+48
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
2
-24
/
+21
*
llvm-cov: Handle functions with no line number
Justin Bogner
2014-03-26
1
-0
/
+5
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
2
-21
/
+24
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
2
-24
/
+21
*
Disable Visual C++ warning 4722 about aborting a destructor,
Yaron Keren
2014-03-25
1
-20
/
+0
*
In Release modes, Visual Studio complains that the Operator destructor in Use...
Yaron Keren
2014-03-24
1
-0
/
+20
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-12
/
+0
*
Fix comment (PR19188)
Hans Wennborg
2014-03-19
1
-1
/
+1
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-16
/
+15
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
2
-14
/
+17
*
Make some assertions on constant expressions static.
Benjamin Kramer
2014-03-15
1
-2
/
+2
*
Use DiagnosticInfo facility.
Diego Novillo
2014-03-14
1
-0
/
+8
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
3
-13
/
+2
*
[PM] Stop playing fast and loose with rebinding of references. However
Chandler Carruth
2014-03-13
1
-4
/
+4
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
1
-0
/
+1
*
Revert r203488 and r203520.
Evan Cheng
2014-03-12
1
-8
/
+0
*
Avoid repeated calls to CE->getOperand(0). No functionality change.
Rafael Espindola
2014-03-12
1
-9
/
+10
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-10
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
5
-13
/
+78
*
Module: Don't rename in getOrInsertFunction()
Duncan P. N. Exon Smith
2014-03-10
1
-10
/
+0
*
IR: Slightly more verbose error in Verifier
Justin Bogner
2014-03-10
1
-2
/
+4
*
For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
2014-03-10
1
-0
/
+8
*
llvm-c: expose unnamedaddr field of globals
Tim Northover
2014-03-10
1
-0
/
+8
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
5
-67
/
+42
[next]