index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...
Eugene Zelenko
2
-51
/
+80
2016-05-10
SDAG: Make SelectCodeCommon return void
Justin Bogner
1
-2
/
+3
2016-05-06
[TableGen] AsmMatcher: support for default values for optional operands
Sam Kolton
1
-31
/
+117
2016-05-06
[TableGen] Fix a memory leak when creating SwitchOpcodeMatchers.
Craig Topper
1
-1
/
+2
2016-05-06
[TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...
Craig Topper
1
-49
/
+0
2016-05-06
[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...
Craig Topper
2
-95
/
+0
2016-05-06
[TableGen] Remove SinkPatternPredicates from the DAG isel matcher optimizer.
Craig Topper
1
-54
/
+0
2016-05-05
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
5
-76
/
+0
2016-05-05
Remove LLVM_ENABLE_TIMESTAMPS
Chris Bieneman
1
-2
/
+2
2016-05-05
Remove bit-rotten CppBackend.
James Y Knight
1
-2
/
+0
2016-05-05
[TableGen] Make sure to recursively factor any ScopeMatchers created while fo...
Craig Topper
1
-1
/
+3
2016-05-05
[TableGen] Remove stale comment.
Craig Topper
1
-2
/
+1
2016-05-03
Win packaging script: include the OpenMP run-time
Hans Wennborg
1
-1
/
+3
2016-05-03
[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...
Craig Topper
1
-5
/
+12
2016-05-02
[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...
Craig Topper
1
-3
/
+10
2016-04-30
[lit] Add %:[STpst] to represent paths without colons on Windows.
Rui Ueyama
1
-0
/
+18
2016-04-28
TableGen: Produce CoveredBySubRegs summary for register classes
Matthias Braun
3
-3
/
+9
2016-04-28
TargetRegisterInfo: Introduce reverseComposeSubRegIndexLaneMask()
Matthias Braun
1
-12
/
+29
2016-04-28
TableGen: Support lanemasks for classes without subregisters
Matthias Braun
1
-38
/
+50
2016-04-21
Add natvis visualizers for endian types.
Zachary Turner
1
-0
/
+41
2016-04-21
Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly
Nicolai Haehnle
2
-9
/
+5
2016-04-20
Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...
Amaury Sechet
1
-0
/
+23
2016-04-19
Add IntrWrite[Arg]Mem intrinsic property
Nicolai Haehnle
4
-9
/
+40
2016-04-19
[TableGen] Make an error message slightly more informative
Nicolai Haehnle
1
-2
/
+9
2016-04-19
vim: add swiftcc keyword
Saleem Abdulrasool
1
-3
/
+3
2016-04-18
[NFC] Header cleanup
Mehdi Amini
10
-14
/
+4
2016-04-17
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
1
-3
/
+5
2016-04-16
Update and fix LLVM_ENABLE_MODULES:
Richard Smith
1
-4
/
+0
2016-04-13
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...
Amaury Sechet
1
-23
/
+0
2016-04-13
Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...
Amaury Sechet
1
-0
/
+23
2016-04-12
Delete mergefunctions.clang.svn.patch
JF Bastien
1
-14
/
+0
2016-04-12
Minor code cleanup. NFC.
Junmo Park
1
-2
/
+2
2016-04-06
vim: add missing keyword
Saleem Abdulrasool
1
-2
/
+2
2016-04-05
fixed to discard earlier advertising
Sanjay Patel
1
-3
/
+4
2016-04-05
add example usage and workflow to --help output
Sanjay Patel
1
-2
/
+25
2016-04-05
check or check-next the first line of the function too
Sanjay Patel
1
-5
/
+15
2016-04-05
[TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...
Valery Pykhtin
1
-2
/
+6
2016-03-31
lit: python3 compatibility fix
Matthias Braun
1
-1
/
+8
2016-03-31
[lit][googletest] Handle upstream gtest output
Daniel Dunbar
4
-0
/
+67
2016-03-28
Submitted new file with wrong line endings. Correcting...
Mike Spertus
1
-7
/
+7
2016-03-28
Use VS2015 Project Support for Natvis to eliminate the need to manually insta...
Mike Spertus
2
-3
/
+12
2016-03-27
workaround for an IR variable named %.
Sanjay Patel
1
-0
/
+2
2016-03-27
add scrubber for excessive leading whitespace
Sanjay Patel
1
-0
/
+3
2016-03-26
abtest: Cleanup, improve comments
Matthias Braun
1
-38
/
+48
2016-03-26
abtest: Check all files, improve announcements
Matthias Braun
1
-5
/
+6
2016-03-26
Put my abtest scripts into the util directory
Matthias Braun
3
-0
/
+342
2016-03-25
fix IR function name regex to allow hyphens
Sanjay Patel
1
-2
/
+2
2016-03-24
Add utility script to generate checks for opt or llc regression tests
Sanjay Patel
1
-0
/
+355
2016-03-24
don't hardcode the name of the llc checks script
Sanjay Patel
1
-5
/
+2
2016-03-24
reorganize llc checks script to allow more flexibility, part 2; NFCI
Sanjay Patel
1
-73
/
+104
[next]