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
*
Add missing dependency to Hexagon target.
Diego Novillo
2015-07-08
1
-0
/
+1
*
Use a raw_svector_ostream and simplify a loop. NFC.
Rafael Espindola
2015-07-08
1
-6
/
+3
*
[Win64] Only treat some functions as having the Win64 convention
Reid Kleckner
2015-07-08
1
-2
/
+20
*
Start adding support for writing archives in BSD format.
Rafael Espindola
2015-07-08
2
-12
/
+34
*
MIR Parser: Use source locations for MBB naming errors.
Alex Lorenz
2015-07-08
2
-6
/
+20
*
early exits -> less indenting; NFCI
Sanjay Patel
2015-07-08
1
-23
/
+22
*
[Hexagon] Implement commoning of GetElementPtr instructions
Krzysztof Parzyszek
2015-07-08
3
-0
/
+1340
*
LibDriver: Fix output path inference.
Peter Collingbourne
2015-07-08
1
-11
/
+7
*
[LAA] Add missing debug output after r239285
Adam Nemet
2015-07-08
1
-1
/
+3
*
[SEH] Ensure that empty __except blocks have their own BB
Reid Kleckner
2015-07-08
2
-3
/
+8
*
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
Duncan P. N. Exon Smith
2015-07-08
2
-5
/
+5
*
Inline function into only use.
Rafael Espindola
2015-07-08
1
-12
/
+6
*
Add a helper function to reduce a bit of code duplication.
Rafael Espindola
2015-07-08
1
-25
/
+22
*
Cosmetic cleanups - NFC
Eli Bendersky
2015-07-08
2
-6
/
+3
*
[SPARC] Cleanup handling of the Y/ASR registers.
James Y Knight
2015-07-08
4
-13
/
+22
*
Use a range loop. NFC.
Rafael Espindola
2015-07-08
1
-8
/
+6
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
Revert 241681: causes Windows builds to fail
Krzysztof Parzyszek
2015-07-08
3
-1604
/
+1
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
[LAA] Merge memchecks for accesses separated by a constant offset
Silviu Baranga
2015-07-08
1
-38
/
+215
*
[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding support
Simon Pilgrim
2015-07-08
1
-4
/
+8
*
Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics
Karthik Bhat
2015-07-08
1
-0
/
+6
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
6
-23
/
+26
*
Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare
Mehdi Amini
2015-07-08
2
-9
/
+5
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
7
-34
/
+95
*
Redirect DataLayout from TargetMachine to Module in StackProtector
Mehdi Amini
2015-07-07
1
-1
/
+1
*
MIR Printer: Use a module slot tracker to print global address operands. NFC.
Alex Lorenz
2015-07-07
1
-13
/
+12
*
[WinEH] Add localaddress intrinsic instead of using frameaddress
Reid Kleckner
2015-07-07
2
-9
/
+21
*
Add more nvcasts
Arnold Schwaighofer
2015-07-07
1
-0
/
+8
*
[WebAssembly] Set the scheduling preference.
Dan Gohman
2015-07-07
1
-0
/
+2
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
14
-47
/
+47
*
fix typo; NFC
Sanjay Patel
2015-07-07
1
-1
/
+1
*
MIR Serialization: Serialize the 'dead' register machine operand flag.
Alex Lorenz
2015-07-07
4
-2
/
+11
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
12
-142
/
+145
*
Revert "Revert r241570, it caused PR24053"
David Majnemer
2015-07-07
2
-31
/
+23
*
Redirect DataLayout from TargetMachine to Module in GlobalMerge
Mehdi Amini
2015-07-07
1
-13
/
+16
*
Redirect DataLayout from TargetMachine to Module in CodeGen Prepare
Mehdi Amini
2015-07-07
1
-27
/
+28
*
Redirect DataLayout from TargetMachine to Module in FastISel
Mehdi Amini
2015-07-07
1
-1
/
+1
*
Add a pattern for a nvcast from v2f64 -> v4f32
Arnold Schwaighofer
2015-07-07
1
-0
/
+1
*
Redirect DataLayout from TargetMachine to Module in MachineFunction
Mehdi Amini
2015-07-07
1
-20
/
+20
*
Use default member initializers to deduplicate code in X86MachineFunctionInfo...
Reid Kleckner
2015-07-07
1
-50
/
+19
*
Fix the -DBUILD_SHARED_LIBS=ON build.
Rafael Espindola
2015-07-07
3
-2
/
+5
*
MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.
Alex Lorenz
2015-07-07
3
-33
/
+32
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
3
-11
/
+12
*
Simplify by passing in the section of the symbol. NFC.
Rafael Espindola
2015-07-07
1
-22
/
+5
*
Revert r241570, it caused PR24053
Nico Weber
2015-07-07
1
-22
/
+29
*
[Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595
Krzysztof Parzyszek
2015-07-07
2
-12
/
+8
*
[WinEH] Add a report_fatal_error for 32-bit stack realignment
Reid Kleckner
2015-07-07
1
-0
/
+5
*
[Hexagon] Implement bit-tracking facility with specifics for Hexagon
Krzysztof Parzyszek
2015-07-07
5
-0
/
+2832
*
Common symbols don't have a value.
Rafael Espindola
2015-07-07
1
-3
/
+2
[next]