- Oct 14, 2004
-
-
Misha Brukman authored
llvm-svn: 16990
-
Misha Brukman authored
adding the right libs for any given architecture's JIT into a single place llvm-svn: 16989
-
Misha Brukman authored
llvm-svn: 16988
-
Chris Lattner authored
Patch by Morten Ofstad llvm-svn: 16987
-
Chris Lattner authored
llvm-svn: 16986
-
Chris Lattner authored
same scope. This confused VC++ (and probably people too!). Patch by Morten Ofstad! llvm-svn: 16985
-
Chris Lattner authored
llvm-svn: 16984
-
Misha Brukman authored
addPassesToEmitMachineCode() * Add support for registers and constants in getMachineOpValue() This enables running "int main() { ret 0 }" via the PowerPC JIT. llvm-svn: 16983
-
Misha Brukman authored
llvm-svn: 16982
-
Misha Brukman authored
* Add implementation of getMachineOpValue() for generated code emitter * Convert assert()s in unimplemented functions to abort()s so that non-debug builds fail predictably * Add file header comments llvm-svn: 16981
-
Misha Brukman authored
and 64-bit code emitters that cannot share code unless we use virtual functions * Identify components being built by tablegen with more detail by assigning them to PowerPC, PPC32, or PPC64 more specifically; also avoids seeing 'building PowerPC XYZ' messages twice, where one is for PPC32 and one for PPC64 llvm-svn: 16980
-
Tanya Lattner authored
Checking in code that works on my simple test case. However, there is still a bug with branches that I need to fix. llvm-svn: 16979
-
Misha Brukman authored
the instruction binary format, all others are simply operands and should not have the `field' label llvm-svn: 16978
-
Misha Brukman authored
llvm-svn: 16977
-
Misha Brukman authored
llvm-svn: 16976
-
Misha Brukman authored
* Reverse instruction bit components for a LittleEndian-style encoding * Fix some comments and spacing llvm-svn: 16975
-
Misha Brukman authored
* Doxygen-ify some function comments llvm-svn: 16974
-
Chris Lattner authored
nodes unless we KNOW that we are able to promote all of them. This fixes: test/Regression/Transforms/SimplifyCFG/PhiNoEliminate.ll llvm-svn: 16973
-
Chris Lattner authored
nodes unless we KNOW that we are able to promote all of them. In this case promoting the phi to a select is silly because we will always have to do the call conditionally. As such, select promotion is actually a pessimization. llvm-svn: 16972
-
Reid Spencer authored
llvm-svn: 16971
-
Reid Spencer authored
llvm-svn: 16970
-
Reid Spencer authored
llvm-svn: 16969
-
Reid Spencer authored
llvm-svn: 16968
-
Chris Lattner authored
llvm-svn: 16967
-
Chris Lattner authored
llvm-svn: 16966
-
Chris Lattner authored
llvm-svn: 16965
-
Chris Lattner authored
llvm-svn: 16964
-
Chris Lattner authored
llvm-svn: 16963
-
Chris Lattner authored
llvm-svn: 16962
-
Chris Lattner authored
llvm-svn: 16961
-
- Oct 13, 2004
-
-
Chris Lattner authored
llvm-svn: 16956
-
Chris Lattner authored
VC++ does not do properly. Thanks to Morten Ofstad for the patch! llvm-svn: 16955
-
Chris Lattner authored
set_intersect template. Thanks to Morten Ofstad and Jeff Cohen for the patch! llvm-svn: 16954
-
Reid Spencer authored
llvm-svn: 16953
-
Reid Spencer authored
is established from configuration. Also, don't make the ENABLE_ options AM_CONDITIONALs. llvm-svn: 16952
-
Reid Spencer authored
llvm-svn: 16951
-
Reid Spencer authored
llvm-svn: 16950
-
Reid Spencer authored
a common directory for simplicity. Provide an easy way to relink some objects llvm-svn: 16949
-
Chris Lattner authored
llvm-svn: 16948
-
Misha Brukman authored
llvm-svn: 16947
-