Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4ac30650e107efc3d205147170e22ec3101913bf
4ac30650
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
cdb28be
Remove unnecessary #includes.
by Reid Spencer
· 21 years ago
099557b
Be double sure about including sys/stat.h by wrapping the inclusion in
by Reid Spencer
· 21 years ago
6e6e88a
llvm/Config/unistd.h has gone away, far, far away
by Misha Brukman
· 21 years ago
7904c4f
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
by Reid Spencer
· 21 years ago
cc638c1
Remove this file as there are no LLVM users of it any more.
by Reid Spencer
· 21 years ago
3000cbf
Incorporate the contents of include/llvm/Config/unistd.h as this is the
by Reid Spencer
· 21 years ago
59d41d9
Remove this file as its not used by anything in LLVM any more. System
by Reid Spencer
· 21 years ago
2f3dd92
Remove these files as they are included by nothing in LLVM any more. The
by Reid Spencer
· 21 years ago
115ca7c
Remove these headers. The files that used to #include them don't any more
by Reid Spencer
· 21 years ago
4ca8e71
Remove un-needed #includes.
by Reid Spencer
· 21 years ago
51a3354
Add HAVE_SYSCONF
by Reid Spencer
· 21 years ago
fabf41f
Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha
by Brian Gaeke
· 21 years ago
0255abb
Put some header files back that Win32 needs.
by Reid Spencer
· 21 years ago
a1b3d3d
Keep up with lib/System changes
by Jeff Cohen
· 21 years ago
e133721
Fix problems uncovered by VC++ (first time compiled by VC++)
by Jeff Cohen
· 21 years ago
721d9aa
For PR351:
by Reid Spencer
· 21 years ago
a477583
For PR351: No need for Unix/SUS/Process.cpp any more, just ifdef it.
by Reid Spencer
· 21 years ago
df52c9a
For PR351:
by Reid Spencer
· 21 years ago
ab5eaea
For PR351:
by Reid Spencer
· 21 years ago
e6b77ed
For PR351:
by Reid Spencer
· 21 years ago
9a5c432
Wrap long lines
by Reid Spencer
· 21 years ago
9a55e85
For PR351:
by Reid Spencer
· 21 years ago
210b32b
* Use "" for LLVM include files, not <>
by Misha Brukman
· 21 years ago
5743141
Make this compile on Solaris.
by Brian Gaeke
· 21 years ago
6782835
Use <> for system #include files
by Misha Brukman
· 21 years ago
5d112c4
Make references to 'struct sigaction' compile under Solaris.
by Brian Gaeke
· 21 years ago
f6358c7
For PR351: * Support changes in sys::Program::ExecuteAndWait interface
by Reid Spencer
· 21 years ago
2a7d9e9
For PR351:
by Reid Spencer
· 21 years ago
41394ec
For PR351: Add a needed include.
by Reid Spencer
· 21 years ago
b31baa8
For PR351:
by Reid Spencer
· 21 years ago
a434805
For PR351:
by Reid Spencer
· 21 years ago
7eae81d
For PR351:
by Reid Spencer
· 21 years ago
2418bf9
For PR351: Turn path instance variables into sys::Path instead of std::string
by Reid Spencer
· 21 years ago
fd33568
For PR351:
by Reid Spencer
· 21 years ago
d80e1d5
Add llc project to Visual Studio
by Jeff Cohen
· 21 years ago
0a69186
Add lli project to Visual Studio
by Jeff Cohen
· 21 years ago
91c3e2d
Enable browse information in Visual Studio
by Jeff Cohen
· 21 years ago
7897b72
Improve dependency management for lib/system/win32/* files. Instead of copying the
by Jeff Cohen
· 21 years ago
f339721
Don't forget about release configuration...
by Jeff Cohen
· 21 years ago
530f887
Rationalize warning suppression. First, 64-bit portability warnings are disabled. The
by Jeff Cohen
· 21 years ago
06c06db
sys::CopyFile returns void and throws an exception on error which will be
by Reid Spencer
· 21 years ago
b2d8c36
sys::CopyString throws an exception on error which will be caught by gccld
by Reid Spencer
· 21 years ago
f8cdb85
Fix win32 breakage
by Jeff Cohen
· 21 years ago
1bd2653
The CopyFile function got moved into the sys namespace.
by Reid Spencer
· 21 years ago
3874730
Correct the name of the method. CopyFiles -> CopyFile.
by Reid Spencer
· 21 years ago
6b4f501
Remove unused enum value
by Chris Lattner
· 21 years ago
a2dfbf9
Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests.
by Tanya Lattner
· 21 years ago
6b4bd6b
Move the #include of sys/stat.h inside the linux "hack" for the stat
by Reid Spencer
· 21 years ago
84c556e
Remove unused #include
by Chris Lattner
· 21 years ago
382343d
Only #include sys/stat.h if we're on linux where we have the PR274 problem.
by Reid Spencer
· 21 years ago
feeeb30
Make this testcase a bit more challanging
by Chris Lattner
· 21 years ago
41925f8
Actually overload the virtual method. This fixes
by Chris Lattner
· 21 years ago
dbd4f10
Change the test to check to see that CSE happens not dead call elim
by Chris Lattner
· 21 years ago
fb752ba
Make code fit in 80 cols
by Chris Lattner
· 21 years ago
9141f03
Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT
by Reid Spencer
· 21 years ago
691b3a1
Fix this file to actually work. ifneq was incorrectly used. Subtract out
by Reid Spencer
· 21 years ago
f13a269
Describe the new "reconfigure" and "spotless" targets.
by Reid Spencer
· 21 years ago
39b7363
Complete the implementation of the spotless rule and make it not depend on
by Reid Spencer
· 21 years ago
30b9746
Makefile.JIT doesn't exist any more so it doesn't need to be distributed.
by Reid Spencer
· 21 years ago
a442107
Disable bugpoint and llvm-db tools for Win32. They can't be supported on
by Reid Spencer
· 21 years ago
8cdbc35
Change the sentinal
by Chris Lattner
· 21 years ago
11cf7aa
Create a stack slot for the return address lazily instead of eagerly. This
by Chris Lattner
· 21 years ago
acd6782
Chris is a pain ;) Removing reassociate.
by Tanya Lattner
· 21 years ago
78943f7
Removing commented out lines.
by Tanya Lattner
· 21 years ago
9fde12b
Removed LICM and GCSE.
by Tanya Lattner
· 21 years ago
f1131b3
Linking in all of ScalarOpts.
by Tanya Lattner
· 21 years ago
5f76760
For PR351:
by Reid Spencer
· 21 years ago
9ac1418
For PR351:
by Reid Spencer
· 21 years ago
a2f7ed7
For PR351:
by Reid Spencer
· 21 years ago
10ce496
X86 doesn't actually use SelectionDAG yet.
by Chris Lattner
· 21 years ago
780cbd9
No targets actually use this library
by Chris Lattner
· 21 years ago
Next »