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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement host CPU detection for AArch64
Yi Kong
2017-04-04
1
-4
/
+32
*
[APInt] Make use of whichWord and maskBit to simplify some code. NFC
Craig Topper
2017-04-02
1
-5
/
+3
*
[APInt] Add a public typedef for the internal type of APInt use it instead of...
Craig Topper
2017-04-02
2
-81
/
+85
*
[X86] Use tcAdd/tcSubtract to implement the slow case of operator+=/operator-=.
Craig Topper
2017-04-02
1
-33
/
+3
*
[APInt] Combine declaration and initialization. NFC
Craig Topper
2017-04-02
1
-6
/
+2
*
[APInt] Simplify some code by using operator+=(uint64_t) instead of doing a m...
Craig Topper
2017-04-02
1
-7
/
+2
*
[APInt] Fix typo in comment. NFC
Craig Topper
2017-04-02
1
-1
/
+1
*
[APInt] Use conditional operator to simplify some code. NFC
Craig Topper
2017-04-01
1
-4
/
+1
*
[APInt] Implement flipAllBitsSlowCase with tcComplement. NFCI
Craig Topper
2017-04-01
1
-2
/
+1
*
[APInt] Fix indentation. NFC
Craig Topper
2017-04-01
1
-8
/
+8
*
[APInt] Implement AndAssignSlowCase using tcAnd. Do the same for Or and Xor. ...
Craig Topper
2017-04-01
1
-9
/
+3
*
[APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use mo...
Craig Topper
2017-04-01
1
-6
/
+4
*
[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...
Craig Topper
2017-04-01
1
-1
/
+1
*
Fix APFloat mod (committing for simonbyrne)
Stephen Canon
2017-03-31
1
-33
/
+9
*
[APInt] Rewrite getLoBits in a way that will do one less memory allocation in...
Craig Topper
2017-03-31
1
-3
/
+4
*
Remove name space pollution from Signals.cpp
Kristof Beyls
2017-03-31
3
-5
/
+4
*
Remove more name space pollution from .inc files
Kristof Beyls
2017-03-31
4
-20
/
+16
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-1
/
+0
*
Make naming in Host.h in line with coding standards.
Kristof Beyls
2017-03-31
2
-12
/
+12
*
Update comment for r299098 per feedback from James Henderson.
Yaron Keren
2017-03-31
1
-2
/
+1
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-7
/
+7
*
Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...
Yaron Keren
2017-03-30
1
-1
/
+8
*
Revert "Make naming in Host.h in line with coding standards."
Kristof Beyls
2017-03-30
2
-12
/
+12
*
Make naming in Host.h in line with coding standards.
Kristof Beyls
2017-03-30
2
-12
/
+12
*
Refactor getHostCPUName to allow testing on non-native hardware.
Kristof Beyls
2017-03-30
1
-214
/
+204
*
[APInt] Reformat tc functions to put opening curly braces on the end of the p...
Craig Topper
2017-03-28
1
-104
/
+45
*
[APInt] Remove an anonymous namespace around static functions. NFC
Craig Topper
2017-03-28
1
-35
/
+33
*
[APInt] Combine variable declaration and initialization where possible in the...
Craig Topper
2017-03-28
1
-76
/
+36
*
[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APIn...
Craig Topper
2017-03-28
1
-36
/
+36
*
[APInt] Move the single word cases of the bitwise operators inline.
Craig Topper
2017-03-28
1
-18
/
+3
*
[APInt] Move operator=(uint64_t) inline as its pretty simple and is often use...
Craig Topper
2017-03-27
1
-10
/
+0
*
[Support] Avoid concurrency hazard in signal handler registration
Bruno Cardoso Lopes
2017-03-27
1
-5
/
+1
*
[APInt] Move operator&=(uint64_t) inline and use memset to clear the upper wo...
Craig Topper
2017-03-27
1
-12
/
+0
*
[APInt] Move the >64 bit case for flipAllBits out of line.
Craig Topper
2017-03-27
1
-0
/
+5
*
Correct OptionCategoryCompare() in the command line library.
Daniel Sanders
2017-03-27
1
-2
/
+3
*
Make home_directory look in the password database in addition to $HOME.
Zachary Turner
2017-03-22
1
-5
/
+11
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
2
-5
/
+13
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
2
-7
/
+42
*
Support, LTO: When pruning a directory, ignore files matching a prefix.
Peter Collingbourne
2017-03-20
1
-2
/
+5
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-29
/
+34
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-5
/
+5
*
[APInt] Don't initialize VAL to 0 in APInt constructors. Push it down to the ...
Craig Topper
2017-03-20
1
-2
/
+5
*
[LockFileManager] Reduce lock timeout
Bruno Cardoso Lopes
2017-03-18
1
-3
/
+3
*
Fix linux build.
Zachary Turner
2017-03-16
1
-1
/
+2
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
2
-224
/
+203
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
3
-8
/
+58
*
Fix pessimising moves.
Peter Collingbourne
2017-03-16
1
-2
/
+2
*
Support: Add a cache pruning policy parser.
Peter Collingbourne
2017-03-16
1
-0
/
+68
*
Support: Simplify the CachePruning API. NFCI.
Peter Collingbourne
2017-03-15
1
-8
/
+14
*
[pdb] Write the module info and symbol record streams.
Zachary Turner
2017-03-15
1
-0
/
+9
[next]