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
*
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das
2015-09-24
2
-2
/
+135
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2015-09-18
1
-1
/
+1
*
[opaque pointer types] Add an explicit pointee type to alias records in the IR
David Blaikie
2015-09-17
2
-24
/
+41
*
Restore "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
2
-40
/
+306
*
Revert "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
2
-299
/
+40
*
Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson
2015-09-17
2
-40
/
+299
*
Refactor string encoding checks in BitcodeWriter (NFC)
Teresa Johnson
2015-09-17
1
-14
/
+23
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
2
-0
/
+27
*
[BitcodeReader] Ensure we can read constant vector selects with an i1 condition
Filipe Cabecinhas
2015-08-31
1
-4
/
+5
*
Change comment to verify commit accesss.
Karl Schimpf
2015-08-31
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+2
*
[IR] Cleanup EH instructions a little bit
David Majnemer
2015-08-23
1
-2
/
+1
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
2
-62
/
+102
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
2
-3
/
+11
*
[IR] Add token types
David Majnemer
2015-08-14
2
-0
/
+4
*
Rangify for loop, NFC.
Yaron Keren
2015-08-10
1
-6
/
+3
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
2
-9
/
+11
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
2
-6
/
+9
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
2
-0
/
+186
*
Reserve some constant values for the Swift calling convention.
Bob Wilson
2015-07-28
2
-0
/
+4
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
2
-0
/
+4
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
2
-16
/
+36
*
Revert the new EH instructions
David Majnemer
2015-07-10
2
-186
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
2
-0
/
+186
*
Remove always-true comparison, NFC.
Filipe Cabecinhas
2015-07-03
1
-16
/
+11
*
Avoid a use after free.
Rafael Espindola
2015-07-03
1
-1
/
+4
*
Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Rangify some loops.
Rafael Espindola
2015-07-02
1
-17
/
+13
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
2
-0
/
+25
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
2
-5
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
4
-6
/
+6
*
Remove the IsStreamed member variable.
Rafael Espindola
2015-06-22
1
-15
/
+9
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
4
-6
/
+6
*
[Bitcode] Replace hand-coded little endian handling with Endian.h functions.
Benjamin Kramer
2015-06-17
1
-4
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
3
-9
/
+53
*
Handle forward referenced function when streaming bitcode.
Rafael Espindola
2015-06-17
1
-24
/
+35
*
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
Rafael Espindola
2015-06-17
1
-15
/
+11
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
1
-26
/
+31
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
2
-21
/
+17
*
Improve handling of end of file in the bitcode reader.
Rafael Espindola
2015-06-16
1
-40
/
+5
*
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
[next]