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
...
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+3
*
BitcodeReader: Only create one basic block for each blockaddress
Duncan P. N. Exon Smith
2014-08-16
2
-20
/
+18
*
UseListOrder: Correctly count the number of uses
Duncan P. N. Exon Smith
2014-08-16
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
2
-4
/
+4
*
BitcodeReader: Fix non-determinism in use-list order
Duncan P. N. Exon Smith
2014-08-05
2
-3
/
+15
*
UseListOrder: Fix blockaddress use-list order
Duncan P. N. Exon Smith
2014-08-01
1
-6
/
+20
*
BitcodeReader: Change mechanics of BlockAddress forward references, NFC
Duncan P. N. Exon Smith
2014-08-01
2
-38
/
+51
*
BitcodeReader: Fix some BlockAddress forward reference corner cases
Duncan P. N. Exon Smith
2014-08-01
2
-9
/
+65
*
UseListOrder: Handle self-users
Duncan P. N. Exon Smith
2014-07-31
1
-3
/
+3
*
UseListOrder: Don't give constant IDs to GlobalValues
Duncan P. N. Exon Smith
2014-07-31
1
-3
/
+6
*
UseListOrder: Visit global values
Duncan P. N. Exon Smith
2014-07-30
1
-4
/
+3
*
Reapply "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-30
1
-14
/
+55
*
UseListOrder: Fix undefined behaviour
Duncan P. N. Exon Smith
2014-07-30
1
-2
/
+7
*
Revert "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-29
1
-55
/
+14
*
UseListOrder: Order GlobalValue uses after initializers
Duncan P. N. Exon Smith
2014-07-29
1
-14
/
+55
*
UseListOrder: Create a struct around OrderMap, NFC
Duncan P. N. Exon Smith
2014-07-29
1
-1
/
+9
*
Have a single enum for "not a bitcode" error.
Rafael Espindola
2014-07-29
1
-9
/
+3
*
Move the bitcode error enum to the include directory.
Rafael Espindola
2014-07-29
2
-276
/
+248
*
IR: Create the use-list order shuffle vector in-place
Duncan P. N. Exon Smith
2014-07-29
1
-4
/
+3
*
Bitcode: Correctly compare a Use against itself
Duncan P. N. Exon Smith
2014-07-29
1
-0
/
+3
*
IR: Optimize size of use-list order shuffle vectors
Duncan P. N. Exon Smith
2014-07-28
1
-6
/
+5
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
5
-101
/
+271
*
Bitcode: Don't optimize constants when preserving use-list order
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+6
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
1
-7
/
+2
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
2
-1
/
+7
*
Rename AlignAttribute to IntAttribute
Hal Finkel
2014-07-18
2
-2
/
+2
*
Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
2014-07-16
2
-4
/
+15
*
Fix a bug in the conversion to ErrorOr.
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Revert "Convert a few std::strings to StringRef."
Rafael Espindola
2014-07-04
2
-25
/
+13
*
Convert a few std::strings to StringRef.
Rafael Espindola
2014-07-04
2
-13
/
+25
*
Convert these functions to use ErrorOr.
Rafael Espindola
2014-07-04
2
-10
/
+11
*
Remove unused old-style error handling.
Rafael Espindola
2014-07-04
1
-5
/
+2
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
5
-1
/
+99
*
IRReader: don't mark MemoryBuffers const
Alp Toker
2014-06-27
1
-3
/
+2
*
Propagate const-correctness into parseBitcodeFile()
Alp Toker
2014-06-27
1
-2
/
+3
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-1
/
+2
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
2
-23
/
+16
*
Revert a C API difference that I incorrectly introduced.
Rafael Espindola
2014-06-18
2
-0
/
+5
*
Remove BitcodeReader::setBufferOwned.
Rafael Espindola
2014-06-18
2
-22
/
+10
*
Run clang-format in a small chunk of code I am about to change.
Rafael Espindola
2014-06-18
1
-13
/
+9
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+2
*
Convert a few loops to use ranges.
Rafael Espindola
2014-06-17
1
-18
/
+15
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
2
-2
/
+14
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
2
-84
/
+82
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
2
-29
/
+30
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
2
-0
/
+2
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
2
-3
/
+3
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-1
/
+1
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
2
-2
/
+4
[prev]
[next]