Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
775bf890e14c1e93191ac66041fce34bc4f33b47
775bf89
Correct the name of the variable for the LLVM examples directory so that
by Reid Spencer
· 21 years ago
2dc6586
Make the x86_64 target names match between def and use. Thanks Misha.
by Reid Spencer
· 21 years ago
be41b25
Make the 64-bit x86 target named "x86_64" instead of "AMD64".
by Reid Spencer
· 21 years ago
93d416f
Add a note about registering the backend so it's available in LLC and LLI
by Misha Brukman
· 21 years ago
da12bdc
Bring VS projects up to date with respect to recent changes
by Jeff Cohen
· 21 years ago
f97c703
Don't create symbolic links for lib/System any more. It doesn't need them.
by Reid Spencer
· 21 years ago
bb87426
Clean up some autoconf cruft
by Reid Spencer
· 21 years ago
f3664e0
Make it possible to reconfigure a project as well as just LLVM main dir.
by Reid Spencer
· 21 years ago
aeb47b8
Fix a bug that made the nightly tester *really* slow. During changes for
by Reid Spencer
· 21 years ago
5116330
For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles
by Reid Spencer
· 21 years ago
7c1e2f9
For PR351:
by Reid Spencer
· 21 years ago
51b9f62
For PR351: * Remove redundant #includes that are now in Unix.h
by Reid Spencer
· 21 years ago
68fdcc1
For PR351:
by Reid Spencer
· 21 years ago
af2f208
For PR351:
by Reid Spencer
· 21 years ago
07c00d3
For PR351:
by Reid Spencer
· 21 years ago
cdf54d0
For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards
by Reid Spencer
· 21 years ago
c33e493
For PR351:
by Reid Spencer
· 21 years ago
424ac89
For PR351:
by Reid Spencer
· 21 years ago
c87d7cc
For PR351:
by Reid Spencer
· 21 years ago
ce79995
For PR351:
by Reid Spencer
· 21 years ago
b9ed2c1
For PR351:
by Reid Spencer
· 21 years ago
0098e64
For PR351:
by Reid Spencer
· 21 years ago
d0ae93f
For PR351:
by Reid Spencer
· 21 years ago
7931a78
For PR351:
by Reid Spencer
· 21 years ago
5d01fa5
For PR351:
by Reid Spencer
· 21 years ago
3ed2f2f
Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define
by Reid Spencer
· 21 years ago
52f853a
Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with
by Reid Spencer
· 21 years ago
fef93b7
Describe the --with-llvmgccdir option to configure.
by Reid Spencer
· 21 years ago
932b69f
Revert the last patch so that the LLVMGCCDIR environment variable is
by Reid Spencer
· 21 years ago
59473af
For PR351:
by Reid Spencer
· 21 years ago
c2b9162
mingw doesn't support the official debug API.
by Jeff Cohen
· 21 years ago
a4c9751
Get VC++ building again
by Jeff Cohen
· 21 years ago
a4cf489
Ignore the autom4te.cache directoy.
by Reid Spencer
· 21 years ago
bc52ad7
Make sure llvm-g++ gets the right path for the llvm tools.
by Reid Spencer
· 21 years ago
1a46635
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
by Jeff Cohen
· 21 years ago
3bf6960
Make the symbolic link using the correct variable!
by Reid Spencer
· 21 years ago
1ac82ad
Remove references to LLVMGCCDIR because it was only used to provide a
by Reid Spencer
· 21 years ago
69a1616
For PR351:
by Reid Spencer
· 21 years ago
f77bdc4
For PR351:
by Reid Spencer
· 21 years ago
dafe55f
For PR351:
by Reid Spencer
· 21 years ago
7b3e851
For PR351:
by Reid Spencer
· 21 years ago
ebf8d0e
Resurrect this file.
by Reid Spencer
· 21 years ago
48a1f42
Remove these files as they are not being included any more. DynamicLibrary
by Reid Spencer
· 21 years ago
6a901ec
Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the
by Reid Spencer
· 21 years ago
4a25494
The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the
by Reid Spencer
· 21 years ago
32924e0
Two corrections:
by Reid Spencer
· 21 years ago
0a43d39
Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively.
by Reid Spencer
· 21 years ago
cb65255
Fix VC++ compilation error
by Jeff Cohen
· 21 years ago
e32beb7
Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression
by Reid Spencer
· 21 years ago
a36c9a4
Put CopyFile in the sys namespace.
by Reid Spencer
· 21 years ago
4d099f7
Wrap at 80 cols
by Misha Brukman
· 21 years ago
4618957
Correct the comments and file header.
by Reid Spencer
· 21 years ago
1e296bf
Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
by Reid Spencer
· 21 years ago
ee93c87
Update the amd64 target detection checks.
by Reid Spencer
· 21 years ago
72a5900
Add a caution about using experimental versions of gnu binutils when
by Reid Spencer
· 21 years ago
65e8f5b
Be specific about version of GCC and binutils on Cygwin since it matters.
by Reid Spencer
· 21 years ago
c155a0a
LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet
by Misha Brukman
· 21 years ago
c204e79
Allow llc to recognize -march=x86. As it was, it didn't recognize any
by Jeff Cohen
· 21 years ago
95ed843
Added support for detection of amd64 targets.
by Reid Spencer
· 21 years ago
2e5f445
Patch to fix mingw compilation problem contributed by Henrik.
by Jeff Cohen
· 21 years ago
06c375b
Fix the build on PowerPC/Darwin - it thought we were declaring a new
by Brian Gaeke
· 21 years ago
cfaf80c
* Remove an unnecessary step. * Correct a path.
by Reid Spencer
· 21 years ago
8d8b41d
Correct compilation for Cygwin. FindExecutable now returns a sys::Path.
by Reid Spencer
· 21 years ago
302d81e
For PR351:
by Reid Spencer
· 21 years ago
55cf0a6
For PR351:
by Reid Spencer
· 21 years ago
772192c
For PR351: Move non-portable FDHandle class to its only user: lib/Debugger
by Reid Spencer
· 21 years ago
2404236
Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for
by Reid Spencer
· 21 years ago
90f1745
For PR432:
by Reid Spencer
· 21 years ago
847f9b7
Hopefully fix a link.
by Reid Spencer
· 21 years ago
473cbec
Fix the names of these executables now that they've been somewhat cast in stone.
by Reid Spencer
· 21 years ago
f66f145
Correct the name of the executables to which llvmgcc and llvmgxx variables
by Reid Spencer
· 21 years ago
4ac3065
For PR432:
by Reid Spencer
· 21 years ago
d4694f9
For PR432:
by Reid Spencer
· 21 years ago
c553403
For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name
by Reid Spencer
· 21 years ago
e676067
For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir
by Reid Spencer
· 21 years ago
2f138e7
For PR432:
by Reid Spencer
· 21 years ago
7908035
For PR432:
by Reid Spencer
· 21 years ago
502935f
For PR432:
by Reid Spencer
· 21 years ago
d00b82e
Get rid of old automake stuff
by Reid Spencer
· 21 years ago
5512655
Support the gas option --traditional-format which, for some reason, gets
by Reid Spencer
· 21 years ago
1997c45
Ignore generated files
by Misha Brukman
· 21 years ago
6caa5ec
Revert last patch until we can figure out how to build executables named
by Reid Spencer
· 21 years ago
81417b6
Fix the Win32 build
by Misha Brukman
· 21 years ago
77f5530
Revert last changes as they introduce CFE build problems.
by Reid Spencer
· 21 years ago
bf42763
Make parameters to CopyFile use explicit instantiation of sys::Path.
by Reid Spencer
· 21 years ago
2307c5c
Add project Bytecode to Visual Studio
by Jeff Cohen
· 21 years ago
4b04f53
Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE
by Reid Spencer
· 21 years ago
2c1ce65
For PR432:
by Reid Spencer
· 21 years ago
37ee220
Fix VC++ compilation error
by Jeff Cohen
· 21 years ago
0a83472
For PR351:
by Reid Spencer
· 21 years ago
ef37158
Visual Studio project Configure should place the configured header files
by Jeff Cohen
· 21 years ago
78076f6
Put the CopyFile function explicitly in the sys namespace.
by Reid Spencer
· 21 years ago
682084a
Use explicit construction of sys::Path from std::string because the
by Reid Spencer
· 21 years ago
c24e94e
Include <cassert> for Cygwin.
by Reid Spencer
· 21 years ago
a025270
Cygwin doesn't like .. through a link, so drop the ..
by Reid Spencer
· 21 years ago
7d05563
Fix a bug where system time always equals user time
by Reid Spencer
· 21 years ago
8b66289
Implement GetTimeUsage correctly.
by Reid Spencer
· 21 years ago
5d28218
Allow compilers that can't distinguish between a class instantiation and
by Reid Spencer
· 21 years ago
ed5e7bf
Provide a getrusage based implementation of GetTotalMemoryUsage and use
by Reid Spencer
· 21 years ago
bc1ee84
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
by Reid Spencer
· 21 years ago
Next »