- Sep 04, 2008
-
-
Andrew Lenharth authored
llvm-svn: 55785
-
Dale Johannesen authored
llvm-svn: 55784
-
Nuno Lopes authored
currently clang passes all tests under valgrind with the leak checker disabled :P (and fails most otherwise) llvm-svn: 55782
-
Dale Johannesen authored
forms remain to handle older IR files, but will go away soon. llvm-svn: 55781
-
Ted Kremenek authored
- Only set the environment variable 'CXX' if the user specifies --use-c++. - Fix regression when setting LDPLUSPLUS: add a 'which' to determine the location of g++. This regression was pointed out by Jordan Breeding! llvm-svn: 55780
-
Dan Gohman authored
llvm-svn: 55779
-
Steve Naroff authored
Added a couple FIXME's wrt PointLikeType. If the author reads this, it would be great to get some background on this class (thanks in advance). llvm-svn: 55778
-
Owen Anderson authored
llvm-svn: 55777
-
Dan Gohman authored
llvm-svn: 55769
-
Steve Naroff authored
llvm-svn: 55768
-
Steve Naroff authored
llvm-svn: 55767
-
Andrew Lenharth authored
llvm-svn: 55766
-
Mon P Wang authored
spaces llvm-svn: 55765
-
Owen Anderson authored
Dan or Evan, please review. llvm-svn: 55764
-
Evan Cheng authored
llvm-svn: 55763
-
Evan Cheng authored
Fix an overly strict assertion. Source register of a copy may not be killed, it may be killed by an implicit super-register use. llvm-svn: 55762
-
Daniel Dunbar authored
- Note that these don't really test anything other than that code generation doesn't fail or crash. Better than nothing though! llvm-svn: 55761
-
Daniel Dunbar authored
references (to match gcc). llvm-svn: 55760
-
Daniel Dunbar authored
llvm-svn: 55759
-
Daniel Dunbar authored
e.g. "(a = b).somefield". llvm-svn: 55758
-
Ted Kremenek authored
llvm-svn: 55757
-
Evan Cheng authored
Remove code that pad number of bytes to pop for X86_FastCall CC. The code doesn't do the "aligning" for Cygwin, Mingw, and Windows. But aligning it on Darwin and Linux breaks gcc compatibility. That ruled out all the platforms we support! llvm-svn: 55756
-
Dale Johannesen authored
No functional change (and no FE change to generate them). llvm-svn: 55753
-
Ted Kremenek authored
llvm-svn: 55752
-
Daniel Dunbar authored
llvm-svn: 55751
-
Ted Kremenek authored
llvm-svn: 55750
-
Ted Kremenek authored
- Capture the STDERR output of 'clang' to a file for use with crash reporting. llvm-svn: 55749
-
Dan Gohman authored
in FastISel. llvm-svn: 55748
-
Dan Gohman authored
classes in the llvm namespace having members with types from anonymous namespaces. llvm-svn: 55747
-
Dan Gohman authored
HandlePHINodesInSuccessorBlocks that works FastISel-style. This allows PHI nodes to be updated correctly while using FastISel. This also involves some code reorganization; ValueMap and MBBMap are now members of the FastISel class, so they needn't be passed around explicitly anymore. Also, SelectInstructions is changed to SelectInstruction, and only does one instruction at a time. llvm-svn: 55746
-
Devang Patel authored
llvm-svn: 55745
-
Owen Anderson authored
llvm-svn: 55744
-
Devang Patel authored
llvm-svn: 55742
-
Devang Patel authored
llvm-svn: 55740
-
- Sep 03, 2008
-
-
Daniel Dunbar authored
- PR2730 llvm-svn: 55739
-
Ted Kremenek authored
specified, or -std is set to a conforming mode. llvm-svn: 55738
-
Daniel Dunbar authored
llvm-svn: 55737
-
Daniel Dunbar authored
builtins). llvm-svn: 55736
-
Daniel Dunbar authored
- Currently CodeGen always returns a conservative value for this (-1 or 0 depending on the context). llvm-svn: 55735
-
Andrew Lenharth authored
Initial version of a Partial Specialization IPO pass. It triggers a couple hundred times on 176.gcc. I don't know the performance impact yet, the heuristic is quite simple still. llvm-svn: 55734
-