index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
3
-15
/
+19
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
3
-19
/
+15
2014-06-25
Use SourceMgr::getMemoryBuffer() in a couple of places
Alp Toker
1
-1
/
+1
2014-06-24
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
Adam Nemet
1
-0
/
+1
2014-06-23
not: Only consider exit code 3 to be a crash with --crash
Reid Kleckner
1
-4
/
+5
2014-06-23
Delete utils/FileUpdate.
Rafael Espindola
4
-115
/
+2
2014-06-19
Remove bogus configure check
David Greene
1
-4
/
+0
2014-06-19
Add option to keep flavor out of the install directory
David Greene
1
-1
/
+5
2014-06-19
Turn of -Werror by default
David Greene
1
-3
/
+7
2014-06-19
Remove OwningPtr.h and associated tests
Alp Toker
1
-8
/
+0
2014-06-18
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
1
-1
/
+1
2014-06-17
lit: simplify population of the actual_inputs array
Hans Wennborg
1
-3
/
+3
2014-06-17
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
6
-469
/
+3
2014-06-16
Revert "lit: warn when passed invalid pathname" (r210597)
Hans Wennborg
1
-5
/
+3
2014-06-13
Remove broken include.
Rafael Espindola
1
-1
/
+0
2014-06-13
Fix KillTheDoctor after r210725.
Rafael Espindola
1
-2
/
+4
2014-06-13
[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.
NAKAMURA Takumi
1
-0
/
+7
2014-06-13
Remove the last uses of 'using std::error_code'
Rafael Espindola
2
-7
/
+3
2014-06-12
Fix the build of KillTheDoctor.
Rafael Espindola
1
-9
/
+10
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2
-0
/
+2
2014-06-12
Remove system_error.h.
Rafael Espindola
4
-5
/
+5
2014-06-11
Use std::error_code instead of llvm::error_code.
Rafael Espindola
1
-4
/
+3
2014-06-11
Remove windows_error.
Rafael Espindola
1
-1
/
+5
2014-06-10
lit: warn when passed invalid pathname
Hans Wennborg
1
-3
/
+5
2014-06-10
Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
1
-0
/
+17
2014-06-10
Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
1
-3
/
+46
2014-06-10
Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()
Artyom Skrobov
1
-11
/
+6
2014-06-08
[C++11] Use 'nullptr'.
Craig Topper
3
-4
/
+5
2014-06-08
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
1
-24
/
+23
2014-05-31
really fix the windows build.
Rafael Espindola
1
-2
/
+2
2014-05-28
utils: Teach lldbDataFormatters to load automatically
Justin Bogner
1
-4
/
+12
2014-05-23
Teach the table generated emitPseudoExpansionLowering function to not emit a ...
Aaron Ballman
1
-61
/
+65
2014-05-22
ARM64: separate load/store operands to simplify assembler
Tim Northover
1
-3
/
+3
2014-05-21
[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...
Daniel Sanders
1
-13
/
+27
2014-05-21
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
1
-0
/
+4
2014-05-20
Clean up language and grammar.
Eric Christopher
1
-2
/
+2
2014-05-20
TableGen: permit non-leaf ComplexPattern uses
Tim Northover
3
-56
/
+165
2014-05-20
TableGen: convert InstAlias's Emit bit to an int.
Tim Northover
1
-13
/
+31
2014-05-19
Fix typos.
Eric Christopher
1
-2
/
+1
2014-05-16
TableGen: fix operand counting for aliases
Tim Northover
1
-32
/
+7
2014-05-15
TableGen: use correct MIOperand when printing aliases
Tim Northover
3
-9
/
+36
2014-05-15
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
4
-35
/
+54
2014-05-15
Fix typos
Alp Toker
1
-1
/
+1
2014-05-13
Teach the table generator to not generate switch statements containing only a...
Aaron Ballman
1
-12
/
+15
2014-05-13
TableGen: strengthen assert
Tim Northover
1
-1
/
+1
2014-05-13
Fix gcc -Wparentheses warning.
Jay Foad
1
-1
/
+2
2014-05-12
TableGen: use PrintMethods to print more aliases
Tim Northover
1
-18
/
+79
2014-05-08
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
1
-0
/
+1
2014-05-07
Debug.h already includes raw_ostream.h, no need to include it again.
Eric Christopher
1
-1
/
+0
2014-05-07
[CMake] Add build rules for llvm-PerfectShuffle utility
Alexey Samsonov
1
-0
/
+3
[next]