- May 18, 2009
-
-
Dale Johannesen authored
llvm-svn: 72045
-
Argyrios Kyrtzidis authored
llvm-svn: 72042
-
Argyrios Kyrtzidis authored
Introduce a new class (MachineCodeInfo) that the JIT can fill in with details. Right now, just the address and the size of the machine code are reported. Patch by Evan Phoenix! llvm-svn: 72040
-
Bob Wilson authored
correctly indicates whether it changed the code. llvm-svn: 72038
-
Bob Wilson authored
to run last because it needs to know the exact size and position of every basic block. Currently CodePlacementOpt is set up to run last. It might be worthwhile to investigate reordering these passes, but for now, let's just make it work. llvm-svn: 72037
-
Lang Hames authored
llvm-svn: 72030
-
Dan Gohman authored
and pointer types safely if they only do so when the sizes are the same. llvm-gcc is such a client. llvm-svn: 72029
-
Eric Christopher authored
Patch by John McCall. llvm-svn: 72028
-
Bill Wendling authored
llvm-svn: 72026
-
Dan Gohman authored
between integers and pointers when the source type is marked signed, since inttoptr and ptrtoint always use zero-extension when the destination is larger than the source. llvm-svn: 72025
-
Bill Wendling authored
llvm-svn: 72024
-
Bill Wendling authored
llvm-svn: 72023
-
Dale Johannesen authored
Some comment cleanup. llvm-svn: 72022
-
Douglas Gregor authored
width of a terminal. Don't try to get the width of a terminal if we don't have this header. llvm-svn: 72018
-
Dan Gohman authored
avoid ambiguity with the word "use" in IVStrideUse. llvm-svn: 72012
-
Daniel Dunbar authored
llvm-svn: 72011
-
Dan Gohman authored
bits have been stripped out by instcombine. llvm-svn: 72010
-
Dan Gohman authored
llvm-svn: 72009
-
Dan Gohman authored
consistency with other routines that use a null Loop* to mean code not contained by any loop. llvm-svn: 72008
-
Dan Gohman authored
instead of within their controlling expressions. llvm-svn: 72007
-
Dan Gohman authored
type mismatches. llvm-svn: 72006
-
Dan Gohman authored
entering a loop is a non-split critical edge. llvm-svn: 72004
-
Dan Gohman authored
and similar to ConstantInt's isOne(). llvm-svn: 72003
-
Dan Gohman authored
llvm-svn: 72002
-
Eli Friedman authored
It doesn't matter for piped input, but it's annoying when typing at the console. llvm-svn: 71998
-
Daniel Dunbar authored
llvm-svn: 71993
-
Lang Hames authored
for PostRAScheduler. llvm-svn: 71991
-
- May 17, 2009
-
-
Jakob Stoklund Olesen authored
llvm-svn: 71987
-
Duncan Sands authored
when not doing unit-at-a-time. llvm-svn: 71986
-
Anton Korobeynikov authored
llvm-svn: 71976
-
Anton Korobeynikov authored
llvm-svn: 71975
-
Bill Wendling authored
llvm-svn: 71974
-
Owen Anderson authored
Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. This is a little outdated, but reasonably complete. llvm-svn: 71973
-
- May 16, 2009
-
-
Owen Anderson authored
Remove the volatile marker from the cas_flag typedef, fixing some warnings. It's now the client's resposibility to add it in when needed llvm-svn: 71959
-
Jakob Stoklund Olesen authored
llvm-svn: 71935
-
Jakob Stoklund Olesen authored
llvm-svn: 71934
-
Jakob Stoklund Olesen authored
explicit register define operands. llvm-svn: 71933
-
Jakob Stoklund Olesen authored
llvm-svn: 71932
-
Owen Anderson authored
Back out the thread-safe ManagedStatic for now. Too many people have too many problems with it for the moment. llvm-svn: 71931
-
Duncan Sands authored
was overenthusiastically deleted in r70234. llvm-svn: 71926
-