- Jun 02, 2003
-
-
Brian Gaeke authored
Modify new MachineOperand so that its flags match the old MachineOperand's flags, for the flags that matter. llvm-svn: 6513
-
- May 31, 2003
-
-
Misha Brukman authored
llvm-svn: 6463
-
- May 30, 2003
-
-
Misha Brukman authored
Fixed BasicBlock patching by supplying correct type for the displacement. llvm-svn: 6453
-
Brian Gaeke authored
llvm-svn: 6424
-
- May 28, 2003
-
-
Misha Brukman authored
llvm-svn: 6387
-
- May 27, 2003
-
-
Misha Brukman authored
`lli -march=x86' or `lli -march=sparc' will forcefully select the JIT even on a different platform. Running lli without the -march option will select the JIT for the platform that it's currently running on. Pro: can test Sparc JIT (debug printing mode) on X86 -- faster to compile/link LLVM source base to test changes. Con: Linking lli on x86 now pulls in all the Sparc libs -> longer link time (but X86 can bear it, right?) In the future, perhaps this should be a ./configure option to enable/disable target JITting... llvm-svn: 6360
-
- May 09, 2003
-
-
Chris Lattner authored
have an address available, but have not yet been code generated. llvm-svn: 6059
-
- May 08, 2003
-
-
Chris Lattner authored
llvm-svn: 6052
-
Chris Lattner authored
signals to regain control from the executing code llvm-svn: 6051
-
- Jan 29, 2003
-
-
Chris Lattner authored
llvm-svn: 5427
-
- Jan 13, 2003
-
-
Chris Lattner authored
llvm-svn: 5256
-
- Dec 24, 2002
-
-
Chris Lattner authored
llvm-svn: 5126
-
- Dec 13, 2002
-
-
Chris Lattner authored
llvm-svn: 5026
-
Misha Brukman authored
llvm-svn: 5022
-
Chris Lattner authored
llvm-svn: 4988
-
- Dec 04, 2002
-
-
Chris Lattner authored
llvm-svn: 4908
-
Chris Lattner authored
llvm-svn: 4899
-
- Dec 03, 2002
-
-
Chris Lattner authored
We can now run very trivial test cases llvm-svn: 4894
-