Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3d1cc28e7c1f96b25b1dce8b48d69b3f162460d2
3d1cc28
Fix the help documentation to not imply multiple archive files can be processed.
by Reid Spencer
· 20 years ago
1ef8bda
For PR351:
by Reid Spencer
· 20 years ago
c18671c
Fix MINGW compilation errors
by Jeff Cohen
· 20 years ago
582a23c
* Fix a bug in an m4 macro that used an incorrect test operator
by Reid Spencer
· 20 years ago
b09a68e
Fix a Bourne Shell syntax error in a test
by Reid Spencer
· 20 years ago
6da9142
Fix one of the names to not have a . in front of it.
by Reid Spencer
· 20 years ago
bfd2468
Bug fixed
by Chris Lattner
· 20 years ago
da16d8c
Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStore.ll
by Chris Lattner
· 20 years ago
d0137cd
Add a comment, add a new testcase
by Chris Lattner
· 20 years ago
1d07816
New testcase for PR491
by Chris Lattner
· 20 years ago
e936771
Bug fixed
by Chris Lattner
· 20 years ago
f376e5e
Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
by Chris Lattner
· 20 years ago
5a23c8b
new testcase for PR490
by Chris Lattner
· 20 years ago
96e5436
XFAIL this test everywhere.
by Reid Spencer
· 20 years ago
2fcd29a
XFAIL this everywhere, the CFE doesn't support bitfield initialization.
by Reid Spencer
· 20 years ago
5612762
Remove potential platform portability issue with size of "int".
by Reid Spencer
· 20 years ago
775bf89
Correct the name of the variable for the LLVM examples directory so that
by Reid Spencer
· 20 years ago
2dc6586
Make the x86_64 target names match between def and use. Thanks Misha.
by Reid Spencer
· 20 years ago
be41b25
Make the 64-bit x86 target named "x86_64" instead of "AMD64".
by Reid Spencer
· 20 years ago
93d416f
Add a note about registering the backend so it's available in LLC and LLI
by Misha Brukman
· 20 years ago
da12bdc
Bring VS projects up to date with respect to recent changes
by Jeff Cohen
· 20 years ago
f97c703
Don't create symbolic links for lib/System any more. It doesn't need them.
by Reid Spencer
· 20 years ago
bb87426
Clean up some autoconf cruft
by Reid Spencer
· 20 years ago
f3664e0
Make it possible to reconfigure a project as well as just LLVM main dir.
by Reid Spencer
· 20 years ago
aeb47b8
Fix a bug that made the nightly tester *really* slow. During changes for
by Reid Spencer
· 20 years ago
5116330
For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles
by Reid Spencer
· 20 years ago
7c1e2f9
For PR351:
by Reid Spencer
· 20 years ago
51b9f62
For PR351: * Remove redundant #includes that are now in Unix.h
by Reid Spencer
· 20 years ago
68fdcc1
For PR351:
by Reid Spencer
· 20 years ago
af2f208
For PR351:
by Reid Spencer
· 20 years ago
07c00d3
For PR351:
by Reid Spencer
· 20 years ago
cdf54d0
For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards
by Reid Spencer
· 20 years ago
c33e493
For PR351:
by Reid Spencer
· 20 years ago
424ac89
For PR351:
by Reid Spencer
· 20 years ago
c87d7cc
For PR351:
by Reid Spencer
· 20 years ago
ce79995
For PR351:
by Reid Spencer
· 20 years ago
b9ed2c1
For PR351:
by Reid Spencer
· 20 years ago
0098e64
For PR351:
by Reid Spencer
· 20 years ago
d0ae93f
For PR351:
by Reid Spencer
· 20 years ago
7931a78
For PR351:
by Reid Spencer
· 20 years ago
5d01fa5
For PR351:
by Reid Spencer
· 20 years ago
3ed2f2f
Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define
by Reid Spencer
· 20 years ago
52f853a
Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with
by Reid Spencer
· 20 years ago
fef93b7
Describe the --with-llvmgccdir option to configure.
by Reid Spencer
· 20 years ago
932b69f
Revert the last patch so that the LLVMGCCDIR environment variable is
by Reid Spencer
· 20 years ago
59473af
For PR351:
by Reid Spencer
· 20 years ago
c2b9162
mingw doesn't support the official debug API.
by Jeff Cohen
· 20 years ago
a4c9751
Get VC++ building again
by Jeff Cohen
· 20 years ago
a4cf489
Ignore the autom4te.cache directoy.
by Reid Spencer
· 20 years ago
bc52ad7
Make sure llvm-g++ gets the right path for the llvm tools.
by Reid Spencer
· 20 years ago
1a46635
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
by Jeff Cohen
· 20 years ago
3bf6960
Make the symbolic link using the correct variable!
by Reid Spencer
· 20 years ago
1ac82ad
Remove references to LLVMGCCDIR because it was only used to provide a
by Reid Spencer
· 20 years ago
69a1616
For PR351:
by Reid Spencer
· 20 years ago
f77bdc4
For PR351:
by Reid Spencer
· 20 years ago
dafe55f
For PR351:
by Reid Spencer
· 20 years ago
7b3e851
For PR351:
by Reid Spencer
· 20 years ago
ebf8d0e
Resurrect this file.
by Reid Spencer
· 20 years ago
48a1f42
Remove these files as they are not being included any more. DynamicLibrary
by Reid Spencer
· 20 years ago
6a901ec
Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the
by Reid Spencer
· 20 years ago
4a25494
The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the
by Reid Spencer
· 20 years ago
32924e0
Two corrections:
by Reid Spencer
· 20 years ago
0a43d39
Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.
by Reid Spencer
· 20 years ago
cb65255
Fix VC++ compilation error
by Jeff Cohen
· 20 years ago
e32beb7
Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression
by Reid Spencer
· 20 years ago
a36c9a4
Put CopyFile in the sys namespace.
by Reid Spencer
· 20 years ago
4d099f7
Wrap at 80 cols
by Misha Brukman
· 20 years ago
4618957
Correct the comments and file header.
by Reid Spencer
· 20 years ago
1e296bf
Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
by Reid Spencer
· 20 years ago
ee93c87
Update the amd64 target detection checks.
by Reid Spencer
· 20 years ago
72a5900
Add a caution about using experimental versions of gnu binutils when
by Reid Spencer
· 20 years ago
65e8f5b
Be specific about version of GCC and binutils on Cygwin since it matters.
by Reid Spencer
· 20 years ago
c155a0a
LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet
by Misha Brukman
· 20 years ago
c204e79
Allow llc to recognize -march=x86. As it was, it didn't recognize any
by Jeff Cohen
· 20 years ago
95ed843
Added support for detection of amd64 targets.
by Reid Spencer
· 20 years ago
2e5f445
Patch to fix mingw compilation problem contributed by Henrik.
by Jeff Cohen
· 20 years ago
06c375b
Fix the build on PowerPC/Darwin - it thought we were declaring a new
by Brian Gaeke
· 20 years ago
cfaf80c
* Remove an unnecessary step. * Correct a path.
by Reid Spencer
· 20 years ago
8d8b41d
Correct compilation for Cygwin. FindExecutable now returns a sys::Path.
by Reid Spencer
· 20 years ago
302d81e
For PR351:
by Reid Spencer
· 20 years ago
55cf0a6
For PR351:
by Reid Spencer
· 20 years ago
772192c
For PR351: Move non-portable FDHandle class to its only user: lib/Debugger
by Reid Spencer
· 20 years ago
2404236
Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for
by Reid Spencer
· 20 years ago
90f1745
For PR432:
by Reid Spencer
· 20 years ago
847f9b7
Hopefully fix a link.
by Reid Spencer
· 20 years ago
473cbec
Fix the names of these executables now that they've been somewhat cast in stone.
by Reid Spencer
· 20 years ago
f66f145
Correct the name of the executables to which llvmgcc and llvmgxx variables
by Reid Spencer
· 20 years ago
4ac30650
For PR432:
by Reid Spencer
· 20 years ago
d4694f9
For PR432:
by Reid Spencer
· 20 years ago
c553403
For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name
by Reid Spencer
· 20 years ago
e676067
For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir
by Reid Spencer
· 20 years ago
2f138e7
For PR432:
by Reid Spencer
· 20 years ago
7908035
For PR432:
by Reid Spencer
· 20 years ago
502935f
For PR432:
by Reid Spencer
· 20 years ago
d00b82e
Get rid of old automake stuff
by Reid Spencer
· 20 years ago
5512655
Support the gas option --traditional-format which, for some reason, gets
by Reid Spencer
· 20 years ago
1997c45
Ignore generated files
by Misha Brukman
· 20 years ago
6caa5ec
Revert last patch until we can figure out how to build executables named
by Reid Spencer
· 20 years ago
81417b6
Fix the Win32 build
by Misha Brukman
· 20 years ago
77f5530
Revert last changes as they introduce CFE build problems.
by Reid Spencer
· 20 years ago
Next »