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
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
2
-0
/
+4
*
Don't indent inside a namespace. NFC.
Rafael Espindola
2015-06-15
1
-21
/
+19
*
Replace @ with the more common \. NFC.
Rafael Espindola
2015-06-15
1
-6
/
+6
*
Don't repeat names in comments and start functions with a lower case letter.
Rafael Espindola
2015-06-15
1
-537
/
+527
*
Cleanup the constructor of BitcodeReader. NFC.
Rafael Espindola
2015-06-15
1
-30
/
+28
*
Rangify several for loops in ValueEnumerator constructor.
Yaron Keren
2015-06-12
1
-22
/
+18
*
Rangify two for loops in BitcodeReader.cpp.
Yaron Keren
2015-06-12
1
-10
/
+5
*
Use early return idiom. NFC
Filipe Cabecinhas
2015-06-06
1
-6
/
+6
*
[BitcodeReader] Diagnose type mismatches with aliases
Filipe Cabecinhas
2015-06-03
1
-3
/
+6
*
[BitcodeReader] Check vector size before trying to create a VectorType
Filipe Cabecinhas
2015-06-03
1
-0
/
+2
*
[BitcodeReader] Change an assert to a call to a call to Error()
Filipe Cabecinhas
2015-05-30
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+1
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-1
/
+2
*
[BitstreamReader] Make sure the Array operand type is an encoding
Filipe Cabecinhas
2015-05-27
1
-0
/
+3
*
clang-format a couple of lines
Filipe Cabecinhas
2015-05-27
1
-2
/
+2
*
[BitcodeReader] Make sure abbrev records have at least one operand (record code)
Filipe Cabecinhas
2015-05-26
1
-0
/
+3
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
2
-0
/
+4
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
1
-2
/
+4
*
Simplify boolean conditional return statements.
Rafael Espindola
2015-05-25
1
-4
/
+1
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
2
-2
/
+4
*
[BitcodeReader] Error out if we read an invalid function argument type
Filipe Cabecinhas
2015-05-19
1
-1
/
+4
*
[BitcodeReader] It's a malformed block if CodeLenWidth is too big
Filipe Cabecinhas
2015-05-19
1
-0
/
+4
*
[BitcodeReader] Make sure the type of the inserted value matches the type of ...
Filipe Cabecinhas
2015-05-18
1
-0
/
+3
*
Extract the load/store type verification to a separate function.
Filipe Cabecinhas
2015-05-18
1
-9
/
+38
*
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
Filipe Cabecinhas
2015-05-16
1
-4
/
+10
*
Remove redundant checks. NFC
Filipe Cabecinhas
2015-05-15
1
-2
/
+0
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-4
/
+4
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
1
-4
/
+6
*
Bitcode: Set LastDL after writing DebugLocs
Duncan P. N. Exon Smith
2015-05-06
1
-0
/
+2
*
Don't overflow GCTable
Filipe Cabecinhas
2015-04-30
1
-1
/
+1
*
Make sure Op->getType() is a PointerType before we cast<> it.
Filipe Cabecinhas
2015-04-30
1
-0
/
+2
*
Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX
Filipe Cabecinhas
2015-04-30
1
-0
/
+4
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
4
-72
/
+71
*
Use an "early return" idiom for the error case. NFC
Filipe Cabecinhas
2015-04-29
1
-8
/
+6
*
Check that we have a valid PointerType element type before calling get()
Filipe Cabecinhas
2015-04-29
1
-1
/
+2
*
Use the ArrayType member function for array element types.
Filipe Cabecinhas
2015-04-29
1
-1
/
+1
*
Turn an assert into report_fatal_error since it's reachable based on user input
Filipe Cabecinhas
2015-04-29
1
-1
/
+2
*
Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...
Filipe Cabecinhas
2015-04-29
1
-2
/
+4
*
Relax an assert when there's a type mismatch in forward references
Filipe Cabecinhas
2015-04-28
1
-1
/
+3
*
[opaque pointer type] Encode the allocated type of an alloca rather than its ...
David Blaikie
2015-04-28
2
-8
/
+16
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
2
-6
/
+9
*
[opaque pointer type] encode the pointee type of global variables
David Blaikie
2015-04-27
2
-12
/
+20
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
3
-5
/
+32
*
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
David Blaikie
2015-04-24
2
-18
/
+27
*
[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...
Filipe Cabecinhas
2015-04-24
1
-2
/
+9
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-7
/
+6
*
Be more strict about the operand for the array type in BitcodeReader
Filipe Cabecinhas
2015-04-23
1
-0
/
+3
*
Verify sizes when trying to read a BitcodeAbbrevOp
Filipe Cabecinhas
2015-04-23
1
-0
/
+9
[prev]
[next]