index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
1
-3
/
+3
*
Slightly change TableGen's definition of a register subclass.
Jakob Stoklund Olesen
2009-04-30
1
-1
/
+14
*
Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass
Bob Wilson
2009-04-30
2
-10
/
+11
*
Remove unnecessary "class" keywords.
Bob Wilson
2009-04-30
2
-2
/
+2
*
Change forward declaration of MultiClass to use the "struct" keyword instead
Bob Wilson
2009-04-30
1
-1
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
2
-2
/
+2
*
Second attempt:
Bill Wendling
2009-04-29
2
-2
/
+2
*
Fix trailing whitespace and 80-col. violations in recent TableGen changes.
Bob Wilson
2009-04-28
1
-27
/
+34
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
2
-2
/
+2
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
2
-2
/
+2
*
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-27
2
-44
/
+3
*
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
2009-04-24
3
-21
/
+76
*
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
2
-5
/
+43
*
PR2957
Nate Begeman
2009-04-24
2
-43
/
+5
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
4
-54
/
+190
*
Allow defm to inherit from multiple multiclasses.
David Greene
2009-04-22
1
-68
/
+76
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
6
-34
/
+108
*
Implement multiclass inheritance.
David Greene
2009-04-22
2
-3
/
+175
*
'The "or die" is intended to catch the case where nm returned a
Anton Korobeynikov
2009-04-21
1
-3
/
+4
*
One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...
Evan Cheng
2009-04-20
1
-1
/
+1
*
Add some assertions.
Mikhail Glushenkov
2009-04-19
1
-1
/
+2
*
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2009-04-17
1
-0
/
+9
*
Fix PR3994: LLVMMatchType arguments do not refer to absolute return value
Bob Wilson
2009-04-16
2
-10
/
+18
*
prove diagnostic -> group mapping information.
Chris Lattner
2009-04-16
1
-1
/
+13
*
encode subgroups into the clang .inc file. -Wall now works!
Chris Lattner
2009-04-16
1
-11
/
+30
*
start producing subgroup info.
Chris Lattner
2009-04-16
1
-8
/
+31
*
make sure that empty diag groups get known by clang.
Chris Lattner
2009-04-15
1
-2
/
+8
*
implement support for writing out diagnostic group tables.
Chris Lattner
2009-04-15
1
-137
/
+51
*
use UppercaseString instead of EmitAllCaps
Chris Lattner
2009-04-15
1
-16
/
+7
*
use escape string.
Chris Lattner
2009-04-15
1
-13
/
+6
*
rename -gen-clang-diags-options -> -gen-clang-diag-groups
Chris Lattner
2009-04-15
3
-8
/
+8
*
don't infer diag class from parenting relations, make it an explicit field
Chris Lattner
2009-04-15
1
-15
/
+1
*
include the default mapping in the clang diagnostic .inc files.
Chris Lattner
2009-04-15
1
-7
/
+2
*
minor cleanups
Chris Lattner
2009-04-15
1
-17
/
+11
*
Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
Dan Gohman
2009-04-13
4
-10
/
+10
*
Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.
Dan Gohman
2009-04-13
6
-8
/
+113
*
Generalize getRegisterClassForRegister to handle registers
Dan Gohman
2009-04-13
1
-4
/
+40
*
Don't install the libLLVMHello.dylib example.
Bill Wendling
2009-04-10
1
-0
/
+3
*
Don't run "dsymutils" on .a files.
Bill Wendling
2009-04-10
1
-2
/
+3
*
Give register alias checking the hash table treatment too.
Owen Anderson
2009-04-09
1
-1
/
+78
*
Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...
Owen Anderson
2009-04-09
1
-1
/
+79
*
"This adds a getName() method to TargetRegisterClass, just like in TargetRegi...
Chris Lattner
2009-04-03
1
-0
/
+1
*
Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.
Dan Gohman
2009-04-03
1
-21
/
+0
*
Constify method to make VC++ happy. Patch by Brian Diekelman!
Ted Kremenek
2009-04-01
1
-2
/
+2
*
Tidy up some comments.
Dan Gohman
2009-03-31
1
-3
/
+3
*
Add a comment.
Dan Gohman
2009-03-31
1
-1
/
+2
*
Update the polygen grammer to reflect that zext and sext are no longer
Dan Gohman
2009-03-30
1
-2
/
+0
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
9
-16
/
+16
*
Use 'bool' for FoundRC
Jim Grosbach
2009-03-26
1
-2
/
+2
*
Modify getRegisterValueType() to allow for a register being in mutliple
Jim Grosbach
2009-03-25
1
-5
/
+26
[next]