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
...
*
Assert that we have all use/users in the getters.
Rafael Espindola
2015-12-19
1
-2
/
+3
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-8
/
+28
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+28
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-28
/
+8
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-0
/
+46
*
Remove redundant argument. NFC.
Rafael Espindola
2015-12-18
1
-6
/
+3
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
Drop support for dematerializing.
Rafael Espindola
2015-12-18
1
-34
/
+0
*
clang-format to reduce diff in another patch.
Rafael Espindola
2015-12-18
1
-6
/
+4
*
Fix error handling in LLVMGetBitcodeModuleInContext.
Rafael Espindola
2015-12-18
1
-3
/
+10
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-0
/
+1
*
Drop function that are deprecated since 2010.
Rafael Espindola
2015-12-17
1
-18
/
+0
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-1
/
+44
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
2
-0
/
+8
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
2
-80
/
+75
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
2
-2
/
+21
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
2
-49
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
2
-179
/
+117
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
2
-3
/
+55
*
Remove "ExportingModule" from ThinLTO Index (NFC)
Mehdi Amini
2015-12-03
1
-3
/
+2
*
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
2015-11-21
1
-3
/
+5
*
Move new assert to correct location
Teresa Johnson
2015-11-21
1
-3
/
+3
*
[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
Teresa Johnson
2015-11-20
3
-6
/
+72
*
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
Mehdi Amini
2015-11-19
1
-23
/
+16
*
[OperandBundles] Tighten OperandBundleDef's interface; NFC
Sanjoy Das
2015-11-18
1
-4
/
+2
*
Use a different block id for block of metadata kind records
Teresa Johnson
2015-11-15
2
-9
/
+62
*
use range-based for loop; NFCI
Sanjay Patel
2015-11-13
1
-4
/
+3
*
[OperandBundles] Identify operand bundles with both their names and IDs
Sanjoy Das
2015-11-10
1
-1
/
+1
*
Add a method to the BitcodeReader to parse only the identification block
Mehdi Amini
2015-11-09
1
-0
/
+49
*
[Bitcode] Add enums for call instruction markers and flags. NFC.
Akira Hatanaka
2015-11-07
2
-8
/
+10
*
[OperandBundles] Rename accessor, NFC
Sanjoy Das
2015-11-07
1
-1
/
+1
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
2
-1
/
+4
*
Add a new attribute: norecurse
James Molloy
2015-11-06
2
-0
/
+4
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
2
-15
/
+35
*
Fix Abbrev emission in WriteIdentificationBlock
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Error out when faced with value names containing '\0'
Filipe Cabecinhas
2015-11-04
1
-1
/
+4
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-11-03
1
-1
/
+3
*
Don't use Twine objects after their lifetimes end.
Filipe Cabecinhas
2015-11-03
1
-6
/
+6
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-2
/
+2
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-2
/
+2
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-2
/
+2
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
2
-215
/
+243
*
Revert "Don't assert if materializing before seeing any function bodies"
Filipe Cabecinhas
2015-10-30
1
-3
/
+1
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-10-29
1
-1
/
+3
*
Bitcode: Fix more unsigned integer overflow bugs.
Peter Collingbourne
2015-10-27
1
-3
/
+3
*
[IR] Limit bits used for CallingConv::ID, update tests
Vedant Kumar
2015-10-27
1
-4
/
+7
*
Use Twin instead of std::to_string.
Oleksiy Vyalov
2015-10-26
1
-4
/
+3
*
Add an (optional) identification block in the bitcode
Mehdi Amini
2015-10-26
2
-0
/
+92
[prev]
[next]