- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8312
-
- Aug 28, 2003
-
-
Chris Lattner authored
until we implement unwinding. Add support for the invoke instruction, which codegens just like a call with a branch after it. The end effect of this change is that programs using the invoke instruction, but never unwinding, will work fine. Programs that unwind will abort until we get unwind support. llvm-svn: 8187
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8132
-
Chris Lattner authored
llvm-svn: 8127
-
- Aug 21, 2003
-
-
Chris Lattner authored
llvm-svn: 8019
-
- Aug 18, 2003
-
-
Chris Lattner authored
llvm-svn: 7951
-
Misha Brukman authored
llvm-svn: 7944
-
Chris Lattner authored
This bug caused miscompilation of programs using 'struct stat', but only if compiled with support for 64-bit filesystems. This could in theory effect other things, but only if the LLVM code shared data structures with native code. llvm-svn: 7928
-
- Aug 15, 2003
-
-
Chris Lattner authored
llvm-svn: 7873
-
Chris Lattner authored
llvm-svn: 7872
-
- Aug 13, 2003
-
-
Brian Gaeke authored
Function at a time: smacked Who you gonna call!!! :-) llvm-svn: 7826
-
Brian Gaeke authored
llvm-svn: 7823
-
Brian Gaeke authored
FunctionPassManager, to support function-at-a-time compilation and emission of code. llvm-svn: 7821
-
Brian Gaeke authored
function-at-a-time compilation and emission of code. Separate addPassesToEmitAssembly from addPassesToJITCompile, because the latter requires you to use FunctionPasses, and the former might diverge anyway. llvm-svn: 7817
-
Brian Gaeke authored
Correct one of the functions' comments. llvm-svn: 7816
-
Brian Gaeke authored
Revert (to v1.55) one of the hunks of Chris's change that messed up the %-register workaround. llvm-svn: 7815
-
Brian Gaeke authored
get lost... llvm-svn: 7798
-
- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7755
-
Chris Lattner authored
llvm-svn: 7746
-
Chris Lattner authored
llvm-svn: 7745
-
Chris Lattner authored
llvm-svn: 7743
-
Chris Lattner authored
consumably by the cygwin assembler. This is really just a nasty hack until we get real target triple support. llvm-svn: 7742
-
Brian Gaeke authored
Fixes test case test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll. Also: Refactor implicit-uses printing into its own method. Remove a couple of unused variables. llvm-svn: 7737
-
Chris Lattner authored
llvm-svn: 7730
-
Misha Brukman authored
llvm-svn: 7728
-
Misha Brukman authored
compilation time. llvm-svn: 7727
-
Chris Lattner authored
llvm-svn: 7725
-
Chris Lattner authored
llvm-svn: 7722
-
Chris Lattner authored
the early implementation phases, so it is disabled by default llvm-svn: 7719
-
- Aug 07, 2003
-
-
Chris Lattner authored
llvm-svn: 7661
-
- Aug 06, 2003
-
-
Chris Lattner authored
llvm-svn: 7636
-
Chris Lattner authored
llvm-svn: 7635
-
- Aug 05, 2003
-
-
Chris Lattner authored
llvm-svn: 7600
-
Chris Lattner authored
Physical registers should not float around. llvm-svn: 7587
-
- Aug 04, 2003
-
-
Chris Lattner authored
testing, the subtracts are because I was in the neighborhood. llvm-svn: 7581
-
Chris Lattner authored
llvm-svn: 7580
-
Chris Lattner authored
specific in the tree patterns llvm-svn: 7578
-
Chris Lattner authored
llvm-svn: 7568
-
Chris Lattner authored
llvm-svn: 7564
-
Chris Lattner authored
llvm-svn: 7558
-