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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Print stats even on successful run with atexit=1.
Evgeniy Stepanov
2014-06-24
4
-6
/
+10
*
Remove use of llvm.codegen intrinsic for GPGPU codegen
Yabin Hu
2014-06-24
6
-526
/
+192
*
Driver: Restore proper naming of crashdump files
Justin Bogner
2014-06-24
3
-7
/
+8
*
GlobalOpt: Don't optimize dllimport for initializers
David Majnemer
2014-06-24
2
-8
/
+33
*
AST: Address of dllimport functions isn't constant
David Majnemer
2014-06-24
3
-10
/
+33
*
Include <tuple> for std::tie
Alexey Samsonov
2014-06-24
1
-0
/
+1
*
AST: Address of dllimport variables isn't constant
David Majnemer
2014-06-24
3
-0
/
+17
*
[AArch64] Fix a build_vector pattern match fail
Kevin Qin
2014-06-24
2
-24
/
+35
*
[OPENMP] Added initial checking of nesting of OpenMP regions.
Alexey Bataev
2014-06-24
3
-3
/
+136
*
[Disasm][AVX512] Implement decoding of top bit for non-destructive reg fields
Adam Nemet
2014-06-24
2
-1
/
+8
*
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
Adam Nemet
2014-06-24
1
-0
/
+1
*
Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...
Marshall Clow
2014-06-24
5
-25
/
+25
*
Support: Move class ScaledNumber
Duncan P. N. Exon Smith
2014-06-24
4
-673
/
+667
*
BFI: Un-floatify more language
Duncan P. N. Exon Smith
2014-06-24
2
-32
/
+33
*
BFI: Remove more float-like language from ScaledNumber
Duncan P. N. Exon Smith
2014-06-24
1
-8
/
+8
*
Support: Return ScaledNumbers::MaxScale from getQuotient()
Duncan P. N. Exon Smith
2014-06-24
2
-6
/
+6
*
Support: Extract ScaledNumbers::MinScale and MaxScale
Duncan P. N. Exon Smith
2014-06-24
3
-18
/
+18
*
BFI: Change language from "exponent" to "scale"
Duncan P. N. Exon Smith
2014-06-23
2
-61
/
+59
*
BFI: Update ScaledNumber header docs
Duncan P. N. Exon Smith
2014-06-23
1
-13
/
+17
*
BFI: Rename UnsignedFloat => ScaledNumber
Duncan P. N. Exon Smith
2014-06-23
2
-107
/
+111
*
Fix comments from r211553
Duncan P. N. Exon Smith
2014-06-23
1
-2
/
+2
*
Support: Extract ScaledNumbers::getSum() and getDifference()
Duncan P. N. Exon Smith
2014-06-23
3
-61
/
+250
*
Support: Return scale from ScaledNumbers::matchScales()
Duncan P. N. Exon Smith
2014-06-23
2
-14
/
+17
*
Propagate isAddressOfMember into typo correction so that we don't correct &qu...
Nick Lewycky
2014-06-23
5
-9
/
+52
*
not: Only consider exit code 3 to be a crash with --crash
Reid Kleckner
2014-06-23
1
-4
/
+5
*
Fix error handling for the AppleGetQueues and AppleGetPendingItems
Jason Molenda
2014-06-23
2
-0
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-23
2
-2
/
+2
*
Add newline on last line of a few files.
Jason Molenda
2014-06-23
4
-4
/
+4
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
16
-53
/
+68
*
[FastISel][X86] Lower unsupported selects to control-flow.
Juergen Ributzka
2014-06-23
2
-0
/
+209
*
[FastISel][X86] Add support for floating-point select.
Juergen Ributzka
2014-06-23
2
-0
/
+519
*
[FastISel][X86] Optimize selects when the condition comes from a compare.
Juergen Ributzka
2014-06-23
6
-39
/
+471
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
23
-154
/
+117
*
Temporarily roll back the parts of r211241 where I fixed a
Jason Molenda
2014-06-23
2
-2
/
+2
*
This reverts commit r211533 and r211539.
Rafael Espindola
2014-06-23
2
-75
/
+1
*
Fix cmake build.
Juergen Ributzka
2014-06-23
1
-1
/
+0
*
Simplify memory management with std::unique_ptr.
Rafael Espindola
2014-06-23
1
-12
/
+8
*
nm-trivial-object.test requires shell since Lit internal runner isn't capable...
NAKAMURA Takumi
2014-06-23
1
-0
/
+1
*
Don't set the ABI to apcs-gnu for non-ARM iOS targets (i.e., the
Sean Callanan
2014-06-23
1
-2
/
+3
*
Part 2 of SBUnitSignals check-in.
Todd Fiala
2014-06-23
3
-0
/
+74
*
Add SBUnixSignals.i
Ed Maste
2014-06-23
1
-0
/
+74
*
Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64
Weiming Zhao
2014-06-23
3
-1
/
+76
*
Convert a few methods to use ErrorOr.
Rafael Espindola
2014-06-23
5
-21
/
+19
*
Support: Extract ScaledNumbers::matchScale()
Duncan P. N. Exon Smith
2014-06-23
3
-46
/
+119
*
Fix spelling. s/overloaed/overloaded/
Jim Grosbach
2014-06-23
1
-2
/
+2
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
6
-8
/
+16
*
CodeGen: Remove a stray tab character (NFC)
Justin Bogner
2014-06-23
1
-1
/
+1
*
[Mips] Add a target streamer when creating a null streamer.
Rafael Espindola
2014-06-23
4
-33
/
+77
*
Add API control of the signal disposition.
Todd Fiala
2014-06-23
12
-2
/
+327
*
Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...
David Blaikie
2014-06-23
3
-23
/
+72
[next]