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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unbreak cpp backend: upgrade output due to change in APInt API
Anton Korobeynikov
2008-08-18
1
-1
/
+2
*
Clients of addIntervalForSpills expect the added intervals to be returned sor...
Owen Anderson
2008-08-18
1
-0
/
+9
*
Fix a bug daniel pointed out to me, where asmprinter started
Chris Lattner
2008-08-18
1
-5
/
+5
*
Simplify the fast-patch interval spilling by using MachineRegisterInfo::reg_i...
Owen Anderson
2008-08-18
1
-72
/
+50
*
XFAIL this test for now.
Bill Wendling
2008-08-18
1
-0
/
+1
*
Resurrect some ancient code to add spill ranges without attempting folding, r...
Owen Anderson
2008-08-18
2
-0
/
+112
*
Register the frame register function when allocating the JIT,
Nicolas Geoffray
2008-08-18
1
-5
/
+5
*
ARM asm printer can't handle dwarf info yet.
Evan Cheng
2008-08-18
1
-6
/
+12
*
Don't hoist instructions that have implicit uses or defines. Before, it was
Bill Wendling
2008-08-18
1
-0
/
+5
*
Make this comment clearer. Instead of using an ambiguous ~ (not) on an icmp
Nick Lewycky
2008-08-17
1
-1
/
+1
*
Consider the case where xor by -1 and xor by 128 have been combined already to
Nick Lewycky
2008-08-17
2
-1
/
+42
*
Update VC++ project.
Gordon Henriksen
2008-08-17
1
-17
/
+13
*
Didn't mean to change this.
Evan Cheng
2008-08-17
1
-0
/
+99
*
Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...
Evan Cheng
2008-08-17
4
-101
/
+13
*
Don't require Registry specializations to define random static variables.
Gordon Henriksen
2008-08-17
4
-27
/
+15
*
Drop an unnecessary include.
Gordon Henriksen
2008-08-17
1
-1
/
+0
*
Regenerate.
Gordon Henriksen
2008-08-17
3
-291
/
+291
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
38
-678
/
+524
*
Make it compile on VC2005:
Cedric Venet
2008-08-17
13
-101
/
+135
*
getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...
Chris Lattner
2008-08-17
1
-15
/
+10
*
switch valuemap's from std::map to densemap. This speeds up llvm-dis
Chris Lattner
2008-08-17
1
-11
/
+8
*
Don't instantiate GC metadata for declarations.
Gordon Henriksen
2008-08-17
2
-1
/
+3
*
Set ignores.
Gordon Henriksen
2008-08-17
0
-0
/
+0
*
Set ignores.
Gordon Henriksen
2008-08-17
0
-0
/
+0
*
Link GC metadata printers by default to llc
Anton Korobeynikov
2008-08-17
2
-0
/
+38
*
Fix merge error
Anton Korobeynikov
2008-08-17
4
-176
/
+0
*
Remove asmprinters from examples by default. This reduces their size by ~5%
Anton Korobeynikov
2008-08-17
4
-4
/
+4
*
Move ARM to pluggable asmprinter
Anton Korobeynikov
2008-08-17
5
-20
/
+71
*
Use correct name for PPC codegen library
Anton Korobeynikov
2008-08-17
1
-1
/
+1
*
Factor out asmprinter out of ppc
Anton Korobeynikov
2008-08-17
5
-8
/
+57
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
12
-9
/
+65
*
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2008-08-17
5
-1
/
+173
*
Factor out asmprinters from collector interface.
Anton Korobeynikov
2008-08-17
1
-0
/
+18
*
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-17
15
-53
/
+268
*
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-17
7
-26
/
+129
*
Get raw_ostream.cpp to compile on MSVC.
Argyrios Kyrtzidis
2008-08-17
1
-5
/
+11
*
Revert 54821. It's miscompiling 252.eon and 447.dealII
Evan Cheng
2008-08-17
1
-118
/
+1
*
I found a better place for this optz'n.
Nick Lewycky
2008-08-17
1
-14
/
+10
*
Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness of
Nick Lewycky
2008-08-17
2
-22
/
+72
*
avoid an extraneous std::string construction
Chris Lattner
2008-08-17
1
-1
/
+1
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
13
-139
/
+169
*
Fix build on GCC 4.3.
Nick Lewycky
2008-08-17
1
-0
/
+2
*
remove a dead APInt ctor.
Chris Lattner
2008-08-17
3
-21
/
+2
*
avoid string thrashing when formatting names in output. This
Chris Lattner
2008-08-17
1
-54
/
+130
*
random cleanups.
Chris Lattner
2008-08-17
1
-53
/
+28
*
add support for a cout/cerr analog (outs()/errs()) as well as
Chris Lattner
2008-08-17
2
-1
/
+59
*
opening "-" automatically yields stdout.
Chris Lattner
2008-08-17
1
-0
/
+7
*
rename OutputData to 'write' to match ostream.
Chris Lattner
2008-08-17
2
-3
/
+3
*
remove accidental comment.
Chris Lattner
2008-08-17
1
-1
/
+1
*
add a new raw_ostream class which is an extremely high performance ostream that
Chris Lattner
2008-08-17
2
-0
/
+234
[prev]
[next]