- Feb 17, 2010
-
-
Zhongxing Xu authored
For inline-based inter-procedural analysis, we will have multiple stack space regions. Use a dense map to store them. llvm-svn: 96472
-
Zhongxing Xu authored
llvm-svn: 96471
-
Ted Kremenek authored
llvm-svn: 96470
-
Daniel Dunbar authored
llvm-svn: 96469
-
Daniel Dunbar authored
llvm-svn: 96468
-
Chris Lattner authored
llvm-svn: 96466
-
Sanjiv Gupta authored
with mangled names). llvm-svn: 96465
-
Chris Lattner authored
llvm-svn: 96464
-
Sanjiv Gupta authored
Renamed PIC16FrameOverlay namespace to PIC16OVERLAY. Renamed PIC16FrameOverlay class to PIC16Overlay. llvm-svn: 96463
-
Johnny Chen authored
A8.6.18 BFI - Bitfield insert (Encoding A1) llvm-svn: 96462
-
Anders Carlsson authored
llvm-svn: 96461
-
Chris Lattner authored
tblgen splatted code into the implementation. llvm-svn: 96460
-
Chandler Carruth authored
llvm-svn: 96459
-
Chris Lattner authored
I'd like to eventually rip it out, but for now producing the same selections as the old matcher is more important. llvm-svn: 96458
-
Chris Lattner authored
resolving a fixme. llvm-svn: 96457
-
Chris Lattner authored
reverse engineering what they are. llvm-svn: 96456
-
Anders Carlsson authored
llvm-svn: 96455
-
Anton Korobeynikov authored
Hopefully, this will fix the remaining issues seen there. llvm-svn: 96454
-
Chris Lattner authored
functionality change. llvm-svn: 96453
-
Tanya Lattner authored
Do not add functions marked with the unused attribute to the list of unused functions to warn about. Update test case. llvm-svn: 96452
-
John McCall authored
and destructors when the two entities are semantically identical, i.e. when the class has no virtual base classes. We only do this for linkage types for which aliases are supported, i.e. internal and external, i.e. not linkonce. llvm-svn: 96451
-
Lang Hames authored
Removed an early out which was causing the PBQP allocator to not compute live-in sets or run the rewriter. llvm-svn: 96450
-
Anders Carlsson authored
llvm-svn: 96449
-
Dan Gohman authored
case where there are loop-invariant instructions somehow left inside the loop, and in a position where they won't dominate the IV increment position. llvm-svn: 96448
-
Ted Kremenek authored
llvm-svn: 96447
-
Sanjiv Gupta authored
llvm-svn: 96446
-
Devang Patel authored
Before setting scope end marker, pay attention to scope begin marker and existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. llvm-svn: 96445
-
Tanya Lattner authored
llvm-svn: 96444
-
Chris Lattner authored
'ischaincompatible' when a pattern has more than one input chain. Need to do some commenting and cleanup now that I understand how this works. llvm-svn: 96443
-
Douglas Gregor authored
llvm-svn: 96442
-
Anders Carlsson authored
Correctly calculate base offsets for 'this' pointer adjustments involving virtual bases. This can't be tested yet due to lack of vcall offsets :) llvm-svn: 96441
-
Chris Lattner authored
llvm-svn: 96440
-
Ted Kremenek authored
llvm-svn: 96439
-
Chris Lattner authored
It's not clear why this is really required, but it was explicitly added in r48808 with no real explanation or rdar #. llvm-svn: 96438
-
Chris Lattner authored
llvm-svn: 96437
-
Chris Lattner authored
variables. Use the fancy OpNo variable instead of i, which has the right index including chains. llvm-svn: 96436
-
Sanjiv Gupta authored
This pass is supposed to be run on the linked .bc module. It traveses the module call graph twice. Once starting from the main function and marking each reached function as "ML". Again, starting from the ISR and cloning any reachable function that was marked as "ML". After cloning the function, it remaps all the call sites in IL functions to call the cloned functions. Currently only marking is being done. llvm-svn: 96435
-
Dan Gohman authored
llvm-svn: 96434
-
Chris Lattner authored
llvm-svn: 96433
-
Dan Gohman authored
llvm-svn: 96432
-