- Mar 11, 2009
-
-
Duncan Sands authored
linkage: this linkage type only applies to declarations, but ODR is only relevant to globals with definitions. llvm-svn: 66650
-
Nate Begeman authored
variety. For example, an i64 div might turn into a call to __divdi3 during legalization. llvm-svn: 66646
-
Mon P Wang authored
llvm-svn: 66645
-
Chris Lattner authored
llvm-svn: 66642
-
Chris Lattner authored
alignment of the generated constant pool entry to the desired alignment of a type. If we don't do this, we end up trying to do movsd from 4-byte alignment memory. This fixes 450.soplex and 456.hmmer. llvm-svn: 66641
-
Bill Wendling authored
llvm-svn: 66611
-
Evan Cheng authored
1. Use the same value# to represent unknown values being merged into sub-registers. 2. When coalescer commute an instruction and the destination is a physical register, update its sub-registers by merging in the extended ranges. llvm-svn: 66610
-
Bill Wendling authored
llvm-svn: 66607
-
Mon P Wang authored
llvm-svn: 66602
-
Dan Gohman authored
llvm-svn: 66595
-
Mon P Wang authored
llvm-svn: 66594
-
Gabor Greif authored
This is a preliminary to changes to come. No intended functionality change. llvm-svn: 66593
-
- Mar 10, 2009
-
-
Bill Wendling authored
llvm-svn: 66591
-
Bill Wendling authored
llvm-svn: 66589
-
Dale Johannesen authored
whether a callee to be inlined is a leaf. llvm-svn: 66588
-
Bill Wendling authored
llvm-svn: 66586
-
Bill Wendling authored
- Remove unused method. llvm-svn: 66585
-
Bill Wendling authored
the untimed version of getOrCreateSourceID. getOrCreateSourceID calls GetOrCreateSourceID, of course. - Move some methods into the "private" section. Constify at least one method. - General clean-ups. llvm-svn: 66582
-
Bill Wendling authored
llvm-svn: 66581
-
Bill Wendling authored
writing individually. llvm-svn: 66577
-
Dale Johannesen authored
another instcombine pass if we weren't going to make one without debug info. llvm-svn: 66576
-
Evan Cheng authored
llvm-svn: 66574
-
Bill Wendling authored
emit exception and debug Dwarf info. llvm-svn: 66571
-
Daniel Dunbar authored
llvm-svn: 66566
-
Dan Gohman authored
contains commas. This fixes PR3727. llvm-svn: 66565
-
Dan Gohman authored
debug output. This improves the printing of anonymous values. llvm-svn: 66561
-
Dan Gohman authored
scheduled in multiple regions, liveness data used by the anti-dependence breaker is carried from one region to the next, however the information reflects the state of the instructions before scheduling. After scheduling, there may be new live range overlaps. Handle this by pessimizing the liveness data carried between regions to the point where it will be conservatively correct now matter how the earlier region is scheduled. This fixes a miscompilation in 176.gcc with the post-RA scheduler enabled. llvm-svn: 66558
-
Devang Patel authored
llvm-svn: 66554
-
Rafael Espindola authored
65834. llvm-svn: 66553
-
Chris Lattner authored
Tiger. PR3743 llvm-svn: 66550
-
Stuart Hastings authored
llvm-svn: 66547
-
Daniel Dunbar authored
- Add unbuffered flag to raw_ostream, forwarded by raw_fd_ostream and used by raw_stderr_ostream. llvm-svn: 66545
-
Daniel Dunbar authored
llvm-svn: 66543
-
John Criswell authored
Also fixed a punctuation error in the header comment. This fixes PR3775. llvm-svn: 66542
-
Torok Edwin authored
to obtain debug info about them. Introduce helpers to access debug info for global variables. Also introduce a helper that works for both local and global variables. llvm-svn: 66541
-
Sanjiv Gupta authored
llvm-svn: 66540
-
Evan Cheng authored
If a function is marked alwaysinline, it must be inlined (possibly for correctness). Do so even if the callee has dynamic alloca and the caller doesn't. llvm-svn: 66539
-
Bill Wendling authored
llvm-svn: 66534
-
Chris Lattner authored
format strings with the standard ${:foo} syntax. llvm-svn: 66527
-
Dan Gohman authored
llvm-svn: 66515
-