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
*
Return the number of read bytes in MemoryObject::readBytes.
Rafael Espindola
2014-11-12
1
-1
/
+1
*
Reduce code duplication a bit. NFC.
Rafael Espindola
2014-11-12
1
-2
/
+2
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
2
-5
/
+5
*
Factor out call to push_back. NFC.
Rafael Espindola
2014-11-06
1
-3
/
+5
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
2
-5
/
+5
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-4
/
+2
*
Untabify.
NAKAMURA Takumi
2014-10-29
1
-2
/
+2
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
2
-4
/
+4
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
2
-9
/
+3
*
clang-format two code snippets to make the next patch easy to read.
Rafael Espindola
2014-10-23
1
-1
/
+2
*
IR: Reorder metadata bitcode serialization, NFC
Duncan P. N. Exon Smith
2014-10-21
1
-12
/
+14
*
IR: Remove dead code in metadata bitcode writing, NFC
Duncan P. N. Exon Smith
2014-10-21
3
-16
/
+12
*
correct const-ness with auto and dyn_cast
Sanjay Patel
2014-10-15
1
-3
/
+3
*
Use 'auto' for easier reading; no functional change intended.
Sanjay Patel
2014-10-15
1
-6
/
+3
*
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
Peter Collingbourne
2014-10-14
1
-0
/
+8
*
Do not destroy external linkage when deleting function body
Petar Jovanovic
2014-09-23
1
-1
/
+1
*
Eliminating static destructor for the BitCodeErrorCategory by converting to a...
Chris Bieneman
2014-09-19
1
-2
/
+5
*
Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs.
Benjamin Kramer
2014-09-15
1
-36
/
+3
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
2
-5
/
+6
*
Fix a double free in llvm::getBitcodeTargetTriple.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
2
-10
/
+13
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
3
-9
/
+10
*
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
[next]