index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
When handling raw_ostream errors manually, use clear_error() so that
Dan Gohman
2010-05-27
1
-0
/
+1
*
Simplify raw_ostream usage.
Dan Gohman
2010-05-27
1
-45
/
+37
*
Minor code simplification.
Dan Gohman
2010-05-27
1
-9
/
+9
*
AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...
Daniel Dunbar
2010-05-27
1
-1
/
+10
*
Check that inherited subregisters all have a direct SubRegIndex.
Jakob Stoklund Olesen
2010-05-26
1
-2
/
+25
*
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-05-26
2
-1
/
+3
*
Suppress emmission of empty subreg/superreg/alias sets.
Jakob Stoklund Olesen
2010-05-26
1
-3
/
+9
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-36
/
+83
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-83
/
+36
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-36
/
+83
*
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
Jakob Stoklund Olesen
2010-05-25
1
-84
/
+5
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
1
-1
/
+12
*
Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...
Jakob Stoklund Olesen
2010-05-25
2
-3
/
+6
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-6
/
+9
*
diaggroup categories should take precedence over diag-specific groups.
Chris Lattner
2010-05-24
1
-8
/
+9
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
4
-82
/
+114
*
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-24
4
-12
/
+46
*
tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...
Daniel Dunbar
2010-05-22
1
-4
/
+8
*
tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor
Daniel Dunbar
2010-05-20
1
-0
/
+4
*
lit: Add another place to look for bash.
Daniel Dunbar
2010-05-19
1
-1
/
+1
*
Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macro
Sean Hunt
2010-05-18
1
-20
/
+27
*
Added a QQQQ register file to model 4-consecutive Q registers.
Evan Cheng
2010-05-14
1
-0
/
+1
*
Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...
Evan Cheng
2010-05-13
1
-0
/
+1
*
Update tablegen to generate shorts instead of chars for subgroup arrays.
Chandler Carruth
2010-05-13
1
-1
/
+1
*
lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the
Daniel Dunbar
2010-05-12
1
-0
/
+7
*
lit: Fix OneCommandPerFileTest format when tests are specified directly.
Daniel Dunbar
2010-05-12
1
-1
/
+3
*
lit: Add support for 'lit ... @foo', which reads a list of tests to run from
Daniel Dunbar
2010-05-12
1
-1
/
+17
*
Add initial kill flag support to FastISel.
Dan Gohman
2010-05-11
1
-5
/
+5
*
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2010-05-11
2
-0
/
+22
*
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
2
-6
/
+3
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-2
/
+2
*
Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...
Evan Cheng
2010-05-06
1
-2
/
+3
*
Fix some stylistic issues with my last commit.
Sean Hunt
2010-05-06
2
-78
/
+86
*
Select an ARM-hosted cross build with a separate makefile target instead of
Bob Wilson
2010-05-05
2
-29
/
+31
*
Rearrange the suppressions files to be by-architecture instead of by-problem.
Jeffrey Yasskin
2010-05-05
3
-23
/
+7
*
Add a suppressions file for an intermittent "leak" under RegisterPass.
Jeffrey Yasskin
2010-05-05
1
-0
/
+7
*
lit: Allow test_format to be None.
Daniel Dunbar
2010-05-05
1
-3
/
+4
*
Add newline to end of file to avoid warning
Shantonu Sen
2010-05-05
1
-1
/
+1
*
Include the right header for toupper
Sean Hunt
2010-05-05
1
-1
/
+1
*
Add an emitter to handle the list of clang statement nodes.
Sean Hunt
2010-05-05
5
-12
/
+182
*
add the ability to associate 'category' names with clang diagnostics
Chris Lattner
2010-05-04
1
-3
/
+118
*
MC/Matcher: Add support for over-riding the default MatchInstruction function
Daniel Dunbar
2010-05-04
1
-4
/
+8
*
Add a polygen rule that reflects the fact that nsw and nuw can be
Dan Gohman
2010-05-04
1
-1
/
+1
*
Remove special case for llvmCore_Embedded project. This is no longer needed
Bob Wilson
2010-05-03
1
-5
/
+0
*
Add a pseudo instruction REG_SEQUENCE that takes a list of registers and
Evan Cheng
2010-05-01
2
-4
/
+10
*
Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;
Bob Wilson
2010-04-29
1
-2
/
+0
*
Add an option to the Apple-style build to control whether libLTO.dylib should
Bob Wilson
2010-04-28
2
-12
/
+24
*
Undo most of my previous whitespace fix. I think I like it better this way
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix inconsistent use of HOSTS and TARGETS variables.
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix whitespace.
Bob Wilson
2010-04-28
1
-4
/
+3
[next]