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
*
Add MemoryBuffer::getBuffer() -> StringRef.
Daniel Dunbar
2009-08-24
1
-0
/
+5
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
4
-12
/
+364
*
llvm-mc: Tweak undefined symbol handling.
Daniel Dunbar
2009-08-24
1
-4
/
+3
*
Add missing include (for MSVC).
Daniel Dunbar
2009-08-24
1
-0
/
+1
*
Fixed double free in Kaleidoscope. Fixes PR4762.
Reid Kleckner
2009-08-24
1
-3
/
+4
*
Correctly account for the Spaces array nul terminator. Thanks Chris!
Dan Gohman
2009-08-24
1
-2
/
+3
*
improve documentation for linker_private linkage.
Chris Lattner
2009-08-24
1
-1
/
+5
*
remove the last *stream> #include from a public header.
Chris Lattner
2009-08-24
2
-1
/
+1
*
These flushes were only needed when the code was transitioning between
Dan Gohman
2009-08-24
1
-10
/
+0
*
raw_ostream::indent is used for PadToColumn which often prints more
Dan Gohman
2009-08-24
1
-3
/
+6
*
eliminate a #include.
Chris Lattner
2009-08-24
1
-1
/
+0
*
split raw_os_ostream out to its own header and implementation file. This
Chris Lattner
2009-08-24
6
-35
/
+74
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
9
-12
/
+18
*
search unittests.
Chris Lattner
2009-08-24
1
-1
/
+1
*
Unbreak the build for HAVE_GV platforms.
Dan Gohman
2009-08-24
1
-2
/
+2
*
remove a few dead insertion methods.
Chris Lattner
2009-08-24
8
-38
/
+2
*
Remove alloca config.h support.
Daniel Dunbar
2009-08-24
4
-32
/
+1
*
Remove this test now that the interpreter doesn't support
Chris Lattner
2009-08-24
1
-81
/
+0
*
Unbreak unit tests.
Daniel Dunbar
2009-08-24
2
-0
/
+14
*
Remove include/llvm/Config/alloca.h, it is dead.
Daniel Dunbar
2009-08-24
1
-49
/
+0
*
Make linkerprivate work for ARM and PPC. Testcase covers
Dale Johannesen
2009-08-24
3
-6
/
+16
*
CMake: Updated library dependencies and list of source files.
Oscar Fuentes
2009-08-23
2
-12
/
+11
*
remove the dead std::ostream APInt inserter
Chris Lattner
2009-08-23
2
-13
/
+4
*
remove this test: it is testing for a "feature" I just removed.
Chris Lattner
2009-08-23
1
-81
/
+0
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
5
-7
/
+7
*
fix some problems with my last patch which happen when one of
Chris Lattner
2009-08-23
1
-14
/
+11
*
just remove interpreter support for endianness mismatches. This was
Chris Lattner
2009-08-23
1
-12
/
+0
*
remove use of alloca.h
Chris Lattner
2009-08-23
1
-5
/
+7
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
39
-282
/
+251
*
disuade people from using ostream.
Chris Lattner
2009-08-23
1
-6
/
+8
*
llvm/Support/Streams.h is now dead, zap it.
Chris Lattner
2009-08-23
2
-121
/
+0
*
Switch SubtargetFeature off of ostreams
Chris Lattner
2009-08-23
2
-29
/
+23
*
eliminate the ostream version of CheckBitcodeOutputToConsole,
Chris Lattner
2009-08-23
6
-39
/
+15
*
Fix off-by-one in llvm::Format::print.
Daniel Dunbar
2009-08-23
3
-39
/
+59
*
SJLJ pass needs to punt if there's no personality function available.
Jim Grosbach
2009-08-23
1
-23
/
+27
*
clean up #includes.
Chris Lattner
2009-08-23
1
-8
/
+4
*
Rerevert (r75663 and r76805), seems there is more non-determinism.
Daniel Dunbar
2009-08-23
1
-20
/
+12
*
Fix PR4753.
Jakob Stoklund Olesen
2009-08-23
2
-1
/
+84
*
Remove Streams.h from the targets.
Benjamin Kramer
2009-08-23
4
-31
/
+26
*
Kill off more cerr/cout uses and prune includes a bit.
Benjamin Kramer
2009-08-23
13
-66
/
+41
*
Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real
Daniel Dunbar
2009-08-23
1
-12
/
+20
*
Try to fix MSVC build after r79846.
Benjamin Kramer
2009-08-23
2
-4
/
+7
*
Fix -Asserts warnings.
Daniel Dunbar
2009-08-23
2
-0
/
+5
*
Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...
Benjamin Kramer
2009-08-23
1
-39
/
+36
*
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-23
4
-7
/
+23
*
Fix windows build.
Benjamin Kramer
2009-08-23
1
-1
/
+1
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
8
-37
/
+39
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
16
-154
/
+103
*
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2009-08-23
9
-128
/
+80
*
remove uses of llvm/Support/Streams.h.
Chris Lattner
2009-08-23
4
-47
/
+47
[next]