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
*
Initial AVX support for some instructions. No patterns matched
Bruno Cardoso Lopes
2010-06-05
2
-1
/
+9
*
Teach tablegen to support 'defm' inside multiclasses.
Bruno Cardoso Lopes
2010-06-05
2
-10
/
+42
*
Handle multi-vector returns and args.
Nate Begeman
2010-06-04
1
-24
/
+71
*
Additional fixes to BuiltinsARM.def generator, on to clang codegen.
Nate Begeman
2010-06-04
1
-9
/
+38
*
Progress on generating BuiltinsARM.def, still some duplicates to work out.
Nate Begeman
2010-06-04
1
-3
/
+110
*
BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...
Nate Begeman
2010-06-04
3
-71
/
+119
*
Mangle __builtin_neon_* names appropriately.
Nate Begeman
2010-06-04
2
-30
/
+97
*
Add some additional capabilities to the neon emitter
Nate Begeman
2010-06-03
1
-4
/
+31
*
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
1
-0
/
+7
*
Forgot to update the most important part of the gtest modifications readme.
Benjamin Kramer
2010-06-03
1
-1
/
+1
*
Disable pthread support in googletest if llvm was configured without threads.
Benjamin Kramer
2010-06-03
2
-0
/
+10
*
Turns out gtest still prefers the system <tr1/tuple> over it's own
Benjamin Kramer
2010-06-03
2
-0
/
+6
*
arm_neon.h now makes it through clang and generates appropriate code for thos...
Nate Begeman
2010-06-03
1
-19
/
+112
*
Update Readme and Makefiles for the new gtest.
Benjamin Kramer
2010-06-02
3
-13
/
+2
*
Merge gtest-1.5.0.
Benjamin Kramer
2010-06-02
24
-989
/
+1497
*
Merge gtest-1.4.0.
Benjamin Kramer
2010-06-02
21
-2039
/
+4137
*
Merge gtest-1.3.0.
Benjamin Kramer
2010-06-02
20
-468
/
+2089
*
arm_neon.h emitter now mostly complete for the purposes of initial testing.
Nate Begeman
2010-06-02
1
-10
/
+81
*
Pacify recent gcc: remove a pointless const qualifier.
Duncan Sands
2010-06-02
1
-1
/
+1
*
Checkpoint; handle 'int' and 'void' correctly
Nate Begeman
2010-06-02
1
-25
/
+52
*
Emit full function prototypes. Definitions & typedefs to come.
Nate Begeman
2010-06-02
1
-16
/
+72
*
Checkpoint arm_neon.h generation with tablegen
Nate Begeman
2010-06-02
1
-13
/
+241
*
Fix comment
Sean Hunt
2010-06-01
1
-1
/
+1
*
Fix extra fread after EOF, non-wires-crossed version.
Dan Gohman
2010-06-01
1
-2
/
+4
*
revert r105223 which broke all my testing.
Chris Lattner
2010-05-31
1
-1
/
+1
*
Fix count so that it doesn't make an extra fread call after
Dan Gohman
2010-05-31
1
-1
/
+1
*
Allow for creation of clang DeclNodes tables.
Sean Hunt
2010-05-30
3
-52
/
+131
*
Emit TargetRegisterInfo::composeSubRegIndices().
Jakob Stoklund Olesen
2010-05-28
1
-18
/
+114
*
Comment out some code in prep for actual .td file checkpoint.
Nate Begeman
2010-05-28
1
-3
/
+2
*
Fix build breakage.
Eli Friedman
2010-05-28
1
-1
/
+1
*
Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...
Nate Begeman
2010-05-28
4
-0
/
+104
*
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
[next]