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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Re-apply r234809 (concat of scalars), with an x86_mmx fix.
Ahmed Bougacha
2015-04-16
1
-0
/
+66
*
DebugInfo: DIRef<> => TypedDebugNodeRef<>
Duncan P. N. Exon Smith
2015-04-16
4
-22
/
+2
*
[RuntimeDyldELF] Fix missing cases in Placeholder processing
Keno Fischer
2015-04-16
1
-1
/
+3
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
3
-22
/
+8
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
10
-41
/
+38
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
7
-136
/
+129
*
Revert r234809 because it caused PR23246.
Nick Lewycky
2015-04-16
1
-60
/
+0
*
[SEH] Deal with users of the old lpad for SEH catch-all blocks
Reid Kleckner
2015-04-16
1
-0
/
+9
*
[RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-04-15
2
-187
/
+177
*
DebugInfo: Remove unnecessary API from DIDerivedType and DIType
Duncan P. N. Exon Smith
2015-04-15
1
-29
/
+34
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
10
-37
/
+36
*
DebugInfo: factor out dead variable in NDEBUG from r235050
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
16
-129
/
+113
*
Verifier: Check that @llvm.dbg.* intrinsics have a !dbg attachment
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+38
*
One more -Wrange-loop-analysis cleanup.
Richard Trieu
2015-04-15
1
-1
/
+1
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
4
-30
/
+48
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
3
-47
/
+77
*
Reland "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-1
/
+1
*
Revert "[WinEH] Use the parent function when computing frameescape labels"
Reid Kleckner
2015-04-15
1
-1
/
+1
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
5
-30
/
+20
*
[WinEH] Use the parent function when computing frameescape labels
Reid Kleckner
2015-04-15
1
-1
/
+1
*
Fix BXJ is undefined in AArch32.
Charlie Turner
2015-04-15
2
-2
/
+10
*
[SLSR] handle candidate form (B + i * S)
Jingyue Wu
2015-04-15
1
-91
/
+222
*
[X86] add an exedepfix entry for movq == movlps == movlpd
Sanjay Patel
2015-04-15
1
-0
/
+2
*
[x86] Implement combineRepeatedFPDivisors
Sanjay Patel
2015-04-15
2
-0
/
+13
*
[MBP] Spell the conditions the same way through out this if statement.
Chandler Carruth
2015-04-15
1
-1
/
+1
*
[MBP] Sink a comment into the if block to which it pertains. This makes
Chandler Carruth
2015-04-15
1
-1
/
+1
*
[MBP] Fix a really misleading typo in a comment.
Chandler Carruth
2015-04-15
1
-1
/
+1
*
Write section and section table entries in the same order.
Rafael Espindola
2015-04-15
1
-50
/
+15
*
[msp430] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
2015-04-15
1
-6
/
+0
*
Revert "Verify sizes when trying to read a VBR"
Filipe Cabecinhas
2015-04-15
1
-2
/
+0
*
[mips] [IAS] Refactor the function which checks for the availability of AT. NFC.
Toma Tabacu
2015-04-15
1
-8
/
+13
*
Verify sizes when trying to read a VBR
Filipe Cabecinhas
2015-04-15
1
-0
/
+2
*
Fix lib\support\Windows/TimeValue.inc(48): warning C4189:
Yaron Keren
2015-04-15
1
-0
/
+1
*
Re-apply r234898 and fix tests.
Daniel Jasper
2015-04-15
1
-0
/
+8
*
[RuntimeDyld] Add casts to make delta computation 64-bit.
Lang Hames
2015-04-15
1
-1
/
+2
*
[RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,
Lang Hames
2015-04-15
1
-11
/
+16
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
4
-51
/
+1
*
[bpf] fix build
Alexei Starovoitov
2015-04-15
5
-9
/
+10
*
uselistorder: Pull the bit through PrintModulePass
Duncan P. N. Exon Smith
2015-04-15
1
-8
/
+11
*
uselistorder: Pull the assembly bit up out of the printer
Duncan P. N. Exon Smith
2015-04-15
2
-4
/
+6
*
uselistorder: Start pulling out -preserve-ll-uselistorder
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+18
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
6
-6
/
+6
*
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
2015-04-15
1
-6
/
+10
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
3
-7
/
+11
*
uselistorder: Thread bit through ValueEnumerator
Duncan P. N. Exon Smith
2015-04-14
3
-8
/
+16
*
Use the ability to pwrite to simplify the ELF writer.
Rafael Espindola
2015-04-14
2
-45
/
+32
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
61
-120
/
+134
*
[WinEH] Avoid emitting xdata tables twice for cleanups
Reid Kleckner
2015-04-14
1
-3
/
+5
*
Correct 'teh' and other typos / repeated words.
Ed Maste
2015-04-14
1
-1
/
+1
[next]