- Sep 24, 2008
-
-
Owen Anderson authored
llvm-svn: 56567
-
Oscar Fuentes authored
llvm-svn: 56565
-
Daniel Dunbar authored
llvm-svn: 56564
-
Daniel Dunbar authored
restricted to 127.0.0.1. llvm-svn: 56563
-
Ted Kremenek authored
llvm-svn: 56562
-
Steve Naroff authored
llvm-svn: 56561
-
Steve Naroff authored
llvm-svn: 56560
-
Evan Cheng authored
Add DisableGVCompilation which forces the JIT to assert when it tries to allocate space for a GlobalVariable. llvm-svn: 56557
-
Steve Naroff authored
This fixes <rdar://problem/6240616> clang: Assertion failed when using typedef and Blocks. llvm-svn: 56554
-
Bill Wendling authored
llvm-svn: 56553
-
Bill Wendling authored
llvm-svn: 56552
-
Eric Christopher authored
llvm-svn: 56551
-
Bill Wendling authored
the SelectionDAG and DAGCombiner code. The only functionality change is that now the DAG combiner is performing the constant folding for these operations instead of being a no-op. This is *not* in response to a bug, so there isn't a testcase. llvm-svn: 56550
-
Evan Cheng authored
llvm-svn: 56549
-
Ted Kremenek authored
llvm-svn: 56548
-
Daniel Dunbar authored
llvm-svn: 56547
-
Eric Christopher authored
llvm-svn: 56546
-
Eric Christopher authored
llvm-svn: 56545
-
Daniel Dunbar authored
Also, "simple" getter synthesis no longer uses temporary AST objects. llvm-svn: 56544
-
Daniel Dunbar authored
- Add CodeGenFunction::{EmitReturnOfRValue, EmitIvarOffset} - Factor EmitLValueForIvar out of EmitObjCIvarRefLValue. No non-error functionality change (some unsupported errors are degraded to asserts for the time being). llvm-svn: 56543
-
Daniel Dunbar authored
implementing property access. llvm-svn: 56542
-
Oscar Fuentes authored
lib/VMCore/CMakeLists.txt llvm-svn: 56541
-
Oscar Fuentes authored
llvm-svn: 56540
-
Dale Johannesen authored
RA problem by expanding the live interval of an earlyclobber def back one slot. Remove overlap-earlyclobber throughout. Remove earlyclobber bits and their handling from live internals. llvm-svn: 56539
-
Devang Patel authored
llvm-svn: 56538
-
Devang Patel authored
Rename to match changes done on llvm side. llvm-svn: 56537
-
Devang Patel authored
llvm-svn: 56535
-
Evan Cheng authored
llvm-svn: 56534
-
Devang Patel authored
llvm-svn: 56532
-
Dan Gohman authored
separate method. llvm-svn: 56531
-
Dan Gohman authored
dead loads. llvm-svn: 56529
-
Dan Gohman authored
any volatile memory references. llvm-svn: 56528
-
Devang Patel authored
llvm-svn: 56527
-
Evan Cheng authored
Properly handle 'm' inline asm constraints. If a GV is being selected for the addressing mode, it requires the same logic for PIC relative addressing, etc. llvm-svn: 56526
-
Devang Patel authored
Do not check isDeclaration() in hasNote(). It is clients' responsibility. llvm-svn: 56524
-
Devang Patel authored
llvm-svn: 56521
-
Devang Patel authored
llvm-svn: 56520
-
Devang Patel authored
llvm-svn: 56515
-
Devang Patel authored
llvm-svn: 56513
-
Devang Patel authored
Function Notes also. Function notes are stored at index ~0. llvm-svn: 56511
-