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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Statepoints] Make operator bool() explicit.
Sanjoy Das
2015-07-02
1
-1
/
+1
*
Remove a report_fatal_error that should be unreachable.
Rafael Espindola
2015-07-02
1
-4
/
+1
*
Handle .dynsym a bit more like we handle .symtab.
Rafael Espindola
2015-07-02
1
-25
/
+25
*
Use default member initializes. NFC.
Rafael Espindola
2015-07-02
1
-13
/
+10
*
[Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
2015-07-02
2
-6
/
+0
*
Move error checking from once per relocation to once per relocation section.
Rafael Espindola
2015-07-02
1
-25
/
+27
*
Expose getRel and getRela to reduce code duplication.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Improve error message.
Rafael Espindola
2015-07-02
1
-1
/
+2
*
[GraphWriter] Don't wait on xdg-open when not on Apple.
Charlie Turner
2015-07-02
1
-1
/
+1
*
[NFC] Make the Statepoint class more like CallSite
Sanjoy Das
2015-07-02
1
-23
/
+61
*
[Statepoints][NFC] Constify accessors on Statepoint.
Sanjoy Das
2015-07-02
1
-22
/
+24
*
[Statepoints][NFC] Rename variables to llvm style.
Sanjoy Das
2015-07-02
1
-4
/
+4
*
[Statepoints][NFC] Add Statepoint::operator bool()
Sanjoy Das
2015-07-02
1
-20
/
+30
*
[Statepoints][NFC] Add Statepoint::getGCResult.
Sanjoy Das
2015-07-02
1
-0
/
+11
*
Add a routine to TargetTransformInfo that will allow targets to look
Eric Christopher
2015-07-02
2
-0
/
+19
*
Change APInt comparison with uint64_t.
Pawel Bylica
2015-07-01
1
-5
/
+13
*
Pack MCSymbol::Flags in to the bitfield with other members. NFC.
Pete Cooper
2015-07-01
1
-6
/
+11
*
Encode MCSymbol alignment as log2(align).
Pete Cooper
2015-07-01
1
-9
/
+19
*
add a cl::opt override for TargetLoweringBase's JumpIsExpensive
Sanjay Patel
2015-07-01
1
-5
/
+4
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
1
-3
/
+0
*
LivePhysRegs: Add support to add pristine registers when populating with live...
Matthias Braun
2015-07-01
1
-13
/
+9
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
3
-34
/
+66
*
[DWARF] Fix debug info generation for function static variables, typedefs, an...
Michael Kuperstein
2015-07-01
1
-0
/
+3
*
[SEH] Add new intrinsics for recovering and restoring parent frames
Reid Kleckner
2015-06-30
1
-3
/
+11
*
[IRBuilder] Delete unused constructor and SetInsertPoint overload.
Alexey Samsonov
2015-06-30
1
-18
/
+0
*
Pack MCSymbol::HasName in to a spare bit in the section/fragment union.
Pete Cooper
2015-06-30
1
-18
/
+22
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
4
-19
/
+11
*
Implement containsSymbol with other lower level methods.
Rafael Espindola
2015-06-30
4
-21
/
+0
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
2
-28
/
+19
*
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...
Alexey Samsonov
2015-06-30
1
-2
/
+2
*
MIR Serialization: Serialize MBB successors.
Alex Lorenz
2015-06-30
1
-1
/
+21
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
2
-48
/
+48
*
Report an error on invalid sh_entsize.
Rafael Espindola
2015-06-30
1
-8
/
+11
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-5
/
+3
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-3
/
+5
*
[X86] Add FXSR intrinsics
Michael Kuperstein
2015-06-30
1
-0
/
+13
*
ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]
NAKAMURA Takumi
2015-06-30
1
-6
/
+0
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
4
-25
/
+13
*
Drop the OS from the WebAssembly target triple for now.
Dan Gohman
2015-06-30
1
-2
/
+1
*
Move function to the only file that uses it.
Rafael Espindola
2015-06-30
2
-11
/
+0
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
2
-10
/
+5
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+5
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
4
-16
/
+10
*
Fix LastArchType to point to the new last arch.
Dan Gohman
2015-06-30
1
-1
/
+1
*
Cleanup getRelocationAddend.
Rafael Espindola
2015-06-30
2
-14
/
+36
*
Object/COFF: Define coff_symbol_generic.
Rui Ueyama
2015-06-30
1
-0
/
+17
*
Use asserts for checks that should never fail.
Rafael Espindola
2015-06-29
1
-37
/
+11
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-1
/
+4
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
5
-20
/
+11
*
lto: Clean up C libLTO interfaces pertaining to linker flags.
Peter Collingbourne
2015-06-29
1
-39
/
+5
[next]