- Jun 09, 2007
-
-
Chris Lattner authored
llvm-svn: 37534
-
Chris Lattner authored
llvm-svn: 37533
-
- Jun 08, 2007
-
-
Evan Cheng authored
llvm-svn: 37528
-
- Jun 04, 2007
-
-
Evan Cheng authored
llvm-svn: 37419
-
- May 24, 2007
-
-
Dan Gohman authored
llvm-svn: 37320
-
- May 22, 2007
-
-
Bill Wendling authored
llvm-svn: 37275
-
- May 21, 2007
-
-
Evan Cheng authored
llvm-svn: 37266
-
- May 18, 2007
-
-
Chris Lattner authored
llvm-svn: 37239
-
Dan Gohman authored
llvm-svn: 37234
-
Evan Cheng authored
llvm-svn: 37193
-
- May 17, 2007
-
-
Evan Cheng authored
Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an optimization to fold VECTOR_SHUFFLE to a zero vector. llvm-svn: 37173
-
Evan Cheng authored
llvm-svn: 37172
-
Chris Lattner authored
cause other regressions. llvm-svn: 37160
-
Anton Korobeynikov authored
llvm-svn: 37159
-
Chris Lattner authored
llvm-svn: 37154
-
Chris Lattner authored
llvm-svn: 37141
-
- May 16, 2007
-
-
Chris Lattner authored
llvm-svn: 37100
-
- May 15, 2007
-
-
Chris Lattner authored
llvm-svn: 37065
-
- May 13, 2007
-
-
Anton Korobeynikov authored
1. Fix PR1380 2. Apply Duncan's patch from PR1410 3. Insert workaround for "one personality function per module" as noted in PR1414 4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is shown correctly, but arguments for function on top of stack are displayed incorrectly. llvm-svn: 37015
-
- May 10, 2007
-
-
Chris Lattner authored
llvm-svn: 36965
-
- May 06, 2007
-
-
Bill Wendling authored
llvm-svn: 36860
-
Nate Begeman authored
llvm-svn: 36834
-
Chris Lattner authored
llvm-svn: 36799
-
- May 05, 2007
-
-
Anton Korobeynikov authored
some small cleanup was made. llvm-svn: 36780
-
- May 04, 2007
-
-
Bill Wendling authored
feature is set, then the features in the implied list should be set also. The opposite is also enforced: if a feature in the implied list isn't set, then the feature that owns that implies list shouldn't be set either. llvm-svn: 36756
-
- May 03, 2007
-
-
Chris Lattner authored
1. x86 backend rejected (&gv+c) for the 'i' constraint when in static mode. 2. the matcher didn't correctly reject and accept some global addresses. the right predicate is GVRequiresExtraLoad, not "relomodel = pic". llvm-svn: 36670
-
Dan Gohman authored
flag for ELF on x86 so that duplicate constants can be eliminated by the linker. This matches what GCC does with its -fmerge-constants option, which is enabled at most -O levels. llvm-svn: 36666
-
Devang Patel authored
llvm-svn: 36662
-
Bill Wendling authored
for SSE1, SSE2, SSE3, and SSSE3. llvm-svn: 36656
-
- May 02, 2007
-
-
Bill Wendling authored
llvm-svn: 36653
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
Anton Korobeynikov authored
Emit correct register move information in eh frames for X86. This allows Shootout-C++/except to pass on x86/linux with non-llvm-compiled (e.g. "native") unwind runtime. llvm-svn: 36647
-
Anton Korobeynikov authored
llvm-svn: 36646
-
Anton Korobeynikov authored
1. Correct output offsets on Linux 2. Fix "style" of personality function. It shouldn't be indirect. llvm-svn: 36633
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
Anton Korobeynikov authored
llvm-svn: 36628
-
Anton Korobeynikov authored
llvm-svn: 36627
-
Evan Cheng authored
llvm-svn: 36626
-
- Apr 29, 2007
-
-
Anton Korobeynikov authored
should be taught to deal with protected symbols. llvm-svn: 36565
-
- Apr 26, 2007
-
-
Dan Gohman authored
llvm-svn: 36495
-