- Aug 29, 2008
-
-
Ted Kremenek authored
Their precise semantics will be implemented by a specific StoreManager. Use function pointer to create the StoreManager in GRStateManager. This matches how we create ConstraintsManager. llvm-svn: 55514
-
Daniel Dunbar authored
subset of tests. llvm-svn: 55513
-
Dan Gohman authored
llvm-svn: 55512
-
Gabor Greif authored
llvm-svn: 55511
-
Bill Wendling authored
llvm-svn: 55510
-
Gabor Greif authored
that brings us to 80-col violations or tabs. Usage: visit-violations <file> At the moment it outputs editor invocations. llvm-svn: 55509
-
Chris Lattner authored
llvm-svn: 55508
-
Nicolas Geoffray authored
whose darwin code was written after the ability to dynamically register frames, we need to do special hacks to make things work. llvm-svn: 55507
-
Gabor Greif authored
llvm-svn: 55506
-
Ted Kremenek authored
llvm-svn: 55505
-
- Aug 28, 2008
-
-
Gabor Greif authored
llvm-svn: 55504
-
Ted Kremenek authored
llvm-svn: 55501
-
Dan Gohman authored
llvm-svn: 55500
-
Mon P Wang authored
In lowering SELECT_CC, removed cases where we can't flip the true and false when the compare value has a NaN llvm-svn: 55499
-
Dan Gohman authored
its work by putting all nodes in the worklist, requiring a big dynamic allocation. Now, DAGCombiner just iterates over the AllNodes list and maintains a worklist for nodes that are newly created or need to be revisited. This allows the worklist to stay small in most cases, so it can be a SmallVector. This has the side effect of making DAGCombine not miss a folding opportunity in alloca-align-rounding.ll. llvm-svn: 55498
-
Dan Gohman authored
SelectionDAGLowering instead of being in an anonymous namespace. This fixes warnings about SelectionDAGLowering having fields using anonymous namespaces. llvm-svn: 55497
-
Dan Gohman authored
were being emitted after the first instructions of the entry block. llvm-svn: 55496
-
Steve Naroff authored
Parser support for blocks is almost complete...just need to add support for the __block() storage class qualifier. llvm-svn: 55495
-
Ted Kremenek authored
llvm-svn: 55494
-
Daniel Dunbar authored
with correct width. - PR2728. Also, fix PR2727 test case. llvm-svn: 55493
-
Ted Kremenek authored
llvm-svn: 55488
-
Ted Kremenek authored
llvm-svn: 55487
-
Rafael Espindola authored
llvm-svn: 55486
-
Rafael Espindola authored
llvm-svn: 55483
-
Owen Anderson authored
Hook up support for fast-isel of trunc instructions, using the newly working support for EXTRACT_SUBREG. llvm-svn: 55482
-
Owen Anderson authored
Add support for fast-isel of opcodes that require use of extract_subreg. Because of how extract_subreg is treated, it requires special case handling. llvm-svn: 55480
-
Daniel Dunbar authored
- PR2727. Also, fix warning in CodeGenTypes for new BlockPointer type. llvm-svn: 55479
-
Dale Johannesen authored
llvm-svn: 55478
-
Owen Anderson authored
FastEmitInst_extractsubreg doesn't need to be passed the register class. It can get it from MachineRegisterInfo instead. llvm-svn: 55476
-
Dan Gohman authored
Benchmarks/sim/sim, and others on x86-64. llvm-svn: 55475
-
Rafael Espindola authored
llvm-svn: 55471
-
Steve Naroff authored
llvm-svn: 55468
-
Evan Cheng authored
If a copy isn't coalesced, but its src is defined by trivial computation. Re-materialize the src to replace the copy. llvm-svn: 55467
-
Evan Cheng authored
llvm-svn: 55466
-
Argyrios Kyrtzidis authored
llvm-svn: 55465
-
Ted Kremenek authored
llvm-svn: 55463
-
Ted Kremenek authored
llvm-svn: 55462
-
Daniel Dunbar authored
- Added ASTContext::getObjCEncodingForPropertyDecl. llvm-svn: 55461
-
Chris Lattner authored
for operands: rdar://6179606. no testcase, because I can't write a .ll file that is this broken ;-) llvm-svn: 55460
-
Ted Kremenek authored
Cleanup ubigraph files when don't drawing the graphs. llvm-svn: 55459
-