- Jul 03, 2009
-
-
Mikhail Glushenkov authored
Controls whether libCompilerDriver should be loaded dynamically. By default this is needed only on Win32, to make dynamic plugins work. llvm-svn: 74759
-
Mikhail Glushenkov authored
llvm-svn: 74758
-
Ted Kremenek authored
llvm-svn: 74757
-
Eli Friedman authored
actually happening. Fix mod implementation so it doesn't get optimized to a recursive call. Make x86-32 non-SSE2 shift implementation use shld/shrd instead of emulating it (the only x86 processor where the emulation might be remotely close to justifiable is the Pentium 4). llvm-svn: 74756
-
Evan Cheng authored
llvm-svn: 74755
-
Andreas Bolka authored
llvm-svn: 74754
-
Owen Anderson authored
llvm-svn: 74753
-
Eli Friedman authored
to deal with for AST pretty-printing/rewriting. Patch by Abramo Bagnara. llvm-svn: 74752
-
Ted Kremenek authored
llvm-svn: 74751
-
Ted Kremenek authored
BasicStoreManager: Use SymbolManager::canSymbolicate() to determine if a variable can be symbolicated. llvm-svn: 74750
-
Evan Cheng authored
llvm-svn: 74749
-
Owen Anderson authored
llvm-svn: 74748
-
rdar://problem/7027684Ted Kremenek authored
block would get hooked up in some cases when processing empty compound statements. llvm-svn: 74743
-
Daniel Dunbar authored
- Sorry, I can't help myself. - No intended functionality change. llvm-svn: 74742
-
Evan Cheng authored
llvm-svn: 74741
-
Evan Cheng authored
llvm-svn: 74740
-
Owen Anderson authored
llvm-svn: 74739
-
Daniel Dunbar authored
the subprocess module. llvm-svn: 74738
-
Daniel Dunbar authored
llvm-svn: 74737
-
Evan Cheng authored
llvm-svn: 74736
-
Chris Lattner authored
llvm-svn: 74735
-
Chris Lattner authored
llvm-svn: 74734
-
Devang Patel authored
llvm-svn: 74733
-
Chris Lattner authored
it to print them. This gives us column numbers in the diag line. Before: t.s:4: error: unexpected token in argument list mov %eax %edx ^ now: t.s:4:11: error: unexpected token in argument list mov %eax %edx ^ llvm-svn: 74732
-
David Goodwin authored
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. llvm-svn: 74731
-
Ted Kremenek authored
ValueManager::getRegionValueSymbolVal() with unguarded calls to ValueManager::getRegionValueSymbolValOrUnknown(). This changes centralizes the decision of what values to symbolicate in SymbolManager rather than having it scatter in RegionStoreManager. llvm-svn: 74730
-
Ted Kremenek authored
structures passed-by-value as function arguments. llvm-svn: 74729
-
- Jul 02, 2009
-
-
Chris Lattner authored
llvm-svn: 74728
-
Chris Lattner authored
llvm-svn: 74727
-
Chris Lattner authored
llvm-svn: 74726
-
Chris Lattner authored
llvm-svn: 74725
-
Owen Anderson authored
llvm-svn: 74724
-
Douglas Gregor authored
llvm-svn: 74720
-
Ted Kremenek authored
llvm-svn: 74719
-
Bruno Cardoso Lopes authored
llvm-svn: 74718
-
Fariborz Jahanian authored
using ASTContxt allocation. llvm-svn: 74717
-
Ted Kremenek authored
directly consulting if a VarDecl is an implicit or actual parameter, a global, etc. llvm-svn: 74716
-
Ted Kremenek authored
This will simplify the logic of StoreManagers that want to specially reason about the values of parameters. llvm-svn: 74715
-
Owen Anderson authored
llvm-svn: 74714
-
Sanjiv Gupta authored
llvm-svn: 74713
-