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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
6
-469
/
+3
*
Revert "lit: warn when passed invalid pathname" (r210597)
Hans Wennborg
2014-06-16
1
-5
/
+3
*
Remove broken include.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Fix KillTheDoctor after r210725.
Rafael Espindola
2014-06-13
1
-2
/
+4
*
[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.
NAKAMURA Takumi
2014-06-13
1
-0
/
+7
*
Remove the last uses of 'using std::error_code'
Rafael Espindola
2014-06-13
2
-7
/
+3
*
Fix the build of KillTheDoctor.
Rafael Espindola
2014-06-12
1
-9
/
+10
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
2
-0
/
+2
*
Remove system_error.h.
Rafael Espindola
2014-06-12
4
-5
/
+5
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-4
/
+3
*
Remove windows_error.
Rafael Espindola
2014-06-11
1
-1
/
+5
*
lit: warn when passed invalid pathname
Hans Wennborg
2014-06-10
1
-3
/
+5
*
Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
2014-06-10
1
-0
/
+17
*
Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
2014-06-10
1
-3
/
+46
*
Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()
Artyom Skrobov
2014-06-10
1
-11
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-4
/
+5
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-24
/
+23
*
really fix the windows build.
Rafael Espindola
2014-05-31
1
-2
/
+2
*
utils: Teach lldbDataFormatters to load automatically
Justin Bogner
2014-05-28
1
-4
/
+12
*
Teach the table generated emitPseudoExpansionLowering function to not emit a ...
Aaron Ballman
2014-05-23
1
-61
/
+65
*
ARM64: separate load/store operands to simplify assembler
Tim Northover
2014-05-22
1
-3
/
+3
*
[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...
Daniel Sanders
2014-05-21
1
-13
/
+27
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+4
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-2
/
+2
*
TableGen: permit non-leaf ComplexPattern uses
Tim Northover
2014-05-20
3
-56
/
+165
*
TableGen: convert InstAlias's Emit bit to an int.
Tim Northover
2014-05-20
1
-13
/
+31
*
Fix typos.
Eric Christopher
2014-05-19
1
-2
/
+1
*
TableGen: fix operand counting for aliases
Tim Northover
2014-05-16
1
-32
/
+7
*
TableGen: use correct MIOperand when printing aliases
Tim Northover
2014-05-15
3
-9
/
+36
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
4
-35
/
+54
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Teach the table generator to not generate switch statements containing only a...
Aaron Ballman
2014-05-13
1
-12
/
+15
*
TableGen: strengthen assert
Tim Northover
2014-05-13
1
-1
/
+1
*
Fix gcc -Wparentheses warning.
Jay Foad
2014-05-13
1
-1
/
+2
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-18
/
+79
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-0
/
+1
*
Debug.h already includes raw_ostream.h, no need to include it again.
Eric Christopher
2014-05-07
1
-1
/
+0
*
[CMake] Add build rules for llvm-PerfectShuffle utility
Alexey Samsonov
2014-05-07
1
-0
/
+3
*
ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.
Eric Christopher
2014-05-06
1
-12
/
+12
*
AArch64/ARM64: implement diagnosis of unpredictable loads & stores
Tim Northover
2014-05-06
1
-4
/
+7
*
[C++11] Use 'nullptr' in tablegen output files.
Craig Topper
2014-04-30
3
-11
/
+11
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
2
-0
/
+2
*
llvm-build: Get rid of 'import *'
Anders Waldenborg
2014-04-23
2
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
7
-12
/
+14
*
Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...
David Blaikie
2014-04-21
1
-6
/
+0
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
4
-0
/
+8
*
Fix builds that use an stl missing std::set::emplace
David Blaikie
2014-04-21
1
-1
/
+1
*
Store State objects by value in TableGen's DFAPacketizerEmitter
David Blaikie
2014-04-21
1
-34
/
+30
*
Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.
David Blaikie
2014-04-21
1
-6
/
+4
*
More C++ification.
Richard Smith
2014-04-20
1
-1
/
+2
[next]