1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 79095d3416 Enable gp optimizations by default when available, even when a target triple
is available, since the target triple doesn't specify whether to use gpopts
or not.

llvm-svn: 22685
2005-08-05 21:25:13 +00:00
..
Analysis * Unbreak optimized build (noticed by Eric van Riet Paap) 2005-08-04 14:16:48 +00:00
AsmParser
Bytecode Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
CodeGen Change FindEarliestCallSeqEnd (used by libcall insertion) to use a set to 2005-08-05 18:10:27 +00:00
Debugger
ExecutionEngine one cannot allocate a global, until one is done initializing the global pointers 2005-08-01 17:35:40 +00:00
Linker
Support 200.sixtrack prints FP numbers with a very strange notation that uses D 2005-08-02 00:11:53 +00:00
System Fix grammar: it's == "it is". 2005-08-02 16:04:59 +00:00
Target Enable gp optimizations by default when available, even when a target triple 2005-08-05 21:25:13 +00:00
Transforms Make sure to clean CastedPointers after casts are potentially deleted. 2005-08-05 01:30:11 +00:00
VMCore PHINode::hasConstantValue should never return the PHI itself, even if the 2005-08-05 15:37:31 +00:00
Makefile